Live cryptocurrency market data. 8 tools for real-time prices, OHLCV, order books, and market summaries. Zero API keys required. Zero dependencies.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y mcp-market-dataAgent-CoreX intelligently routes which tools from ShipItAndPray/mcp-market-data your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"mcp-market-data": {
"command": "npx",
"args": [
"-y",
"mcp-market-data"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add mcp-market-dataAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use ShipItAndPray/mcp-market-data directly without routing
npx -y mcp-market-dataNew to Agent-CoreX? View setup guide →