MCP server · open source · works with ChatGPT & Claude

Give your AI real stock data — cited to the SEC filing

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

Connected: Akyla Financial Data
What was NVIDIA's revenue and gross margin last fiscal year?
⚙ get_statement · NVDAFY2026 revenue was $215.9B with a 71.1% gross margin — as reported in the 10-K filed 2026-02-25.Source: SEC accession 0001045810-26-000021, inline-XBRL
7 toolsSEC inline-XBRL source~5–8k US equitiesPer-cell filing provenanceLocal (stdio) or remote (HTTP)

What is the Akyla MCP server?

A bridge to real data

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.

Answers you can audit

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.

Runs anywhere MCP does

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.

Add it to your AI in a minute

Pick your client. ChatGPT connects with Google sign-in (a free account is created automatically); local clients use a free API key.

  1. In ChatGPT, open Settings → Plugins and choose Browse plugins. (Don't see it? Enable Developer mode under Settings — requires a paid plan.)
  2. Click the plug icon to open the New Plugin form (pictured). Name it “Akyla”, paste the server URL below, set Authentication to OAuth, tick the acknowledgment, and hit Create.
  3. Sign in with Google when prompted. New here? A free Akyla account (1,000 calls/month) is created automatically — no forms, no credit card.
  4. In a new chat, pick Akyla from the + menu and ask about any US stock.
https://mcp.akyla.ai/mcp
ChatGPT's New Plugin form with the Akyla server URL and OAuth authentication selected
ChatGPT's New Plugin form — paste the URL, pick OAuth, Create.

Seven tools, the whole research loop

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_quote

Latest price and 52-week range, optionally with ~1 year of daily closes.

get_fundamentals

Revenue, EBITDA, margins, EV/EBITDA, net debt and FCF plus a live quote — one call.

get_key_metrics

Full key-metrics table across reporting periods.

get_statement

As-reported income, balance sheet, or cash flow with per-cell SEC provenance.

get_notes

Footnote disclosures from dimensional XBRL, annual or quarterly.

get_comps

The company plus its peers with valuation multiples, ready to compare.

screen_equities

Filter ~5–8k US equities by valuation, size, growth, and quality.

Frequently asked questions

What is an MCP server?

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.

Why not just ask the AI directly?

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.

Is it free?

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.

Which AI apps does it work with?

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.

What data does it cover?

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.

Is it open source?

Yes. The server is MIT-licensed on GitHub (AkilaAnalytics/akyla-mcp) and published on PyPI as akyla-mcp.

Ask better questions about stocks

Connect the Akyla MCP server and every answer comes with a source.

Also on PyPI · Building with the raw API instead? Financial Data API