An MCP server for CSV files.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y restcsvmcpserverAgent-CoreX intelligently routes which tools from jordandalton/restcsv-mcp-server your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"restcsvmcpserver": {
"command": "npx",
"args": [
"-y",
"restcsvmcpserver"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add restcsvmcpserverAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use jordandalton/restcsv-mcp-server directly without routing
npx -y restcsvmcpserverNew to Agent-CoreX? View setup guide →