Skip to content
Back to search
100
MCP live v1.9.2 MCP 2026-07-28 streamable-http

IBGE Brasil MCP

io.github.sidneybissoli/ibge-br-mcp

MCP server for live, sourced Brazilian public data from the official IBGE APIs.

Uptime
100.0%
1 direct probes · 30d
Response
407ms
last probe
Tools
22
callable
Resources
5
readable
Prompts
2
available

Tools · 22

ibge_estados

Lists all Brazilian states from IBGE. Features: - Lists all 27 states (26 states + Federal District) - Filter by region (North, Northeast, Southeast, South, Central-West) - Sort by ID, name, or abbre…

ibge_municipios

Lists Brazilian municipalities from IBGE. Features: - List municipalities by state (using state abbreviation) - List all municipalities in Brazil (5,570 municipalities) - Search by municipality name …

ibge_localidade

Returns details of a specific locality by IBGE code. Features: - State information (2-digit code) - Municipality information (7-digit code) - District information (9-digit code) - Complete hierarchy …

ibge_populacao

Returns real-time Brazilian population projection. Features: - Current population estimate - Birth rate (average time between births) - Death rate (average time between deaths) - Daily population inc…

ibge_sidra

Queries SIDRA tables (IBGE's Automatic Recovery System). SIDRA contains data from IBGE surveys like Census, PNAD, GDP, etc. Common tables: - 6579: Population estimates (annual) - 9514: Census 2022 p…

ibge_nomes

Queries name frequency and rankings in Brazil (IBGE). Features: 1. **Name frequency** (tipo='frequencia'): - Birth frequency by decade - Multiple names separated by comma - Filter by sex and…

ibge_noticias

Searches and lists already-published IBGE news articles and press releases. Use this to find recent IBGE publications or announcements about a survey or topic — when an indicator was released, or new…

ibge_sidra_tabelas

Lists and searches available SIDRA tables. Features: - List all SIDRA tables (aggregates) - Search by table name - Filter by survey (Census, PNAD, GDP, etc.) - Shows code and name of each table SIDR…

ibge_sidra_metadados

Returns metadata for a specific SIDRA table. Features: - General info (name, survey, subject, periodicity) - Available territorial levels - Variable list with units - Classifications and categories -…

ibge_malhas

Gets geographic meshes (maps) from IBGE in GeoJSON, TopoJSON, or SVG format. Features: - Meshes for Brazil, regions, states, municipalities - Different resolution levels (internal divisions) - Differ…

ibge_pesquisas

Lists available IBGE surveys and their tables. Features: - List all IBGE surveys (Census, PNAD, GDP, etc.) - Search by name or code - Show details and tables of a specific survey - Categorize surveys…

ibge_censo

Queries IBGE Demographic Census data (1970-2022). Simplified tool to access census data without knowing SIDRA table codes. Available years: 1970, 1980, 1991, 2000, 2010, 2022 Available themes: - po…

ibge_indicadores

Queries IBGE economic and social indicators. Available indicators: **Economic:** - pib: GDP at current prices - pib_variacao: GDP variation (%) - pib_per_capita: GDP per capita - industria: Industri…

ibge_cnae

Queries CNAE (National Classification of Economic Activities) from IBGE. CNAE is the official classification for economic activities in Brazil. Hierarchical structure: - Section (letter A-U): 21 mai…

ibge_geocodigo

Decodes IBGE codes or searches codes by locality name. Features: - Decode region, state, municipality, or district codes - Search IBGE code by name - Show complete geographic hierarchy - Return relat…

ibge_calendario

Queries IBGE release and collection calendar. Features: - List upcoming survey releases - Filter by product (IPCA, PNAD, GDP, etc.) - Filter by period - Distinguish releases from field collections E…

ibge_comparar

Compares data between localities (municipalities or states). Available indicators: - populacao: Current population estimate - populacao_censo: Census 2022 population - pib: GDP per capita - area: Ter…

ibge_malhas_tema

Gets thematic geographic meshes from IBGE. Available themes: - biomas: Brazilian biomes (Amazon, Cerrado, Atlantic Forest, Caatinga, Pampa, Pantanal) - amazonia_legal: Legal Amazon area - semiarido: …

ibge_vizinhos

Finds nearby/neighboring municipalities. Features: - Search by IBGE code (7 digits) or municipality name - Returns municipalities in the same mesoregion (proximity approximation) - Optionally include…

ibge_datasaude

Queries Brazil health indicators, served through IBGE's SIDRA (some originally produced by DataSUS, e.g. mortality and births). Mortality and Birth: - mortalidade_infantil: Infant mortality rate - na…

ibge_paises

Queries international country data via IBGE. Features: - List all countries (following UN M49 methodology) - Country details (area, languages, currency, location) - Search countries by name - Filter …

ibge_cidades

Queries municipal indicators from IBGE (similar to Cidades@ portal). Features: - General overview of a municipality (population, HDI, GDP, etc.) - Query specific indicators - Historical indicator dat…

Resources · 5

ufs

As 27 Unidades da Federação com código IBGE (2 dígitos), sigla, nome e região.

ibge://catalogos/ufs
regioes

As 5 grandes regiões com código, sigla, nome e UFs que as compõem.

ibge://catalogos/regioes
niveis-territoriais

Códigos de nível territorial (nivel_territorial) aceitos pelas tools SIDRA, com rótulo e nome.

ibge://catalogos/niveis-territoriais
tabelas-sidra

Códigos das tabelas SIDRA mais usadas (população, PIB, IPCA, etc.) com descrição.

ibge://catalogos/tabelas-sidra
biomas

Códigos dos 6 biomas brasileiros (usados por ibge_malhas_tema).

ibge://catalogos/biomas

Prompts · 2

comparar-municipios

Compara 2 a 10 localidades (municípios ou UFs) em um indicador e produz um ranking comentado.

perfil-demografico

Monta um perfil demográfico de uma localidade combinando população, censo e indicadores socioeconômicos.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ibge_brasil_mcp": {
      "url": "https://ibge.sidneybissoli.com/mcp",
      "transport": "streamable-http"
    }
  }
}