MCP server · open source · works with ChatGPT & Claude
The Akyla MCP server connects ChatGPT, Claude, Cursor, and any MCP-capable assistant to as-reported SEC fundamentals, live quotes, statements, comps, and a US-equity screener. Ask about a stock; get numbers that trace to the exact 10-K — not a hallucination.
Free: 1,000 calls/month · No credit card · MIT-licensed
MCP (Model Context Protocol) is the open standard AI assistants use to call external tools. This server exposes Akyla's Financial Data API as seven tools your assistant can call mid-conversation.
Statements return per-cell SEC provenance — the accession number and inline-XBRL fact id — so the assistant cites the exact filing behind every number instead of inventing one.
Connect it to ChatGPT as an OAuth connector at mcp.akyla.ai, or run it locally with uvx akyla-mcp in Claude, Cursor, and friends.
Pick your client. ChatGPT connects with Google sign-in (a free account is created automatically); local clients use a free API key.
https://mcp.akyla.ai/mcp
Each tool is a thin wrapper over one documented endpoint of the Financial Data API — read-only, safe to retry, and tuned so assistants pick the right one.
get_quoteLatest price and 52-week range, optionally with ~1 year of daily closes.
get_fundamentalsRevenue, EBITDA, margins, EV/EBITDA, net debt and FCF plus a live quote — one call.
get_key_metricsFull key-metrics table across reporting periods.
get_statementAs-reported income, balance sheet, or cash flow with per-cell SEC provenance.
get_notesFootnote disclosures from dimensional XBRL, annual or quarterly.
get_compsThe company plus its peers with valuation multiples, ready to compare.
screen_equitiesFilter ~5–8k US equities by valuation, size, growth, and quality.
MCP (Model Context Protocol) is the open standard that lets AI assistants like ChatGPT and Claude call external tools. The Akyla MCP server gives your assistant seven tools over Akyla's Financial Data API, so it can pull real quotes, fundamentals, statements, and comps instead of guessing from training data.
Language models hallucinate numbers. With the Akyla server connected, every figure comes from the API — and statements carry per-cell SEC provenance (the filing's accession number and XBRL fact id), so the assistant can cite the exact 10-K or 10-Q behind each number.
Yes — the Free plan includes 1,000 API calls per month, plenty for everyday chat use. Connecting via ChatGPT with Google sign-in provisions a free account automatically; other clients use a free API key from the developer portal. Starter is $19/month for 500,000 calls at 300 requests/minute. Both plans are for personal and evaluation use — for commercial use, contact sales@akyla.ai.
ChatGPT (as an OAuth connector), Claude Desktop, Claude Code, Cursor, Windsurf, Cline, Codex, Zed — anything that speaks MCP, locally via `uvx akyla-mcp` or remotely at mcp.akyla.ai.
US equities — roughly 5–8k listed companies. Fundamentals, financial statements, and footnotes are as-reported from SEC inline-XBRL filings (10-K / 10-Q); quotes and market cap come from daily market data.
Yes. The server is MIT-licensed on GitHub (AkilaAnalytics/akyla-mcp) and published on PyPI as akyla-mcp.
Connect the Akyla MCP server and every answer comes with a source.
Also on PyPI · Building with the raw API instead? Financial Data API