IBGE Brasil MCP
Rank #2,394io.github.SidneyBissoli/ibge-br-mcp
IBGE: geography, census, economy and health from the official APIs, with provenance. 21 tools.
IBGE Brasil MCP is a Model Context Protocol (MCP) server published by sidneybissoli. It ranks #2,394 of 115,460 servers tracked on MCP Toplist, and its repository has 8 GitHub stars. IBGE Brasil MCP is listed across 4 registries — Official MCP, Smithery, PulseMCP and Glama, with 7 tracked versions. It was first listed on Jan 18, 2026 and most recently updated on Aug 31, 2026.
Ranks ahead of 113,066 of 115,460 servers on MCP Toplist.
Use IBGE Brasil MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http ibge-br-mcp https://server.smithery.ai/sidneybissoli/ibge-br-mcp/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add ibge-br-mcp -- npx -y ibge-br-mcp[mcp_servers.ibge-br-mcp]
url = "https://server.smithery.ai/sidneybissoli/ibge-br-mcp/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.ibge-br-mcp]
command = "npx"
args = ["-y", "ibge-br-mcp"]Add to ~/.codex/config.toml.
https://server.smithery.ai/sidneybissoli/ibge-br-mcp/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"ibge-br-mcp": {
"command": "npx",
"args": [
"-y",
"ibge-br-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"ibge-br-mcp": {
"url": "https://server.smithery.ai/sidneybissoli/ibge-br-mcp/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"ibge-br-mcp": {
"command": "npx",
"args": [
"-y",
"ibge-br-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ibge-br-mcp": {
"type": "http",
"url": "https://server.smithery.ai/sidneybissoli/ibge-br-mcp/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"ibge-br-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ibge-br-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ibge-br-mcp": {
"serverUrl": "https://server.smithery.ai/sidneybissoli/ibge-br-mcp/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"ibge-br-mcp": {
"command": "npx",
"args": [
"-y",
"ibge-br-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ibge-br-mcp": {
"url": "https://server.smithery.ai/sidneybissoli/ibge-br-mcp/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"ibge-br-mcp": {
"command": "npx",
"args": [
"-y",
"ibge-br-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.SidneyBissoli%2Fibge-br-mcp)<a href="https://mcptoplist.com/server/io.github.SidneyBissoli%2Fibge-br-mcp"><img src="https://mcptoplist.com/badge/io.github.SidneyBissoli%2Fibge-br-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
sidneybissoli
Other servers by sidneybissoli
- Medical Terminologies MCP#1,828 · 15 vers
- Banco Central do Brasil (BCB) — SGS Time Series MCP Server#2,381 · 12 vers
- Dados Abertos Senado BR MCP#3,639 · 7 vers
- ILO Labour Statistics (ILOSTAT)#7,790 · 5 vers
- Senado Br MCP#12,097 · 2 vers
- Cid10 Br MCP#14,295 · 3 vers
- UNESCO UIS — Education, Science & Culture Statistics (provenance-first)#20,631 · 1 ver
Available versions (7)
| Version | Published |
|---|---|
| 4.1.0 | Aug 31, 2026 |
| 4.0.1 | Aug 29, 2026 |
| 4.0.0 | Aug 29, 2026 |
| 3.1.0 | Aug 8, 2026 |
| 2.0.0 | Jun 19, 2026 |
| 1.9.2 | Jan 18, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains IBGE Brasil MCP?
- IBGE Brasil MCP is maintained by sidneybissoli, which publishes 8 MCP servers (52 total versions) tracked on MCP Toplist.
- Is IBGE Brasil MCP listed on the Official MCP Registry?
- Yes — IBGE Brasil MCP is listed on the Official MCP Registry, alongside Smithery, PulseMCP and Glama.
- How many versions does IBGE Brasil MCP have?
- MCP Toplist tracks 7 versions of IBGE Brasil MCP, most recently published on Aug 31, 2026.
- Where can I find the source code for IBGE Brasil MCP?
- The source code for IBGE Brasil MCP is hosted at github.com/sidneybissoli/ibge-br-mcp.