Data Collection
warnfirehose.com
Provides access to WARN Act layoff notice data including search, state summaries, and pricing info.
ENDPOINT 1
https://warnfirehose.com/mcp
MCP server metadata
- Name
- warn-firehose
- Version
- 1.26.0
WARN Firehose provides six unified labor market datasets: WARN Act layoffs, H-1B/LCA visa petitions, DOL unemployment claims, SEC 8-K filings, bankruptcy cases, and JOLTS labor turnover. Use these tools to search, filter, analyze, and cross-reference across all datasets.
Known tools 12
get_talent_pipelineFind available talent from recent layoffs, cross-referenced with LCA visa roles.
Inferred read-onlyget_risk_signalGet companies ranked by composite distress signal across all datasets.
Inferred read-onlyget_state_intelligenceGet a unified state profile combining all 6 datasets for a US state.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.