list_states

Pack: ibge-br · Endpoint: https://gateway.pipeworx.io/ibge-br/mcp

List all 27 Brazilian states (UFs) with id, 2-letter sigla, name, and region (e.g. “SP” → São Paulo, Sudeste). Useful for resolving state names/codes before querying municipalities or regional data.

Parameters

NameTypeRequiredDescription
orderBystringnoSort field: “nome” or “id” (default “nome”).

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_states","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.

Regenerated from source · build May 29, 2026