Odel
sec edgar mcp

sec edgar mcp

Local
@stefanoamorelli353PythonAGPL-3.0Updated 2w ago

SEC EDGAR MCP server that provides access to the US public filings through the US SEC EDGAR API

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIsec-edgar-mcpv1.0.5

Run

uvx sec-edgar-mcp

MCP client config

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