get_data
ActiveTool of Unesco Uis
Fetch UNESCO UIS statistic values: education, literacy, school enrollment/completion, science (R&D) and culture indicators. Returns {records:[{indicatorId,geoUnit,year,value}]}. Indicator IDs come from list_indicators; geoUnit is an ISO3 country code (e.g. "BRA") from list_geounits. Both accept one or many (comma-separated) values; empty records means no data for that indicator/country/year combination.
Parameters schema
{
"type": "object",
"required": [
"indicator",
"geoUnit"
],
"properties": {
"end": {
"type": "number",
"description": "Last year (inclusive), e.g. 2020."
},
"start": {
"type": "number",
"description": "First year (inclusive), e.g. 2015."
},
"geoUnit": {
"type": "string",
"description": "ISO3 country/region code(s) from list_geounits, e.g. \"BRA\". Multiple comma-separated: \"BRA,ARG\"."
},
"indicator": {
"type": "string",
"description": "Indicator ID(s) from list_indicators, e.g. \"CR.1\" or \"10\". Multiple comma-separated: \"CR.1,CR.2\"."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Unesco Uis
https://github.com/pipeworx-io/mcp-unesco-uis
1/7 registries