# FilingFirehose (remote · filingfirehose.com)

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

- Trust score: 61/100 (medium)
- Change this week: +6
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `filingfirehose.com`: 61/100 (this document), [markdown](https://verifymcp.io/servers/com-filingfirehose-firehose/filingfirehose.md), [page](https://verifymcp.io/servers/com-filingfirehose-firehose/filingfirehose)

## Channel facts

- Endpoint: `https://filingfirehose.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 4 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 59/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 889 tokens (~222/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-filingfirehose-firehose https://filingfirehose.com/mcp
```

### Codex

```toml
[mcp_servers.com-filingfirehose-firehose]
url = "https://filingfirehose.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-filingfirehose-firehose": {
      "type": "remote",
      "url": "https://filingfirehose.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-filingfirehose-firehose --url https://filingfirehose.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-filingfirehose-firehose:
    url: "https://filingfirehose.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-filingfirehose-firehose": {
      "type": "http",
      "url": "https://filingfirehose.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 61, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 60, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 59, +2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 57, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 57, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 56, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 55, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 55)

First indexed and scored.

## MCP tools (4)

### `search_8k_filings` (~262 tokens)

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' (officer departure), '8.01' (other events),
            '1.01' (material agreement). Leave None for all 8-Ks.
        suspected_buried_only: If True, return only filings where our
            body-text classifier flagged a suspected misclassification —
            i.e. cyber language under Item 8.01 that should have been 1.05,
            officer-departure language under 8.01 that should have been 5.02.
        limit: Max results (1-50, default 25).

    Returns:
        JSON-formatted list of filings. Each includes: accession_number,
        company_name, filed_at, filer_reported_items, detected_items,
        discrepancy_items (in body but not reported), and
        suspected_buried_events (map of reported→suspected).

Input parameters:

- `items`
- `limit` (integer)
- `suspected_buried_only` (boolean)

Output parameters:

- `result` (string)

### `search_13d_filings` (~231 tokens)

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. Examples: 'Saba', 'Starboard',
            'Icahn', 'Elliott', 'Pershing'.
        min_percent: Minimum percent of class disclosed.
        include_amendments: Include 13D/A and 13G/A amendments. Default True.
        include_passive_13g: Include passive Schedule 13G filings. Default False
            (only active 13D / 13D/A returned).
        limit: Max results (1-50, default 25).

    Returns:
        JSON list of filings with cusip, percent_of_class, aggregate_amount,
        activist_filers, and an Item 4 purpose excerpt.

Input parameters:

- `activist`
- `include_amendments` (boolean)
- `include_passive_13g` (boolean)
- `limit` (integer)
- `min_percent`

Output parameters:

- `result` (string)

### `search_atm_offerings` (~184 tokens)

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.

    Args:
        sales_agent: Filter by sales agent name (substring, case-insensitive).
            Examples: 'Cantor Fitzgerald', 'Jefferies', 'Roth Capital',
            'H.C. Wainwright'.
        min_shelf_million_usd: Minimum shelf size in millions USD.
        limit: Max results (1-50, default 25).

    Returns:
        JSON list with shelf_size_usd, is_atm, sales_agents, use_of_proceeds_excerpt.

Input parameters:

- `limit` (integer)
- `min_shelf_million_usd`
- `sales_agent`

Output parameters:

- `result` (string)

### `get_filing` (~97 tokens)

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:
        accession_number: SEC accession in 'XXXXXXXXXX-YY-NNNNNN' format.

    Returns:
        JSON for the filing if found in our archive, or {"found": false}.

Input parameters:

- `accession_number` (string, required)

Output parameters:

- `result` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-filingfirehose-firehose/filingfirehose#diagnostics

## Score history

- 2026-08-03: 61
- 2026-08-02: 60
- 2026-08-01: 60
- 2026-07-31: 59
- 2026-07-30: 57
- 2026-07-29: 57
- 2026-07-28: 56
- 2026-07-27: 55
- 2026-07-26: 55

## Links

- Remote endpoint: https://filingfirehose.com/mcp
- Repository: https://github.com/jaablon/filingfirehose-python
- Website: https://filingfirehose.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-filingfirehose-firehose/filingfirehose/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-filingfirehose-firehose/filingfirehose/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-filingfirehose-firehose/filingfirehose
