IBGE Brasil MCP
Live, exact Brazilian public data for your AI assistant - with provenance, not guesswork. Its 22 documented tools cover ibge, sidra, malhas.
People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-08-24 · ★ 8 · #114 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25
MIT · TypeScript servers · how we verify → /methodology
01 · Install IBGE Brasil MCP
Claude Code
claude mcp add sidneybissoli-ibge-br-mcp --transport http https://ibge.sidneybissoli.com/mcp Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"sidneybissoli-ibge-br-mcp": {
"url": "https://ibge.sidneybissoli.com/mcp"
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
https://ibge.sidneybissoli.com/mcp
transport: streamable-http
endpoint alive - responded to MCP initialize · probed 2026-08-25
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to ibge.sidneybissoli.com
endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect
license MIT - declared in the repository
npm package ibge-br-mcp - unscoped; check the name against the project README before installing
registry namespace io.github.SidneyBissoli is GitHub-verified and matches the repo owner
03 · What IBGE Brasil MCP can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
With this server connected, an agent can list municipalities by state or search by name, get details of a locality by IBGE code, find neighboring municipalities, and list and search available SIDRA tables.
The 22 tools it gives your agent
Extracted from the project's README - what IBGE Brasil MCP lets an agent do.
- ibge_estados
- - List Brazilian states with region filtering
- ibge_municipios
- - List municipalities by state or search by name
- ibge_localidade
- - Get details of a locality by IBGE code
- ibge_geocodigo
- - Decode IBGE codes or search codes by name
- ibge_vizinhos
- - Find neighboring municipalities
- ibge_sidra
- - Query SIDRA tables (Census, PNAD, GDP, etc.)
- ibge_sidra_tabelas
- - List and search available SIDRA tables
- ibge_sidra_metadados
- - Get table metadata (variables, periods, levels)
- ibge_pesquisas
- - List IBGE research surveys and their tables
- ibge_indicadores
- - Economic and social indicators (GDP, IPCA, unemployment)
- ibge_censo
- - Census data (1970-2022) with 16 themes
- ibge_comparar
- - Compare indicators across localities with rankings
show all 22 tools
- ibge_cidades
- - Municipal indicators (population, HDI, GDP per capita, etc.)
- ibge_paises
- - Country data following UN M49 methodology
- ibge_populacao
- - Real-time Brazilian population projection
- ibge_nomes
- - Name frequency and rankings in Brazil
- ibge_cnae
- - CNAE (National Classification of Economic Activities)
- ibge_malhas
- - Geographic meshes (GeoJSON, TopoJSON, SVG)
- ibge_malhas_tema
- - Thematic meshes (biomes, Legal Amazon, semi-arid)
- ibge_datasaude
- - Health indicators via IBGE's SIDRA
- ibge_noticias
- - IBGE news and press releases
- ibge_calendario
- - IBGE release and collection calendar
Latest releases
v3.3.0 · 2026-08-08
Dedicated provenance release: every response now carries the portfolio provenance block (contract v1.0). See CHANGELOG.md.
v3.2.0 · 2026-08-08
Statistics mode (estatisticas/agruparPor/topN) on the 4 SIDRA-backed tabular tools via @sbissoli/mcp-stats - full distribution computed server-side before pagination, with top/bottom rankings and grouped mode. pt-BR…
v3.1.0 · 2026-08-08
Foundation release: MCP SDK v2 + zod 4; Cloudflare Worker rebuilt on the portfolio hosting template (usage metrics, rate limit, status/landing). Tool surface unchanged. Node >= 20 now required for local STDIO installs.…
04 · Who maintains IBGE Brasil MCP
IBGE Brasil MCP is maintained by sidneybissoli. We track 8 MCP servers from sidneybissoli - 6 actively maintained, 32 combined GitHub stars, oldest repo from Jan 2026. Full record: all servers from sidneybissoli.
- Medical Terminologies MCP Diagnoses, drugs & lab codes: ICD-11, SNOMED, LOINC, RxNorm, MeSH, ATC, CID-10. 37 tools, MIT. ★ 10
- bcb-br-mcp Brazilian Central Bank / Banco Central do Brasil (BCB) - SGS time series MCP: Selic, IPCA, FX, GDP ★ 6
- Dados Abertos Senado BR MCP MCP server for Brazilian Federal Senate open data (legislative, administrative, e-Cidadania). ★ 5
05 · Facts
- repository
- github.com/sidneybissoli/ibge-br-mcp
- category
- other - ranked #114 of 848 actively-maintained other servers as of 2026-08-25.
- release cadence
- 7 releases in the last 90 days (latest 2026-08-08)
- registry
- io.github.SidneyBissoli/ibge-br-mcp (active, first published 2026-01-18 · 7 versions)
- packages
- npm:ibge-br-mcp
06 · IBGE Brasil MCP FAQ
Is IBGE Brasil MCP still maintained?
Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 7 releases in the last 90 days. We re-verify nightly.
What can IBGE Brasil MCP do?
With this server connected, an agent can list municipalities by state or search by name, get details of a locality by IBGE code, find neighboring municipalities, and list and search available SIDRA tables.
How do I install IBGE Brasil MCP?
Run `npx -y ibge-br-mcp`. You can also paste the ready-made client config above.
Does IBGE Brasil MCP require authentication?
No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.
07 · Alternatives to IBGE Brasil MCP
Alternatives to IBGE Brasil MCP
Maintained other servers if IBGE Brasil MCP isn't the fit.
- Heyputer MCP Server Puter MCP enables AI tools to interact with Puter: manage files, websites, workers, and more ★ 43,204 · 2026-08-24
- Server Commands An MCP server to run arbitrary commands ★ 38,704 · 2026-08-05
- Zotero MCP (54yyyu) Search, read, annotate, and add to your Zotero research library, local or web. ★ 4,780 · 2026-08-25
- Firebase MCP Gives AI development tools Firebase-specific capabilities and expertise. ★ 4,460 · 2026-08-25
- Microsoft Fabric MCP Server MCP tools for interacting with Microsoft Fabric ★ 3,598 · 2026-08-21
- Ship Swift 40+ production-ready SwiftUI recipes for building full-stack iOS apps via MCP. ★ 2,968 · 2026-08-09
More MCP servers to compare · Signadot MCP Server · Simplifier MCP · Flippa MCP · JVM Source Lens
More TypeScript MCP servers · Medical Terminologies MCP · Dados Abertos Senado BR MCP · DJZS Trust MCP · see all