MCP Directory

grahammccain/chart-library-mcp

GitHub
Productivity

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.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

uvx chart-library-mcp

Use with Agent-CoreX

Agent-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"
      ]
    }
  }
}

Route grahammccain/chart-library-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add chart-library-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use grahammccain/chart-library-mcp directly without routing

uvx chart-library-mcp

New to Agent-CoreX? View setup guide →

grahammccain/chart-library-mcp MCP Server — Agent-CoreX