CSV to JSON Converter — Auto-Detect Delimiter
https://server.smithery.ai/axel-belfort/csv-to-json/mcp
● healthy
CSV parsing API for AI agents. Convert CSV data to JSON array with auto-detection of delimiter (comma, semicolon, tab, pipe). Header row support, type inference, and clean structured output. Tools: data_parse_csv_to_json. Use this for data import, ETL pipelines, spreadsheet processing, or converting tabular data for API consumption. Returns: {data[], headers[], rowCount, delimiter}. No API key required — x402 micropayment $0.001/call on Base L2.
Transport
streamable-http
Auth
smithery_api_key
Cost
—
How to connect
MCP endpoint (streamable-http)
https://server.smithery.ai/axel-belfort/csv-to-json/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/axel-belfort/csv-to-json/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Listed at (smithery)
https://github.com/Br0ski777/csv-to-json-x402