The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the CSV to JSON API listing page.
Parse CSV to JSON array -- auto-detect delimiter (comma/semicolon/tab/pipe), header row support. Pay-per-call via x402 (USDC on Base L2) -- no API key, no signup, no rate-limit wall.
Part of the klymax402 marketplace -- 100 x402 micropayment APIs for AI agents, one wallet, USDC on Base.
Add to your MCP client config (Claude Desktop, Cursor, ElizaOS, etc.):
Any x402-aware client (@x402/fetch, x402-agent-tools, ATXP) handles the 402 -> sign -> retry cycle automatically.
| Tool | Method | Path | Price | Description |
|---|---|---|---|---|
data_parse_csv_to_json | POST | /api/parse | $0.003 | Parse CSV text to JSON array |
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.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
csv | string | yes | CSV content to parse |
delimiter | string | no | Delimiter: comma, semicolon, tab, pipe (default: auto-detect) |
hasHeaders | boolean | no | First row is headers (default: true) |
Example response:
When to use: data migration, importing spreadsheets into APIs, converting exported CSV reports, and preparing tabular data for analysis.
Not for: JSON validation (use data_validate_json), markdown conversion (use text_convert_markdown_to_html), web scraping (use web_scrape_to_markdown).
eip155:8453)100 x402 micropayment APIs for AI agents -- one wallet, USDC on Base, zero signup.
MIT