Skip to main content
Glama
mmouradbahri

claude-edgar-mcp

by mmouradbahri

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.

Install Server
F
license - not found
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    C
    maintenance
    Enables 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 updated
    1
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    It enables AI assistants (Claude, Cursor, etc.) to access SEC EDGAR data through 6 structured tools — from discovering available filings to keyword-searching within their pages.
    Last updated
    2
    MIT

View all related MCP servers

Related MCP Connectors

  • SEC EDGAR for AI agents: company filings, financials and insider trades. No API keys.

  • SEC EDGAR filings for AI agents: company lookup, filings, financials, insider trades. No keys.

  • Provide AI assistants with real-time access to official SEC EDGAR filings and financial data. Enab…

View all MCP Connectors

Latest Blog Posts

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