A straightforward CSV parser that handles the messy work of delimiter detection and header inference, then hands you back clean JSON arrays. It runs as a remote service over SSE and uses x402 micropayments, so you're paying per conversion rather than running your own parser. Reach for this when you're building workflows that ingest CSVs from external sources and need consistent JSON output without maintaining parsing logic. The GitHub repo shows TypeScript source but light documentation, so expect to test against your specific CSV formats. Good fit for automation pipelines where you'd rather delegate parsing to an API than bundle a library.
Public tool metadata for what this MCP can expose to an agent.
data_parse_csv_to_jsonUse this when you need to convert CSV data to a JSON array. Returns parsed data with auto-detected settings in JSON. Returns: 1. data (array of objects with column names as keys) 2. rowCount 3. colum3 paramsUse this when you need to convert CSV data to a JSON array. Returns parsed data with auto-detected settings in JSON. Returns: 1. data (array of objects with column names as keys) 2. rowCount 3. colum
csvstringdelimiterstringhasHeadersbooleancom.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
kalehdoo/warehouse-mcp