Loading MCP server directory, please wait...
Query SEC EDGAR filings, XBRL financials, and company data through MCP. STDIO & Streamable HTTP.
npx @getmcp/cli add io.github.cyanheads/secedgar-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
EDGAR_USER_AGENTUser-Agent header for SEC compliance. Format: "AppName contact@email.com".
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.cyanheads/secedgar-mcp-server": {
"command": "bun",
"args": [
"@cyanheads/secedgar-mcp-server"
],
"env": {
"EDGAR_USER_AGENT": "",
"MCP_LOG_LEVEL": "info"
}
}
}
}