Convert CSV text to a JSON array of row objects, or a JSON array of flat objects back to CSV text.
Free tier eligible — 500 calls/month with a free key from /pricing; x402 pay-per-call above quota.
| Parameter | Type | Required | Description |
|---|---|---|---|
direction | string | required | csv_to_json | json_to_csv One of: csv_to_json, json_to_csv |
csv | string | optional | CSV text (direction=csv_to_json) |
records | array | optional | JSON array of flat objects (direction=json_to_csv) |
delimiter | string | optional | Single-character field delimiter (default ',') |
curl -s https://wingmanprotocol.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": {"name": "csv_json_convert", "arguments": {"direction": "csv_to_json"}}}'curl -s https://wingmanprotocol.com/tools/csv_json_convert \
-H 'Content-Type: application/json' \
-d '{"direction": "csv_to_json"}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/csv_json_convert from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).