cyanheads/secedgar-mcp-server
Query SEC EDGAR filings, XBRL financials, and company data through MCP. STDIO & Streamable HTTP.
Platform-specific configuration:
{
"mcpServers": {
"secedgar-mcp-server": {
"command": "npx",
"args": [
"-y",
"secedgar-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<div align="center"> <h1>@cyanheads/secedgar-mcp-server</h1> <p><b>Query SEC EDGAR filings, XBRL financials, and company data through MCP. STDIO & Streamable HTTP.</b> <div>5 Tools • 2 Resources • 1 Prompt</div> </p> </div>
<div align="center">
[](https://www.npmjs.com/package/@cyanheads/secedgar-mcp-server) [](https://www.npmjs.com/package/@cyanheads/mcp-ts-core) [](https://modelcontextprotocol.io/)
[](./LICENSE) [](https://www.typescriptlang.org/) [](https://bun.sh/)
</div>
<div align="center">
Public Hosted Server: https://secedgar.caseyjhand.com/mcp
</div>
---
Five tools for querying SEC EDGAR data:
| Tool | Description | |:---|:---| | secedgar_company_search | Find companies and retrieve entity info with optional recent filings | | secedgar_search_filings | Full-text search across all EDGAR filing documents since 1993 | | secedgar_get_filing | Fetch a specific filing's metadata and document content | | secedgar_get_financials | Get historical XBRL financial data for a company | | secedgar_compare_metric | Compare a financial metric across all reporting companies |
secedgar_company_searchEntry point for most EDGAR workflows — resolve tickers, names, or CIKs to entity details.
AAPL), company names (Apple), or CIK numbers (320193)Loading reviews...