ILO Statistics (ILOSTAT) MCP Server
Related Servers
Alternatives to ILO Statistics (ILOSTAT) MCP Server
- AlicenseNot gradedqualityAmaintenanceSearch and query the Eurostat catalogue — EU economy, demography, trade, health, and NUTS regional data via MCP with 5 tools and 1 resource.421 npm6Apache 2.0
- AlicenseNot gradedqualityAmaintenanceEnables searching, exploring, and querying over 1,500 OECD statistical datasets via SDMX, covering national accounts, employment, trade, PISA, health, and more.96 npm2Apache 2.0
- FlicenseNot gradedqualityDmaintenanceProvides macro-economic data from World Bank, IMF, FRED, OECD, and RBI through a unified get_indicator interface.1-
- AlicenseNot gradedqualityCmaintenanceEnables access to global labour statistics from ILOSTAT via the Pipeworx gateway.3 npmMIT
- AlicenseNot gradedqualityBmaintenanceAn MCP server that lets AI assistants discover and retrieve official statistics from SDMX services, returning actual data observations rather than just query URLs.Apache 2.0
- AlicenseAqualityBmaintenanceAn MCP server providing progressive discovery tools for SDMX statistical data, enabling AI agents to explore and access SDMX-compliant repositories through interactive tools, resources, and prompts.20MIT
Related Servers
- AlicenseAqualityBmaintenanceMCP server for UNESCO UIS statistics enabling search of indicators, listing of geographical units, and data retrieval with provenance and license compliance.51MIT
- AlicenseAqualityBmaintenanceMCP server for Eurostat statistics, enabling seamless search, query, and analysis of over 8,900 EU datasets with support for SDMX, DuckDB SQL, NUTS regional filtering, and CSV export.121MIT
- AlicenseAqualityDmaintenanceMCP server for official statistics from Statistics Finland (Tilastokeskus) — the StatFin database, exposed through the PxWeb API. Search 3000+ tables, inspect their dimensions, and pull data as JSON-stat2.435 npmMIT
- AlicenseAqualityCmaintenanceMCP server serving official statistics from major data agencies (Statistics Canada, FRED, BLS, World Bank, etc.) as tools with provenance and verification, enabling search, retrieval, analysis, and monitoring via natural language.1159 npmMIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server that provides tools to query Eurostat APIs for European statistics data.10MIT
- AlicenseNot gradedqualityBmaintenanceMCP server for Japan's e-Stat (Government Statistics Portal). Search statistical datasets, retrieve data tables, and access metadata from official Japanese government statistics.28 PyPI10Apache 2.0
TDQS
Scored across 6 tools
The data tools (ilo_search_indicators, ilo_get_indicator_metadata, ilo_list_dimension_values, ilo_get_data) are clearly separated by function. The generic search and fetch tools are distinct from each other, but search and ilo_search_indicators both search the same catalog, creating mild overlap; their descriptions do clarify that one serves document retrieval and the other serves dataflow discovery.
The four ilo_* tools follow a consistent verb-based pattern with underscores, but the unprefixed generic tools search and fetch break the convention. The mixed prefixing is explainable but inconsistent across the set.
Six tools is a well-scoped size for the server's purpose: discovery, metadata inspection, dimension lookup, and data retrieval each have a dedicated tool. No tool feels redundant or unnecessary for the stated domain.
The tool set covers the full workflow needed to query ILOSTAT data: search for indicators, inspect metadata, list valid dimension codes, and retrieve data values. The search/fetch pair also enables document-level research, so there are no obvious dead ends in the intended use cases.