CSV to JSON Converter — Auto-Detect Delimiter
AI & Memory
Remote
1 tool
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.
How to connect
1
Add the remote MCP URL
Paste this endpoint into Claude, ChatGPT, or Cursor MCP settings.
https://csv-to-json--axel-belfort.run.tools
2
Verify the tools loaded
Confirm
tools/list returns the expected tools before relying on them in production.Tools
(1)-
data_parse_csv_to_jsonUse this when you need to convert CSV data to a JSON array. Returns parsed data with auto-detected settings in JSON. Returns: 1. data (array of objects with column names as keys) 2. rowCount 3. colum