uis-mcp-server
Related Servers
Alternatives to uis-mcp-server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceA Model Context Protocol server that connects AI assistants to UNESCO Institute for Statistics data, enabling natural language search, retrieval, and comparison of indicators across countries.133MIT
- AlicenseAqualityAmaintenanceMCP server for accessing ILOSTAT (ILO statistical database) with tools to search indicators, retrieve metadata, list dimension values, and fetch data, with full provenance tracking.661 npm1MIT
- AlicenseAqualityCmaintenanceMCP server for UNICEF child development statistics. Query 790+ child-focused indicators across 200+ countries with disaggregations by sex, age, wealth quintile, and residence. No API key required.95MIT
- FlicenseAqualityDmaintenanceAn MCP server that provides official statistical data for development indicators in Asia-Pacific. It wraps the ESCAP Data Explorer API, letting any MCP-compatible host query SDG and thematic data through natural language.5-
- FlicenseAqualityCmaintenanceMCP server that exposes skills from the Brazilian National Common Curricular Base (BNCC) with thematic units, knowledge objects, and prioritization layer from Mapa de Foco, enabling lookup, search, listing, and statistics of educational skills.514-
- AlicenseNot gradedqualityCmaintenanceFederated MCP server that routes K-12 education data requests to public sources like Urban Institute, EDC/Zelma, NAEP, and MA E2C, handling comparability and provenance automatically.MIT
TDQS
Scored across 5 tools
The three uis_* tools are clearly separated by role: indicator catalogue lookup, geo-unit lookup, and statistical data retrieval. However, search and uis_search_indicators both search the UIS catalogue; the descriptions differentiate document search from indicator-code search, but the overlap could still cause a misrouted query.
Three tools follow a clear uis_<verb>_<noun> convention, but search and fetch break that pattern with bare generic names. The naming is still readable and intentional, but the mix of prefixed and unprefixed tools is inconsistent.
Five tools is well-scoped for a statistics server: indicator discovery, geo-unit discovery, data retrieval, and document search/fetch each serve a distinct purpose. No tool feels redundant, and the set is neither too thin nor overly heavy.
The core UIS data workflow is fully covered: find indicator codes, find geo codes, and fetch statistical records with filtering and footnotes. The search/fetch pair also supports document-level retrieval and citation, so agents can complete data queries without dead ends.