data360_get_data
ActiveTool of Data360
Fetch observations for one Data360 series. DATABASE_ID selects the source database (e.g. WB_WDI), INDICATOR is the code from data360_search_indicators (e.g. WB_WDI_SP_POP_TOTL), REF_AREA is an ISO3 country code (e.g. BRA, USA). Returns SDMX-style records with OBS_VALUE, TIME_PERIOD, UNIT_MEASURE and disaggregation attributes (SEX, AGE, etc.). Omit TIME_PERIOD for the full series.
Parameters schema
{
"type": "object",
"required": [
"DATABASE_ID",
"INDICATOR",
"REF_AREA"
],
"properties": {
"top": {
"type": "number",
"description": "Max observations to return (default 100)."
},
"skip": {
"type": "number",
"description": "Offset for pagination (default 0)."
},
"REF_AREA": {
"type": "string",
"description": "ISO3 country/region code, e.g. \"BRA\", \"USA\", \"WLD\"."
},
"INDICATOR": {
"type": "string",
"description": "Indicator code, e.g. \"WB_WDI_SP_POP_TOTL\"."
},
"DATABASE_ID": {
"type": "string",
"description": "Source database ID, e.g. \"WB_WDI\"."
},
"TIME_PERIOD": {
"type": "string",
"description": "Optional single year, e.g. \"2020\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Data360
https://github.com/pipeworx-io/mcp-data360
1/7 registries