Connect ILOSTAT (ILO Labour Statistics) to Claude Code
Query ILOSTAT (ILO Labour Statistics) directly from Claude Code. Arlet links the two through one MCP connection and takes care of API keys.
Connects your AI client to the ILOSTAT SDMX 2.1 REST API (sdmx.ilo.org), the machine interface of ILOSTAT, the ILO's central labour-statistics database used for cross-country comparison of labour markets.
Tools (read-only):
- search_ilostat_dataflows: keyword search over ~1,200 dataflows (indicator tables). The list is cached in-process; the first call can take ~10 seconds.
- get_ilostat_dataflow_structure: the key dimensions of one dataflow in order (e.g. REF_AREA.FREQ.MEASURE.SEX.AGE) and the codes each accepts.
- get_ilostat_data: observations as flat rows. Filter by ISO3 area code(s) and {dimension: code} filters, or a full dimension key; restrict by start/end period or the latest N observations. Up to 200 rows per call.
Every response carries the source (ILOSTAT, International Labour Organization) and the licence (CC BY 4.0: credit the ILO and indicate changes).
How to connect ILOSTAT (ILO Labour Statistics) to Claude Code
- 1
In the Arlet dashboard, open Data tools, find ILOSTAT (ILO Labour Statistics) and switch it on. No API key setup is needed.
- 2
In your terminal, run claude mcp add --transport http arlet https://mcp.arlet.dev/mcp/ to add Arlet as an MCP server.
- 3
Start Claude Code, run /mcp, select arlet and click Authenticate.
- 4
Your browser opens. Sign in with Google and click Allow on the consent screen. The connection is complete.
The connection is per user and works across every project on the same machine.
