Gives you programmatic access to the International Labour Organization's global labour statistics database through a Pipeworx gateway. The source doesn't list specific tools, but it's part of Pipeworx's collection of 673+ data sources, accessible either as a standalone server or through the unified gateway. Supports a natural language interface via ask_pipeworx where you can query ILO data in plain English instead of calling tools directly. Runs over streamable HTTP, so no local process needed. Reach for this when you need employment rates, wage data, working conditions, or other labour market indicators from ILO's standardized international datasets. MIT licensed.
ILOSTAT (International Labour Organization statistics) MCP — global labour
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"ilostat": {
"url": "https://gateway.pipeworx.io/ilostat/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Ilostat data" })
The gateway picks the right tool and fills the arguments automatically.
MIT