Skip to content
Back to search
100
MCP live v0.1.0 streamable-http

FilingFirehose

com.filingfirehose/firehose

SEC EDGAR filings parsed: 8-K body-text classification, 13D activist tagging, S-3 ATM detection.

Uptime
11.1%
27 probes
Response
1732ms
last probe
Tools
4
callable

Tools · 4

search_8k_filings

Search recent SEC 8-K filings (current report) from the past 72 hours. Args: items: Comma-separated 8-K item codes to filter on. Examples: '1.05' (cybersecurity), '5.02' (offi…

search_13d_filings

Search recent SEC Schedule 13D / 13G filings from the past 72 hours. Args: activist: Filter to filings tagged with this activist filer name. Substring match, case-insensitive.…

search_atm_offerings

Search recent SEC at-the-market (ATM) equity offerings from the past 72 hours. Pulls from S-3 / 424B5 family filings where our parser flagged ATM-offering indicators in the body language. …

get_filing

Fetch one filing by SEC accession number, regardless of recency. Useful when an agent has an accession number from a citation or earlier tool call and needs the parsed details. Args: …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "filingfirehose": {
      "url": "https://filingfirehose.com/mcp",
      "transport": "streamable-http"
    }
  }
}