Connect any Open Data to any LLM with Model Context Protocol.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y opendatamcpAgent-CoreX intelligently routes which tools from OpenDataMCP/OpenDataMCP your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"opendatamcp": {
"command": "npx",
"args": [
"-y",
"opendatamcp"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add opendatamcpAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use OpenDataMCP/OpenDataMCP directly without routing
npx -y opendatamcpNew to Agent-CoreX? View setup guide →