MCP Directory
Back

sec-edgar-mcp

by stefanoamorelli · Python · ★ 328

A SEC EDGAR MCP (Model Context Protocol) Server

#ai#artificial-intelligence#edgar#edgar-database#finance#genai#llm#mcp#mcp-server#model-context-protocol#model-context-protocol-server

Install

pip install git+https://github.com/stefanoamorelli/sec-edgar-mcp.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "sec-edgar-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/stefanoamorelli/sec-edgar-mcp.git"
      ]
    }
  }
}

From the README

MCP server for accessing SEC EDGAR filings. Connects AI assistants to company filings, financial statements, and insider trading data with exact numeric precision. Built on [edgartools](https://github.com/dgunning/edgartools). https://github.com/user-attachments/assets/d310eb42-b3ca-467d-92f7-7d132e6274fe See demo video > [!NOTE] > This project is not affiliated with or endorsed by the U.S. Securities and Exchange Commission. EDGAR and SEC are trademarks of the SEC. The flag is required for MCP's JSON-RPC communication. For other installation methods (pip, conda, uv), see the [docum…
Read full README on GitHub →

Related databases servers