edgar-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@edgar-mcpShow me Apple's latest 10-K"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
SEC EDGAR MCP Server ποΈ
U.S. SEC filings and financial data for Claude Desktop and any MCP-compatible client, powered by SEC EDGAR. Search companies, pull filings (10-K, 10-Q, 8-K, Form 4, ...), read XBRL financials, and full-text search across all filings β all from natural language. No API key required.
npm package:
edgar-mcp Β· GitHub repo:danishashko/edgar-mcp.
π― What You Get
π Company lookup by name or ticker β CIK
ποΈ Recent filings (any form type) with direct document links
π Latest filing of a type (newest 10-K / 10-Q / 8-K) in one call
π° Financial highlights (revenue, net income, assets, equity, EPS) from XBRL
π Concept history β any GAAP line item over time
π¬ Full-text search across the last ~10 years of filings
Every tool returns human-readable markdown by default, or structured JSON on request (response_format: "json"). Lightweight (Python standard library + mcp only), no API key, retries on rate limits.
Related MCP server: EdgarTools MCP
π Quick Start
Add this to your Claude Desktop config and restart Claude:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"edgar": {
"command": "npx",
"args": ["-y", "edgar-mcp"],
"env": {
"SEC_USER_AGENT": "your-app-name your@email.com"
}
}
}
}The SEC asks every API client to send a descriptive User-Agent with contact info. Set SEC_USER_AGENT to your own name/email (a default is provided so it works out of the box). On first launch the npx wrapper creates an isolated Python environment and installs the dependency (one-time, ~a minute). You need Python 3.10+ and Node.js 16+.
Prefer a global install?
npm install -g edgar-mcp{
"mcpServers": {
"edgar": {
"command": "edgar-mcp",
"env": { "SEC_USER_AGENT": "your-app-name your@email.com" }
}
}
}π§ Available Tools
Tool | What it returns | Parameters |
| Companies matching a name/ticker, with their CIK |
|
| Recent filings (form, dates, link), optional form filter |
|
| The newest filing of a given type, with a document link |
|
| Headline financials (revenue, net income, assets, equity, cash, EPS) |
|
| One XBRL concept's reported history over time |
|
| Filings matching a keyword/phrase across all companies |
|
Every tool also accepts response_format ("markdown", the default, or "json"). identifier accepts a ticker, CIK, or company name.
Common XBRL concepts for get_concept: Revenues / RevenueFromContractWithCustomerExcludingAssessedTax, NetIncomeLoss, Assets, Liabilities, StockholdersEquity, EarningsPerShareDiluted.
π¬ Example Prompts
Once the server is connected, just ask Claude:
"What's Apple's latest 10-K?"
"Show me Tesla's recent 8-K filings."
"What are Microsoft's headline financials?"
"Show me NVIDIA's net income over the last few years."
"Which companies mention 'quantum computing' in their 10-Ks?"
"Find the CIK for Berkshire Hathaway."
π Troubleshooting
"SEC EDGAR is rate-limiting requests" EDGAR allows ~10 requests/second. The server retries automatically; wait a moment if it persists.
"Not found"
Use search_company to confirm the exact ticker/CIK first.
"Command not found" / "Python not found"
Ensure Python 3.10+ and Node.js 16+ are installed and on your PATH. On macOS/Linux, try python3.
Tools not showing up in Claude
Confirm the config file is valid JSON (no trailing commas).
Fully quit and reopen Claude Desktop.
π οΈ Manual Installation (Alternative)
If you would rather run the Python file directly instead of via npx:
1. Download the server and install the dependency
pip install mcp(or pip3 on macOS/Linux)
2. Point Claude Desktop at it
{
"mcpServers": {
"edgar": {
"command": "python3",
"args": ["/absolute/path/to/edgar_mcp.py"],
"env": { "SEC_USER_AGENT": "your-app-name your@email.com" }
}
}
}On Windows use "command": "python" and a path like "C:\\path\\to\\edgar_mcp.py".
3. Restart Claude Desktop.
π Privacy & Rate Limits
Uses the official SEC EDGAR APIs β public, no key.
Requests go straight from your machine to the SEC. Nothing is stored or proxied.
The SEC requires a descriptive
User-Agentwith contact info and limits ~10 requests/second.Intended for personal, educational, and research use.
π Notes
identifieris flexible: ticker (AAPL), CIK (320193), or name (Apple).Financial data comes from XBRL, first required by the SEC in 2009, so history goes back that far for most filers.
get_company_factsreturns highlights; useget_conceptfor the full series of any one metric.
π Changelog
See CHANGELOG.md for the full version history.
π Resources
βοΈ Legal Disclaimer
This tool uses the public SEC EDGAR APIs but is not affiliated with or endorsed by the U.S. Securities and Exchange Commission. Use is subject to the SEC's website policies. Data is provided as-is for personal, educational, and research purposes; verify against the original filings before relying on it.
π€ Author
Daniel Shashko
GitHub: @danishashko
LinkedIn: daniel-shashko
npm: danielshashko
π License
MIT Β© Daniel Shashko
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- -license-quality-maintenanceEnables deep analysis of SEC EDGAR filings through universal company search, document content extraction, and advanced filing search capabilities. Provides AI-ready access to business descriptions, risk factors, financial statements, and full-text search across any public company's SEC documents.Last updated
- Alicense-qualityCmaintenanceEnables LLMs to download, parse, and analyze SEC EDGAR filings, including 10-K/Q reports, XBRL financial statements, and insider trading data. It provides structured access to institutional holdings, corporate events, and financial facts for comprehensive investment research.Last updated1MIT
- AlicenseAqualityBmaintenanceProvides access to SEC EDGAR financial data, enabling AI agents to fetch company filings, financial metrics, and narrative sections. It supports natural-language metric searching and extracts structured data from 10-K, 10-Q, and 8-K reports.Last updated6MIT
- AlicenseAqualityBmaintenanceQuery SEC EDGAR for company filings, financial data, and executive disclosures. Search by company name or ticker, retrieve 10-K/10-Q/8-K filings, and extract structured financials β backed by the official SEC EDGAR API, built for AI agents.Last updated4MIT
Related MCP Connectors
Search SEC filings, read 10-K/8-K, query XBRL facts, track Form 4 insider trades.
Provide AI assistants with real-time access to official SEC EDGAR filings and financial data. Enabβ¦
SEC EDGAR financial data for AI agents β revenue, margins, filings, company comparisons.
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/danishashko/edgar-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server