Best for
- Researchers who need AI-assisted access to U.S. public-company filings
- Users analyzing company, financial, or insider-trading data
- Financial research workflows that require precise numbers and source links
This active AGPL-3.0 server provides access to company filings, financial data, and insider transactions through stdio and streamable HTTP. The source does not specify exact tool identifiers, so none are inferred.
SEC EDGAR MCP Server gives AI assistants access to public filings through the U.S. Securities and Exchange Commission EDGAR API. It covers company filings, financial statements, and insider trading data, with an emphasis on exact numeric precision. Built on edgartools, it includes SEC filing URLs for verification.
Run it over stdio with Docker. The configuration must set SEC_EDGAR_USER_AGENT to a user-agent string and use docker run -i --rm. Pip, conda, and uv installation methods are also supported according to the project documentation. For platforms such as Dify, use streamable HTTP with: python -m sec_edgar_mcp.server --transport streamable-http --port 9870.
{"mcpServers":{"sec-edgar-mcp":{"command":"docker","args":["run","-i","--rm","-e","SEC_EDGAR_USER_AGENT=Your Name ([email protected])","stefanoamorelli/sec-edgar-mcp:latest"]}}}