list_municipalities
Pack: ibge-br · Endpoint: https://gateway.pipeworx.io/ibge-br/mcp
List municipalities for a given state (UF). Returns each municipality with its 7-digit IBGE id and name. e.g. uf=“RJ” lists all municipalities in Rio de Janeiro.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
uf | string | yes | 2-letter state code, e.g. “SP”, “RJ”, “BA”, “MG”. |
Example call
curl -X POST https://gateway.pipeworx.io/ibge-br/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_municipalities","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"ibge-br": {
"url": "https://gateway.pipeworx.io/ibge-br/mcp"
}
}
}
See Getting Started for client-specific install steps.