SEC EDGAR MCP server that provides access to the US public filings through the US SEC EDGAR 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).
Run
uvx sec-edgar-mcp
MCP client config
{
"mcpServers": {
"sec-edgar-mcp": {
"command": "uvx",
"args": [
"sec-edgar-mcp"
]
}
}
}