← warnfirehose.com

INDIVIDUAL MCP TOOL

get_stats

Get overall statistics about the WARN Firehose database.

warnfirehose.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

warnfirehose.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.warn-firehose]
url = "https://warnfirehose.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "warn-firehose": {
      "type": "http",
      "url": "https://warnfirehose.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: warn-firehose
Remote MCP URL: https://warnfirehose.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "warn-firehose": {
      "url": "https://warnfirehose.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "warn-firehose": {
      "type": "http",
      "url": "https://warnfirehose.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "warn-firehose",
  "transport": "streamable-http",
  "url": "https://warnfirehose.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • authenticate — Authenticate with your WARN Firehose API key.
  • get_pricing — Return WARN Firehose pricing tiers, included tools, and signup URLs.
  • search_layoffs — Search WARN Act layoff notices by company name, city, or keyword.
  • get_state_summary — Get a summary of WARN Act layoff data for a specific US state.
  • get_recent_layoffs — Get the most recent WARN Act layoff notices.
  • get_company_layoffs — Get all WARN Act layoff notices for a specific company.
  • get_talent_pipeline — Find available talent from recent layoffs, cross-referenced with LCA visa roles.
  • get_risk_signal — Get companies ranked by composite distress signal across all datasets.