loading…
Search for a command to run...
loading…
Provides access to SEC EDGAR financial data, enabling AI agents to fetch company filings, financial metrics, and narrative sections. It supports natural-languag
Provides 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.
SEC EDGAR financial data for your AI agent.
get_filings: fetch filing metadata (10-Q/10-K/8-K earnings release references)get_financials: fetch full period facts (inline JSON or local file output)get_metric: fetch a specific metric/tag for a periodlist_metrics: list candidate metrics/tags in a filing periodsearch_metrics: fuzzy-search metrics by natural-language queryget_filing_sections: extract filing narrative sections/tables (10-K/10-Q default, or 8-K earnings release with source="8k")pip install edgar-mcp
EDGAR_API_KEY (required): API key for EDGAR Financial APIEDGAR_API_URL (optional): defaults to https://www.financialmodelupdater.comEDGAR_MCP_OUTPUT_DIR (optional): path for output="file" responses./exports/file_output from current working directory~/.cache/edgar-mcp/file_outputedgar-mcp
Claude Code config snippet:
{
"mcpServers": {
"edgar-financials": {
"type": "stdio",
"command": "edgar-mcp",
"env": {
"EDGAR_API_KEY": "YOUR_KEY_HERE"
}
}
}
}
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"edgar-mcp": {
"command": "npx",
"args": []
}
}
}