@infoinlet/mcp-data
v0.1.1
Published
Tabular data tools for AI agents — load CSV/JSON/XLSX and query, aggregate (group-by), and compute stats in-process (no database). MCP server.
Downloads
254
Readme
@infoinlet/mcp-data
Tabular data tools for AI agents — load CSV/JSON/XLSX and data_query (filter/select/sort), data_aggregate (group-by sum/avg/count/min/max), data_stats (describe), data_head. All in-process, no database, no network (file path or inline content).
{ "mcpServers": { "data": { "command": "npx", "args": ["-y", "@infoinlet/mcp-data"] } } }