The SEC EDGAR MCP server provides AI agents with access to SEC EDGAR filings. It exposes tools for querying and retrieving company filings, including 10-K, 10-Q, and 8-K forms. The server connects directly to the SEC EDGAR database, allowing agents to fetch and analyze financial disclosures. Developers use it to build AI-driven financial analysis tools, monitor regulatory filings, and extract insights from corporate financial reports.
The SEC EDGAR MCP server provides AI agents with access to SEC EDGAR filings. It exposes tools for querying and retrieving company filings, including 10-K, 10-Q, and 8-K forms. The server connects directly to the SEC EDGAR database, allowing agents to fetch and analyze financial disclosures. Developers use it to build AI-driven financial analysis tools, monitor regulatory filings, and extract insights from corporate financial reports.
pip install sec-edgar-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"stefanoamorelli-sec-edgar-mcp-github": {
"command": "uvx",
"args": [
"pip install sec-edgar-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from sec edgar mcp?"
No configuration required. This server works out of the box.
"What resources are available in sec edgar mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in sec edgar mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in sec edgar mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.