FilingFirehose MCP Server
Remote MCP server over US SEC EDGAR filings — parsed 8-K (with body-text detection of suspected misclassifications under Item 8.01), Schedule 13D/G with activist filer tagging, and S-3 / 424B5 ATM-offering detection.
Open the source and read safety notes before installing.
Citation facts
Source-backed facts for citing this resource, derived directly from the registry — also available as plain text for AI assistants.
- Source URLs
- https://filingfirehose.com/docs, https://github.com/JSONbored/awesome-claude/blob/main/content/mcp/filingfirehose-mcp-server.mdx, https://filingfirehose.com
- Brand
- FilingFirehose
- Brand domain
- filingfirehose.com
- Brand asset source
- brandfetch
- Safety notes
- Read-only — the server exposes no write tools.
- Privacy notes
- Queries and responses pass through the FilingFirehose backend; standard request logs apply.
- Author
- FilingFirehose
- Submitted by
- jaablon
- Claim status
- unclaimed
- Last verified
- 2026-06-27
Safety notes
- Read-only — the server exposes no write tools.
Privacy notes
- Queries and responses pass through the FilingFirehose backend; standard request logs apply.
Prerequisites
- MCP client with streamable HTTP transport support (Claude Desktop, Claude Code, Cursor, etc.)
- No account required for the free public tier (last 72 hours of filings).
- Optional API key for full archive access — set via Authorization header.
Schema details
- Install type
- cli
- Troubleshooting
- No
- Estimated setup
- 5 minutes
- Difficulty
- beginner
- Website
- https://filingfirehose.com
Full copyable content
{
"mcpServers": {
"filingfirehose": {
"url": "https://filingfirehose.com/mcp",
"type": "http"
}
}
}About this resource
FilingFirehose MCP Server
FilingFirehose exposes parsed US SEC EDGAR filings as MCP tools. The free public tier returns the last 72 hours of filings with no authentication; paid tiers unlock the full archive.
Tools
search_8k_filings— Recent 8-K filings with item classification. The body-text classifier flags suspected misclassifications under Item 8.01 (cyber incidents buried as "Other Events", silent officer departures filed under 8.01 instead of 5.02).search_13d_filings— Schedule 13D / 13G beneficial ownership filings, with activist filer tagging (Saba, Bulldog, Karpus, Icahn, Elliott, Starboard, Pershing, +14 more).search_s3_filings— S-3 / 424B5 prospectuses with shelf size, ATM-offering detection, and sales-agent extraction.
Setup
claude mcp add --transport http filingfirehose https://filingfirehose.com/mcp
Or paste into your MCP client config:
{
"mcpServers": {
"filingfirehose": {
"url": "https://filingfirehose.com/mcp",
"type": "http"
}
}
}
Verification
curl -X POST https://filingfirehose.com/mcp \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","method":"initialize","id":1,"params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"t","version":"1"}}}'
# serverInfo: filingfirehose 1.28.1
Source citations
Add this badge to your README
How it compares
FilingFirehose MCP Server side by side with 3 alternatives on trust, install, platform support, and disclosed safety notes — all from reviewed registry metadata.
| Field | Remote MCP server over US SEC EDGAR filings — parsed 8-K (with body-text detection of suspected misclassifications under Item 8.01), Schedule 13D/G with activist filer tagging, and S-3 / 424B5 ATM-offering detection. Open dossier | Access high-quality fundamental financial data from SEC filings and investor presentations Open dossier | Local MCP server for the edgartools Python library, letting Claude search, parse, read, compare, and analyze SEC EDGAR filings, companies, ownership, funds, proxy statements, notes, trends, and live filing feeds. Open dossier | Python MCP server that lets Claude query Financial Datasets for stock statements, prices, company news, crypto prices, and SEC filings. Open dossier |
|---|---|---|---|---|
| Trust | ||||
| Install risk | Review first | Low risk | Review first | Review first |
| Notes | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ |
| Brand | — | |||
| Category | mcp | mcp | mcp | mcp |
| Source | source-backed | first-party | source-backed | source-backed |
| Author | FilingFirehose | Daloopa | Dwight Gunning | Financial Datasets |
| Added | 2026-06-27 | 2025-09-18 | 2026-06-06 | 2026-06-05 |
| Platforms | Claude CodeCodexCursorClaude Desktop | Claude CodeClaude Desktop | Claude CodeClaude Desktop | Claude CodeClaude Desktop |
| Source repo | — | — | — | — |
| Safety notes | ✓Read-only — the server exposes no write tools. | ✓Treat financial data as informational research and verify figures before using them for investment, accounting, or reporting decisions. | ✓edgartools MCP can query live SEC filings, parse structured filing data, search filing text, monitor recent filings, compare companies, inspect ownership, and extract proxy or fund information. SEC EDGAR access requires an identity string and can be rate-limited if automated requests are too frequent or unidentified. Filing analysis can produce plausible financial, legal, governance, compensation, or risk conclusions that still require expert review. The local server is stateless, but remote HTTP transport deployments still need normal network access controls if shared with a team. Do not treat model-generated summaries as investment advice, legal advice, accounting advice, or a substitute for reading the filing source. | ✓This server retrieves financial market data; do not treat tool output or model summaries as investment, trading, tax, or legal advice. Current prices, crypto prices, filings, and news can be delayed, incomplete, rate limited, or unavailable depending on API plan and market conditions. Review generated analysis before using it in portfolio decisions, trading workflows, client reports, or compliance-sensitive research. The server sends ticker symbols, date ranges, filing filters, and research queries to the Financial Datasets API. |
| Privacy notes | ✓Queries and responses pass through the FilingFirehose backend; standard request logs apply. | ✓Company queries, filing references, financial models, and research topics may be sent through the MCP client and model. | ✓Tool inputs can reveal watchlists, portfolio interests, deal research, diligence targets, litigation topics, trading hypotheses, or compliance questions. Tool outputs can expose filing excerpts, insider transactions, institutional holdings, compensation data, financial metrics, and query strategy in the MCP client transcript. EDGAR_IDENTITY includes a name and email address; keep it scoped to approved automation and avoid committing it to source control. If using hosted edgar.tools services instead of the local server, review the hosted service's tier, retention, processing, and data-use terms separately. | ✓API keys must be stored in environment variables or local secret managers and never committed to configuration files. Queried tickers, crypto symbols, time ranges, filings, and news requests can reveal research interests, watchlists, client assignments, or trading hypotheses. Tool outputs may include financial statements, prices, filings, and news that become part of the model context and logs. Avoid sending private portfolio holdings, customer identifiers, or material non-public information through prompts or tool arguments. |
| Prerequisites |
|
|
|
|
| Install | | | | |
| Config | | | | |
| Citations | ||||
| Claim | Unclaimed | Unclaimed | Unclaimed | Unclaimed |
Signals
Loading live community signals…
A short, calm digest of reviewed Claude resources. Unsubscribe any time.