csv_to_json
ActiveTool of Csv
Parse RFC 4180 CSV into JSON (keyless, offline). With `header` true (default) the first row becomes object keys; otherwise rows are returned as arrays. Handles quoted fields, escaped quotes, and embedded commas/newlines. Set `delimiter` for TSV etc.
Parameters schema
{
"type": "object",
"required": [
"csv"
],
"properties": {
"csv": {
"type": "string",
"description": "The CSV text."
},
"header": {
"type": "boolean",
"description": "Treat the first row as a header (default true)."
},
"delimiter": {
"type": "string",
"description": "Field delimiter (default \",\")."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Csv
https://github.com/pipeworx-io/mcp-csv
2/7 registries