Odel
EdgarTools

EdgarTools

Local
@dgunning2.7kPythonMITUpdated Today

Open-source SEC EDGAR toolkit — 11 tools, 7 prompts, every filing type. No API key required.

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).

PyPIedgartoolsv5.21.1

Run

uvx edgartools

MCP client config

{
  "mcpServers": {
    "edgartools": {
      "command": "uvx",
      "args": [
        "edgartools"
      ]
    }
  }
}