Data Normalizer
Pure code-based data format normalization tool that cleans and standardizes messy data using programmatic logic
API Documentation
Request Endpoint
POST /en/api/tools/data-normalizer
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| inputData | textarea | Yes | Enter any data that needs normalization - CSV, JSON, XML, Excel spreadsheets, and other formats |
| inputFormat | select | Yes | Select the format of your input data |
| outputFormat | select | Yes | Select the format for your output data |
| normalizationOptions | checkbox | No | Select which normalization operations to perform |
Response Format
{
"result": "Processed text content",
"error": "Error message (optional)",
"message": "Notification message (optional)",
"metadata": {
"key": "value"
}
}
Text:
Text
AI MCP Documentation
Add this tool to your MCP server configuration:
{
"mcpServers": {
"elysiatools-data-normalizer": {
"name": "data-normalizer",
"description": "Pure code-based data format normalization tool that cleans and standardizes messy data using programmatic logic",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=data-normalizer",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.
If you encounter any issues, please contact us at [email protected]