# WARN Firehose — Labor Market Intelligence (remote · warnfirehose.com)

WARN layoffs, H-1B/LCA visas, SEC 8-K, bankruptcies, DOL claims & JOLTS for all 50 US states.

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

## Components

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

## Channel facts

- Endpoint: `https://warnfirehose.com/mcp/`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.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**: 63/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 12 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.
  - The HSTS (Strict-Transport-Security) header is present.
  - 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**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1274 tokens (~106/item across 12 items; 12 tools + 0 resources), lean.
  - 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 (75% 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 sendkamal-warn-firehose https://warnfirehose.com/mcp/
```

### Codex

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

### opencode

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

### OpenClaw

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

### Hermes

```yaml
mcp_servers:
  sendkamal-warn-firehose:
    url: "https://warnfirehose.com/mcp/"
```

### Other

```json
{
  "mcpServers": {
    "sendkamal-warn-firehose": {
      "type": "http",
      "url": "https://warnfirehose.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 66, +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 65, +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 64, +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 62, +1)

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

### 2026-07-28 (score 61, +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 60, +1)

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

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

First indexed and scored.

## MCP tools (12)

### `authenticate` (~50 tokens)

Authenticate with your WARN Firehose API key. Returns your tier and access level.

    Args:
        api_key: Your WARN Firehose API key (starts with wf_)

Input parameters:

- `api_key` (string, required)

### `get_pricing` (~69 tokens)

Return WARN Firehose pricing tiers, included tools, and signup URLs.

    Use this when the user asks about pricing, hits a rate limit, or wants
    to upgrade. Returns tier prices, daily call limits, included datasets,
    and direct signup links so the user can act immediately.

### `search_layoffs` (~116 tokens)

Search WARN Act layoff notices by company name, city, or keyword.

    Args:
        query: Search term (company name, city, etc.)
        state: Optional 2-letter state code to filter (e.g. CA, TX, NY)
        limit: Max results to return (default 20, max 100)
        api_key: Optional API key for higher rate limits

Input parameters:

- `api_key`
- `limit` (integer)
- `query` (string, required)
- `state`

Output parameters:

- `result` (string)

### `get_state_summary` (~72 tokens)

Get a summary of WARN Act layoff data for a specific US state.

    Args:
        state: Two-letter state code (e.g. CA, TX, NY, FL)
        api_key: Optional API key for higher rate limits

Input parameters:

- `api_key`
- `state` (string, required)

Output parameters:

- `result` (string)

### `get_recent_layoffs` (~100 tokens)

Get the most recent WARN Act layoff notices.

    Args:
        days: Look back this many days (default 30)
        state: Optional state filter (2-letter code)
        limit: Max results (default 25, max 100)
        api_key: Optional API key for higher rate limits

Input parameters:

- `api_key`
- `days` (integer)
- `limit` (integer)
- `state`

Output parameters:

- `result` (string)

### `get_stats` (~24 tokens)

Get overall statistics about the WARN Firehose database.

Input parameters:

- `api_key`

Output parameters:

- `result` (string)

### `get_company_layoffs` (~65 tokens)

Get all WARN Act layoff notices for a specific company.

    Args:
        company: Company name to search for (partial match supported)
        api_key: Optional API key for higher rate limits

Input parameters:

- `api_key`
- `company` (string, required)

Output parameters:

- `result` (string)

### `get_talent_pipeline` (~152 tokens)

Find available talent from recent layoffs, cross-referenced with LCA visa roles.

    Shows what occupations/skills each laid-off company was hiring for.
    Useful for recruiters targeting skilled workers from recently laid-off companies.
    Requires Starter tier or higher. Get your API key at warnfirehose.com/account

    Args:
        state: Optional 2-letter state code
        days: Look back this many days (default 90)
        limit: Max results (default 15, max 50)
        api_key: Your WARN Firehose API key (Starter tier required)

Input parameters:

- `api_key`
- `days` (integer)
- `limit` (integer)
- `state`

Output parameters:

- `result` (string)

### `get_risk_signal` (~178 tokens)

Get companies ranked by composite distress signal across all datasets.

    Combines WARN layoff volume/recency, SEC restructuring filings,
    bankruptcy filings, and H-1B denial rates into a single risk score.
    Levels: Critical (7+), Elevated (4-6), Moderate (2-3), Low (1).
    Requires Starter tier or higher. Get your API key at warnfirehose.com/account

    Args:
        state: Optional 2-letter state code to filter
        min_score: Minimum risk score (default 3)
        limit: Max results (default 15, max 50)
        api_key: Your WARN Firehose API key (Starter tier required)

Input parameters:

- `api_key`
- `limit` (integer)
- `min_score` (integer)
- `state`

Output parameters:

- `result` (string)

### `get_market_pulse` (~85 tokens)

Get a single-call market snapshot across all 6 datasets.

    Returns: WARN stats (30d trend), top industries, at-risk companies,
    LCA/H-1B counts, DOL claims, SEC filings, bankruptcies, JOLTS snapshot.

    Args:
        api_key: Optional API key for higher rate limits

Input parameters:

- `api_key`

Output parameters:

- `result` (string)

### `get_state_intelligence` (~131 tokens)

Get a unified state profile combining all 6 datasets for a US state.

    Returns WARN notices, LCA petitions, H-1B approvals/denials, DOL claims,
    bankruptcy matches, JOLTS data, and a composite distress score.
    Requires Pro tier or higher. Get your API key at warnfirehose.com/account

    Args:
        state_code: Two-letter state abbreviation (e.g. CA, TX, NY)
        api_key: Your WARN Firehose API key (Pro tier required)

Input parameters:

- `api_key`
- `state_code` (string, required)

Output parameters:

- `result` (string)

### `export_records` (~168 tokens)

Export WARN records in bulk. Requires Pro tier or higher.

    Returns up to 500 records with full field details. For CSV/Parquet
    downloads, use the REST API at /api/export/.
    Get your API key at warnfirehose.com/account

    Args:
        api_key: Your WARN Firehose API key (Pro tier required)
        state: Optional 2-letter state code filter
        company: Optional company name filter (partial match)
        days: Look back this many days (default 90, max 730)
        limit: Max records to return (default 100, max 500)

Input parameters:

- `api_key` (string, required)
- `company`
- `days` (integer)
- `limit` (integer)
- `state`

## Diagnostics

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

## Score history

- 2026-08-03: 66
- 2026-08-02: 65
- 2026-08-01: 65
- 2026-07-31: 64
- 2026-07-30: 62
- 2026-07-29: 61
- 2026-07-28: 61
- 2026-07-27: 60
- 2026-07-26: 59

## Links

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