Connects Claude to IBGE, Brazil's official statistics agency, for demographic, geographic, and economic data about Brazilian states, cities, and regions. Part of the Pipeworx gateway ecosystem, which means you can either use this standalone endpoint or access it through their unified gateway alongside 250+ other data sources. The documentation doesn't list specific tools, but IBGE typically exposes municipality lookups, census data, geographic boundaries, and economic indicators. Useful when you're building applications that need authoritative Brazilian government statistics or need to validate and enrich location data for Brazil. You can query it directly with tool calls or use their ask_pipeworx function to make requests in plain English.
IBGE (Instituto Brasileiro de Geografia e Estatística) MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"ibge-br": {
"url": "https://gateway.pipeworx.io/ibge-br/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Ibge Br data" })
The gateway picks the right tool and fills the arguments automatically.
MIT