Parse CSV to JSON array. Auto-detect delimiter, headers. x402 micropayment.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
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
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/csv-to-json-api)<a href="https://allmcps.com/mcp/csv-to-json-api"><img src="https://allmcps.com/api/badge/csv-to-json-api?style=directory" alt="CSV to JSON API on AllMCPs" /></a>