Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

WARN Firehose — Labor Market Intelligence

io.github.sendkamal/warn-firehose

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

Uptime
100.0%
1 direct probes · 30d
Response
1000ms
last probe
Tools
12
callable
Resources
0
readable
Prompts
0
available

Tools · 12

authenticate

Authenticate with your WARN Firehose API key. Returns your tier and access level. Args: api_key: Your WARN Firehose API key (starts with wf_)

get_pricing

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,…

search_layoffs

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, N…

get_state_summary

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

get_recent_layoffs

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,…

get_stats

Get overall statistics about the WARN Firehose database.

get_company_layoffs

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

get_talent_pipeline

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 wo…

get_risk_signal

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 …

get_market_pulse

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 snap…

get_state_intelligence

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 d…

export_records

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 …

How to use

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

{
  "mcpServers": {
    "warn_firehose_—_labor_market_intelligence": {
      "url": "https://warnfirehose.com/mcp/",
      "transport": "streamable-http"
    }
  }
}