# CSV to JSON API MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-csv-to-json
- Repository: https://github.com/Br0ski777/csv-to-json-x402
- Website: https://github.com/Br0ski777/csv-to-json-x402

## Install
- Endpoint: https://csv-to-json.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://csv-to-json.api.klymax402.com/mcp

## Tools
- 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. columnCount 4. detectedDelimiter 5. headers array.

Example output: {"data":[{"name":"Alice","age":"30","city":"Paris"},{"name":"Bob","age":"25","city":"London"}],"rowCount":2,"columnCount":3,"detectedDelimiter":",","headers":["name","age","city"]}

Use this FOR data migration, importing spreadsheets into APIs, converting exported CSV reports, and preparing tabular data for analysis.

Do NOT use for JSON validation -- use data_validate_json instead. Do NOT use for markdown conversion -- use text_convert_markdown_to_html instead. Do NOT use for web scraping -- use web_scrape_to_markdown instead. Endpoint: https://csv-to-json.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
