mcpbeat Sign in

ILO Labour Statistics (ILOSTAT): unemployment, wages, informality MCP Server

answering

ILO Labour Statistics (ILOSTAT): unemployment, wages, informality is answering right now. Last checked 7 min ago. 310 installs a week from npm. It exposes 6 tools. Last commit 17 Sep 2026.

Labour market data from the ILO (ILOSTAT) by country, year, sex and age, with provenance.

Installs per day peak 125 · avg 9 · +4% w/w
a month agotoday
Uptime history 41 days of history
41 days agonow
100.0%
Uptime 24h
92 of 92 checks
6
Tools
read from the server
219 ms
Response time
average over 24h
310
Installs / week
npm and PyPI

What changed 19

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 19 August 2026. No other catalogue keeps this.

17 Sep a tool changed version
14 Sep a tool description was rewritten ilo_search_indicators
14 Sep a tool changed version
11 Sep 4 tools changed the parameters they ask for5 times that day ilo_get_data, ilo_get_indicator_metadata, ilo_list_dimension_values and 1 more
3 Sep 2 tools appeared fetch, search
3 Sep a tool changed version
30 Aug a tool changed version3 times that day
19 Aug a tool changed version3 times that day
19 Aug 2 tool descriptions were rewritten ilo_list_dimension_values, ilo_search_indicators
and 5 more, back to 19 August 2026

What the code does

We read the source, 19 h ago · tools taken from the live server · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

A line of code looks encrypted src/icon.ts:23
  "iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAIAAAB7GkOtAAEAAElEQVR42uz9adNt23Ueho1n7v2e5l4QDXuABECAEAlZlEQlBKWIJYmkGsqmFFGpshTFkuMSU6mKf01S5ZQ/ucqfUklMRVZiOXZJlmRJpCWaks2eFEkQoMEGAAkQ3T3du+eTD7MbYzZrzbX22u+5cOXw8uKcc/e799przTnmaJ4GT77vP5TeL4hQpn5RBNe9hiIAhBRASFDYvpoASKGISz901WXPv/Ihf5UbB…
Long encoded blob in source src/icon.ts:23
  "iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAIAAAB7GkOtAAEAAElEQVR42uz9adNt23Ueho1n7v2e5l4QDXuABECAEAlZlEQlBKWIJYmkGsqmFFGpshTFkuMSU6mKf01S5ZQ/ucqfUklMRVZiOXZJlmRJpCWaks2eFEkQoMEGAAkQ3T3du+eTD7MbYzZrzbX22u+5cOXw8uKcc/e799przTnmaJ4GT77vP5TeL4hQpn5RBNe9hiIAhBRASFDYvpoASKGISz901WXPv/Ihf5UbB…

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 7 min ago.

run in your terminal
claude mcp add ilo-mcp-server --transport http https://ilo.sidneybissoli.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ilo-mcp-server": {
      "url": "https://ilo.sidneybissoli.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ilo-mcp-server]
url = "https://ilo.sidneybissoli.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "ilo-mcp-server": {
      "url": "https://ilo.sidneybissoli.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ilo-mcp-server": {
      "url": "https://ilo.sidneybissoli.com/mcp"
    }
  }
}

Available tools 6

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

