You're viewing a demo portfolio

Join the waitlist
PRSM

csv_to_json

Active

Tool of Csv

declared in 0.1.0

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 \",\")."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Csv

https://github.com/pipeworx-io/mcp-csv

2/7 registries
View full server →
csv_to_json — Csv — PRSM MCP