edgar-mcp

asp53826/edgar-mcp
★ 0 stars Python Code/Dev Tools Updated today
MCP server for SEC EDGAR filings and XBRL financial facts
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "edgar-mcp": {
      "command": "uvx",
      "args": [
        "edgar-mcp"
      ]
    }
  }
}

Or install with pip: pip install edgar-mcp

README Excerpt

An MCP server that gives a model working access to SEC EDGAR — company filings, filing text, and XBRL financial facts. > EDGAR will happily hand you a 9 MB filing and then throttle you for asking > twice. The interesting part of this server is everything between the model and > the wire. - ticker, CIK, or company name resolves to an EDGAR identity, with ambiguous

Tools (8)

cache_statscompare_conceptget_conceptget_filing_textlist_conceptslist_filingslookup_companysearch_filings