Claude Edgar
БесплатноНе проверенEnables ticker-to-CIK resolution for SEC EDGAR, allowing users to query US stock tickers and retrieve their SEC Central Index Key.
Описание
Enables ticker-to-CIK resolution for SEC EDGAR, allowing users to query US stock tickers and retrieve their SEC Central Index Key.
README
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.
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.
Установка Claude Edgar
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/mmouradbahri/claude-edgar-mcpFAQ
Claude Edgar MCP бесплатный?
Да, Claude Edgar MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Claude Edgar?
Нет, Claude Edgar работает без API-ключей и переменных окружения.
Claude Edgar — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Claude Edgar в Claude Desktop, Claude Code или Cursor?
Открой Claude Edgar на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Claude Edgar with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
