claude-edgar-mcp
Provides tools for accessing SEC EDGAR filings, including resolving stock tickers to CIK numbers.
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., "@claude-edgar-mcpWhat is Apple's SEC CIK?"
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.
claude-edgar-mcp
A Model Context Protocol server that gives Claude, GPT, or any MCP-compatible LLM direct access to SEC EDGAR — the US Securities and Exchange Commission filings database used by every equity analyst on Wall Street.
Tools
Tool | What it does |
`ticker_to_cik` | Resolves a US stock ticker to its SEC Central Index Key (CIK) |
More tools coming — see roadmap.
Related MCP server: mcp-edgar
Example
Ask Claude:
What is Meta's SEC CIK?
Claude calls `ticker_to_cik("META")` and returns:
```json { "ticker": "META", "cik": "0001326801", "company_name": "Meta Platforms, Inc." } ```
Install
```bash git clone https://github.com/mmouradbahri/claude-edgar-mcp.git cd claude-edgar-mcp uv sync ```
Wire into any MCP-compatible client
Claude Desktop: edit `~/Library/Application Support/Claude/claude_desktop_config.json`:
```json { "mcpServers": { "claude-edgar-mcp": { "command": "/Users/YOU/.local/bin/uv", "args": ["--directory", "/PATH/TO/claude-edgar-mcp", "run", "main.py"] } } } ```
OpenAI Codex CLI: edit `~/.codex/config.toml`:
```toml [mcp_servers.claude-edgar-mcp] command = "/Users/YOU/.local/bin/uv" args = ["--directory", "/PATH/TO/claude-edgar-mcp", "run", "main.py"] ```
Restart your client. Works with Claude Desktop, Claude Code, OpenAI Codex, Cursor, VS Code + Copilot, and Gemini CLI.
Roadmap
v0.2 — `get_recent_filings(ticker, filing_type, limit)` — return list of a company's recent 10-K/10-Q/8-K filings
v0.3 — `get_10k_url(ticker)` — direct URL to a company's latest 10-K
v0.4 — `get_10k_section(accession, section)` — extract Business, Risk Factors, MD&A from a specific filing
v0.5 — `get_financials(ticker, years)` — pull revenue, net income, FCF from XBRL
Built by Mourad Bahri — part of a broader AI × financial-services project.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Latest Blog Posts
- 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/mmouradbahri/claude-edgar-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server