financial-alpha-mcp
⚡ Financial Alpha MCP Server (Claude Desktop & Antigravity)

Turn Claude Desktop, Antigravity IDE, or your custom AI agents into institutional quantitative financial analysts.
Connect Claude directly to real-time market data, automated SEC EDGAR 10-K filings parsing, and technical backtesting strategies through the standard Model Context Protocol (MCP).
+--------------------+ JSON-RPC Stdio +------------------------------+
| Claude Desktop | <=======================> | Financial Alpha MCP Server |
| / Antigravity IDE | | - Real-Time Price Feeds |
+--------------------+ | - SEC EDGAR 10-K Audits |
| - Moving Average Backtest |
+------------------------------+🚀 Quickstart (Free Lite)
Clone this repository:
git clone https://github.com/takiahmed24/financial-alpha-mcp.git
cd financial-alpha-mcpAdd to your
claude_desktop_config.json:
{
"mcpServers": {
"finance": {
"command": "python",
"args": ["C:/path/to/financial-alpha-mcp/mcp_lite.py"]
}
}
}Restart Claude Desktop and ask:
"What is NVDA's current price and volume today?"
Related MCP server: mcp-financial-data
⚡ Free Lite vs. Pro Edition
Feature | Free Lite (GitHub) | Pro Edition (Whop) |
Real-time Stock Quotes | Basic (Delayed) | Sub-Second Direct Feed |
Intraday Metrics & Volume | Limited | Full High/Low/Spread |
SEC EDGAR 10-K & 10-Q Audits | ✕ | Included (Full Filing Extraction) |
Algorithmic Moving Average Backtesting | ✕ | Included (Golden Cross Conviction) |
Sub-second Request Concurrency | ✕ | Included |
Cryptographic License Key | Community | Instant Whop Verification |
Pricing | Free (MIT) |
👉 Unlock Pro Lifetime Access on Whop ($29) (Use promo code CLAUDE20 for an extra discount!)
📄 License
MIT License. Commercial enterprise licenses available on Whop.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Related MCP Connectors
MCP server for OpenMM — exposes market data, account, trading, and strategy tools to AI agents
Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.
The financial MCP for AI agents - 90+ financial tables, SEC filings, signals, alt-data.
Research-only MCP server: turn your AI into a quant research desk — backtests, no trades.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceSelf-hosted financial data terminal for AI agents. Scrapes and serves SEC filings (full-text search), 13F institutional holdings, insider and congressional trades, FINRA short data, FRED economic indicators, CFTC futures positioning, VIX/put-call ratios, and daily stock prices over MCP.208AGPL 3.0
- AlicenseNot gradedqualityCmaintenanceAn MCP server that integrates SEC EDGAR, FRED, and Polygon.io financial data with OAuth 2.1 security and a citation-grounded 10-K extractor powered by Claude Sonnet 4.5.MIT
- AlicenseNot gradedqualityAmaintenanceAn MCP server that exposes 16 free investment-research signals (insider trades, SEC filings, short data, and live quotes) to any MCP-compatible LLM.8699MIT
- AlicenseBqualityBmaintenanceAI-powered trading toolkit with backtesting, live sentiment, Yahoo Finance data, and 30+ technical analysis tools, integrated as an MCP server for Claude and other AI clients.374,309MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/takiahmed24/financial-alpha-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server