json_to_csv
ActiveTool of Csv
declared in 0.1.0
Serialize an array of JSON objects (or arrays) to CSV (keyless, offline). Object keys become the header (union of all keys, in first-seen order). Fields are quoted when needed.
Parameters schema
{
"type": "object",
"required": [
"rows"
],
"properties": {
"rows": {
"type": "array",
"description": "An array of objects (or arrays) to serialize."
},
"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