# CSV to JSON Converter — Auto-Detect Delimiter

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.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add axel-belfort/csv-to-json

# Browse available tools
npx -y @smithery/cli@latest tool list axel-belfort/csv-to-json

# Get full schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/csv-to-json data_parse_csv_to_json

# Call a tool
npx -y @smithery/cli@latest tool call axel-belfort/csv-to-json data_parse_csv_to_json '{}'
```

## Direct MCP Connection

Endpoint: `https://csv-to-json--axel-belfort.run.tools`

## 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.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/csv-to-json <tool-name>
```
