What is the IBGE Brasil MCP MCP server?
MCP server for live, sourced Brazilian public data from the official IBGE APIs.
How to install IBGE Brasil MCP
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ibge-br-mcp": {
"command": "npx",
"args": [
"-y",
"ibge-br-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"ibge-br-mcp": {
"command": "npx",
"args": [
"-y",
"ibge-br-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ibge-br-mcp": {
"command": "npx",
"args": [
"-y",
"ibge-br-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"ibge-br-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ibge-br-mcp"
]
}
}
}Claude Code
claude mcp add ibge-br-mcp -- npx -y ibge-br-mcpRelated MCP servers
Brazilian Central Bank / Banco Central do Brasil (BCB) - SGS time series MCP: Selic, IPCA, FX, GDP
4
View repository →TypeScript
MIT
Diagnoses, drugs & lab codes: ICD-11, SNOMED, LOINC, RxNorm, MeSH, ATC, CID-10. 37 tools, MIT.
3
View repository →TypeScript
MIT
MCP Server for Brazilian ICD-10 (DATASUS) - International Classification of Diseases
1
View repository →JavaScript
MIT
Senado BR MCP
Active
Brazilian Federal Senate open data over MCP — 66 tools, 4 prompts, 5 resources.
0
View repository →TypeScript
MIT