aggregated_data
ActiveTool of mcp-ibge-br
Pull official IBGE/SIDRA statistical series (inflation, GDP, population, etc.). Specify the aggregate table, variable, periods, and locality. Common examples: IPCA monthly inflation = aggregate "1737" variable "63"; population estimate = aggregate "6579" variable "9324". Returns time series keyed by period.
Parameters schema
{
"type": "object",
"required": [
"aggregate",
"variable"
],
"properties": {
"periods": {
"type": "string",
"description": "Periods: \"-1\" (latest), \"-6\" (last 6), or explicit like \"202604\" or \"202601-202604\". Default \"-1\"."
},
"variable": {
"type": "string",
"description": "Variable id within the aggregate, e.g. \"63\" (IPCA monthly variation %). Use \"all\" for every variable."
},
"aggregate": {
"type": "string",
"description": "SIDRA aggregate (table) id, e.g. \"1737\" (IPCA) or \"6579\" (population estimate). Discover ids via list_aggregates."
},
"localities": {
"type": "string",
"description": "Locality filter, e.g. \"N1[all]\" (Brazil), \"N3[35]\" (state SP), \"N6[3550308]\" (a municipality). Default \"N1[all]\". Brackets are auto-encoded."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-ibge-br
https://github.com/pipeworx-io/mcp-ibge-br
2/7 registries