ilo
ilo_get_data
Statistical observations from one ILOSTAT dataflow, filtered by dimension codes (filters, e.g. {"REF_AREA": ["BRA","ARG"], "SEX": "SEX_T"}) and period (start_period/end_period, e.g. "2015"/"2024"). REF_AREA is required, maximum 30 areas per call — for broad panels, split areas into batches and/or paginate by period. Unfiltered dimensions return all their categories. Does not aggregate, convert or otherwise transform values (raw ILOSTAT data only), and does not search indicators (use ilo_search_indicators).
ilo_get_indicator_metadata
Structure of one ILOSTAT dataflow: dimensions (in SDMX key order), their codelists, the time dimension, the source's default selection and the data vintage (last update at the ILO). Use before ilo_get_data to know which filters exist. Does not return statistical values and does not list the codes themselves (use ilo_list_dimension_values).
ilo_list_dimension_values
Valid codes (id + label) of one dimension of an ILOSTAT dataflow — e.g. the country/area codes of REF_AREA (ISO 3166-1 alpha-3 such as BRA, plus X-codes for aggregates such as X01 World) or the categories of SEX (SEX_T/SEX_M/SEX_F) and AGE. Use `search` to resolve a name to a code (e.g. search "Brazil") instead of paging through hundreds of codes; codelists are shared across dataflows, so a code found here is valid wherever the same codelist is used. Use to build correct ilo_get_data filters. Does not return statistical values, does not say which codes actually have data for a given dataflow, and is not applicable to the time dimension (filter it via start_period/end_period in ilo_get_data).
ilo_search_indicators
Search the ILOSTAT catalogue of ~1,200 indicator dataflows by keywords in the name or id (e.g. "unemployment rate sex age"). All terms must match (AND, case-insensitive), so start with 2–3 English words and drop terms if you get 0 results. Everyday and US wording is resolved to the ILO's own (labor→labour, wages/salary→earnings, informality→informal, gender→sex, productivity→output per worker); when that happens the response says so in vocabulary_notes. Results are ranked by ILO relevance weight, not by match count. Reading the id tells you the shape: suffix _RT = rate/ratio, _NB = number (usually thousands); dataflows whose second token starts with 2 (e.g. DF_UNE_2EAP_…) are ILO modelled estimates with full country/year coverage, the others are reported national data. Returns dataflow ids to use with ilo_get_data / ilo_get_indicator_metadata. Searches the local catalogue only — it does not return statistical values (use ilo_get_data), does not search dimension codes such as countries (use ilo_list_dimension_values) and does not cover non-ILO sources.
fetch
fetch
Returns the full document for an id obtained from `search`, as { id, title, text, url, metadata }: `text` is the readable content (Markdown) and `url` the canonical public page to cite. Companion of `search` in the OpenAI Deep Research contract, over the ILOSTAT labour statistics (≈1,200 SDMX dataflows: employment, unemployment, wages, working time, informality, SDG labour indicators) catalog. Only ids returned by `search` are valid; an unknown id returns an error. The `ilo_*` tools remain the tools for data queries. Behavior: read-only and idempotent — a live GET against the public source when the document needs it.
search
search
Searches the ILOSTAT labour statistics (≈1,200 SDMX dataflows: employment, unemployment, wages, working time, informality, SDG labour indicators) catalog and returns up to 10 matching documents as { id, title, url }, ordered by relevance (an empty list means nothing matched). This tool exists for the OpenAI Deep Research contract: ChatGPT deep research, company knowledge and research workflows over the Responses API require exactly the tools `search` and `fetch`. Pass one of the returned ids to `fetch` to read the document. For direct questions and for data (values, series, rankings) prefer the `ilo_*` tools, which return the actual data with provenance — this is a catalog index, not a data query. Query: natural language or keywords, Portuguese or English; accents and case are ignored. Behavior: read-only and idempotent — the catalog comes from the public source and is cached in memory.

Endpoints

URLTransportStateLatencyChecked
https://ilo.sidneybissoli.com/mcp streamable-http answering 212 ms 7 min ago

Alternatives to ILO Labour Statistics (ILOSTAT): unemployment, wages, informality

same job, measured the same way
C
BLS Employment & Wages
by olyport

Unemployment rates, labor force, and Consumer Price Index from the Bureau of Labor Statistics

4 tools answering
China Trade & Market Data
by huangjunsong404-crypto

Look up investment statistics by year or country and region.

5 tools answering
Bls Labor MCP Server
by cyanheads

Fetch US Bureau of Labor Statistics data — CPI, unemployment, wages, JOLTS, and more via MCP.

172 installs/wk 6 tools answering
BLS OEWS
by 1102tools

BLS Occupational Employment and Wage Statistics market wages. 7 tools.

576 installs/wk local only
BLS OEWS
by 1102tools

BLS access readiness and Occupational Employment and Wage Statistics market wages. 8 tools.

local only
AgentNative: Public Data, Government Datasets, Federal Statistics & Official Records
by cazimedia-agentnative

Normalized official data with provenance, aggregations, insights, free samples and agent access.

14 tools answering
AgentNative: Public Data, Government Datasets, Federal Statistics & Official Records
by cazimedia-agentnative

Normalized official data with provenance, aggregations, insights, free samples and agent access.

14 tools answering
Seco Labor MCP
by malkreide

SECO labour market: unemployment, vacancies, workforce indicators

55 installs/wk local only

ILO Labour Statistics (ILOSTAT): unemployment, wages, informality — questions

Answers built from our own checks of this server.

What can ILO Labour Statistics (ILOSTAT): unemployment, wages, informality do?
It exposes 6 tools, read directly from the server on our last check. Among them: fetch, ilo_get_data, ilo_get_indicator_metadata, ilo_list_dimension_values, ilo_search_indicators, search. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is ILO Labour Statistics (ILOSTAT): unemployment, wages, informality working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 219 ms. The bar chart above shows every period we have measured.
How do I connect ILO Labour Statistics (ILOSTAT): unemployment, wages, informality?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does ILO Labour Statistics (ILOSTAT): unemployment, wages, informality need an API key?
No. ILO Labour Statistics (ILOSTAT): unemployment, wages, informality completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 6 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is ILO Labour Statistics (ILOSTAT): unemployment, wages, informality?
It answers our handshake in 219 ms on average, which is faster than 62% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use ILO Labour Statistics (ILOSTAT): unemployment, wages, informality?
The npm package ilo-mcp-server was installed 310 times in the last week. Week over week that is +4%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is ILO Labour Statistics (ILOSTAT): unemployment, wages, informality open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.