Odel
EdgarParser MCP

EdgarParser MCP

Local
@henrysouchienPythonUpdated 1w ago

MCP stdio server for source-backed SEC EDGAR financial data from the hosted EdgarParser 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).

PyPIedgar-mcpv1.0.2

Run

uvx edgar-mcp

MCP client config

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