Skip to content
Back to search
90
MCP v1.0.1 sse

CSV to JSON API

io.github.Br0ski777/csv-to-json

Parse CSV to JSON array. Auto-detect delimiter, headers. x402 micropayment.

Uptime
0.0%
1 direct probes · 30d
Response
197ms
last probe
Tools
1
callable
Resources
0
readable
Prompts
0
available

Tools · 1

data_parse_csv_to_json

Use 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…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "csv_to_json_api": {
      "url": "https://csv-to-json.api.klymax402.com/mcp",
      "transport": "sse"
    }
  }
}