edgar-mcp
Provides AI assistants direct access to SEC EDGAR filing data — financials, filings, and filing text — with no API key required.
README
edgar-mcp
An MCP (Model Context Protocol) server that gives AI assistants direct access to SEC EDGAR filing data — financials, filings, and filing text — with no API key required.
Data comes straight from SEC's public XBRL and full-text filing endpoints, so figures are pulled directly from filed 10-Ks/10-Qs rather than relying on broker-reported fundamentals.
Tools
search_company(query)— look up a company by ticker or partial name, returns CIK + ticker + name matchesget_financials(ticker)— 6 years of annual financials from 10-K XBRL data: revenue, gross profit, operating income, net income, R&D, SG&A, EPS, assets, liabilities, debt, cash, capex, operating/free cash flow, dividends, buybacksget_quarterly_financials(ticker)— last 8 quarters from 10-Q filings (revenue, operating income, net income, EPS)get_filings(ticker, form_type="10-K", limit=10)— recent filings of a given type (10-K, 10-Q, 8-K, DEF 14A, S-1, Form 4, etc.) with direct URLsget_filing_section(ticker, section="mda", form_type="10-K")— extracts a specific section (MD&A, Business, Risk Factors, or full text) from the most recent filing
Setup
pip install -r requirements.txt
Add to your MCP client config (e.g. Claude Desktop claude_desktop_config.json, or Claude Code):
{
"mcpServers": {
"edgar": {
"command": "python",
"args": ["/path/to/edgar-mcp/server.py"]
}
}
}
Notes
- No API key needed — SEC EDGAR's data is public. The server sends a descriptive
User-Agentper SEC's fair-access policy; if you self-host, consider swapping in your own contact info. - Requests are throttled to stay under SEC's 10 requests/second limit, with in-memory caching (1hr for financials/filings, 24hr for filing text) to minimize repeat calls.
search_company/CIK resolution uses SEC's full ticker→CIK mapping, refreshed every 24 hours.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.