edgar-mcp

mcpwright/edgar-mcp
★ 0 stars Python 🤖 AI/LLM Updated today
MCP server for SEC EDGAR — search filings, resolve issuers, and pull recent Reg CF (Form C) / Reg D (Form D) offerings, right inside your agent.
View on GitHub → Try with Claude — $10 free →

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

<!-- mcp-name: io.github.mcpwright/edgar-mcp --> **SEC EDGAR filings, inside your agent.** An [MCP](https://modelcontextprotocol.io) server that lets an LLM resolve companies, search filings, and pull recent securities offerings straight from the SEC — built on Anthropic's official [`mcp` Python SDK](https://github.com/modelcontextprotocol/python-sdk).

Tools (1)

get_recent_offerings