Connects Claude to the SEC's EDGAR database through free public APIs without authentication. You get direct access to company filings, financial statements, and corporate disclosures straight from the source. The server runs through Pipeworx's gateway, which means you can either use it standalone or tap into their full collection of 673+ data sources. Includes an ask_pipeworx tool that handles natural language queries, so you can ask about SEC data in plain English instead of figuring out which specific endpoint to call. Useful when you're analyzing public companies, researching financial disclosures, or need quick access to official filings without scraping or dealing with rate limits.
SEC MCP — SEC EDGAR public APIs (free, no auth)
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"sec": {
"url": "https://gateway.pipeworx.io/sec/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Sec data" })
The gateway picks the right tool and fills the arguments automatically.
MIT