mcp-ibge
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_IBGE_TIMEOUT | No | Timeout (seconds) for each HTTP request to IBGE APIs. | 15 |
| MCP_IBGE_CACHE_TTL | No | Cache entry time-to-live in seconds. | 3600 |
| MCP_IBGE_LOG_LEVEL | No | Log level (DEBUG, INFO, WARNING, etc.). | INFO |
| MCP_IBGE_TRANSPORT | No | MCP transport (stdio or streamable-http). | stdio |
| MCP_IBGE_CACHE_ENABLED | No | Enable/disable in-memory cache. | true |
| MCP_IBGE_CACHE_MAX_SIZE | No | Maximum number of cached responses. | 256 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| listar_regioesA | Lista as 5 grandes regiões geográficas do Brasil (Norte, Nordeste, Sudeste, Sul, CO). |
| listar_estadosC | Lista os 26 estados e o Distrito Federal, com sigla, nome e região. |
| obter_estadoA | Obtém os detalhes de um estado (UF) brasileiro. |
| listar_municipiosA | Lista municípios brasileiros, opcionalmente filtrados por estado. Sem o parâmetro |
| obter_municipioA | Obtém os detalhes completos de um município pelo código IBGE. |
| buscar_municipios_por_nomeA | Busca municípios cujo nome contenha o termo informado. A busca ignora maiúsculas/minúsculas e acentos (ex.: "sao jose" encontra "São José dos Campos"). Útil para descobrir o código IBGE de um município a partir do nome. |
| listar_agregadosA | Lista os agregados (tabelas estatísticas) disponíveis no SIDRA. Use esta tool para descobrir o ID de um agregado antes de chamar
|
| obter_metadados_agregadoA | Obtém os metadados de um agregado do SIDRA: variáveis, períodos e níveis territoriais. Use o resultado para escolher os parâmetros de |
| consultar_dados_agregadoA | Consulta valores de um agregado do SIDRA para variáveis, períodos e localidades específicos. Para descobrir IDs válidos de variáveis, períodos e níveis territoriais,
chame |
| obter_populacao_municipioA | Obtém a população residente estimada mais recente de um município. Baseado no agregado 6579 (Estimativas de população) do SIDRA. |
| obter_projecao_populacaoB | Obtém a projeção populacional do IBGE para o Brasil ou uma unidade federativa. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/FilipePessoa30/mcp-ibge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server