PluginBench
MCP Server
Active
MIT

IBGE Brasil MCP MCP Server

io.github.SidneyBissoli/ibge-br-mcp

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-mcp

Related MCP servers

Brazilian Central Bank / Banco Central do Brasil (BCB) - SGS time series MCP: Selic, IPCA, FX, GDP

4
TypeScript
MIT
View repository →

Diagnoses, drugs & lab codes: ICD-11, SNOMED, LOINC, RxNorm, MeSH, ATC, CID-10. 37 tools, MIT.

3
TypeScript
MIT
View repository →

MCP Server for Brazilian ICD-10 (DATASUS) - International Classification of Diseases

1
JavaScript
MIT
View repository →

Brazilian Federal Senate open data over MCP — 66 tools, 4 prompts, 5 resources.

0
TypeScript
MIT
View repository →