Historical stock chart pattern intelligence for AI agents. 24M pre-computed embeddings across 15K stocks and 10 years of data. Search by ticker+date or screenshot to find the most similar historical patterns and see what happened next. 19 tools including pattern search, forward returns, regime analysis, and trade simulation. Install: `pip install chartlibrary-mcp`. Free tier: 200 calls/day.
Run the underlying MCP server directly — without Agent-CoreX routing.
uvx chart-library-mcpAgent-CoreX intelligently routes which tools from grahammccain/chart-library-mcp your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"chart-library-mcp": {
"command": "uvx",
"args": [
"chart-library-mcp"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add chart-library-mcpAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use grahammccain/chart-library-mcp directly without routing
uvx chart-library-mcpNew to Agent-CoreX? View setup guide →