URL Query Analyzer
Batch parse URL query parameters with output of key frequency, value samples, and encoding anomaly detection
API Documentation
Request Endpoint
POST /en/api/tools/url-query-analyzer
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| urls | textarea | Yes | - |
| extractKeys | checkbox | No | - |
| extractValues | checkbox | No | - |
| detectEncoding | checkbox | No | - |
| aggregateStats | checkbox | No | - |
Response Format
{
"key": {...},
"metadata": {
"key": "value"
},
"error": "Error message (optional)",
"message": "Notification message (optional)"
}
JSON Data:
JSON Data
AI MCP Documentation
Add this tool to your MCP server configuration:
{
"mcpServers": {
"elysiatools-url-query-analyzer": {
"name": "url-query-analyzer",
"description": "Batch parse URL query parameters with output of key frequency, value samples, and encoding anomaly detection",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=url-query-analyzer",
"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]