warn_coverage
Pack: warn-notices · Endpoint: https://gateway.pipeworx.io/warn-notices/mcp
Which US states WARN layoff-notice coverage extends to, how many notices are available for each, and the date of the newest notice per state. Answers “which states do you have WARN data for”, “how current is the layoff data”, “is Georgia covered”. Read this before treating an empty WARN search result as evidence that no layoffs were filed.
Example call
Arguments
{}
curl
curl -X POST https://gateway.pipeworx.io/warn-notices/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"warn_coverage","arguments":{}}}'
TypeScript (@pipeworx/sdk)
import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();
const result = await pipeworx.call('warn_coverage', {});
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"warn-notices": {
"url": "https://gateway.pipeworx.io/warn-notices/mcp"
}
}
}
See Getting Started for client-specific install steps.