ab-ibge-mcp-server
Related Servers
Alternatives to ab-ibge-mcp-server
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceEnables LLMs to access Brazilian IBGE statistical data (population, economy, agriculture) via natural language, with tools for querying aggregated data and metadata.-
- AlicenseAqualityAmaintenanceEnables AI assistants to query Brazilian public data from IBGE, Banco Central, INMET, and Câmara dos Deputados, including population, economic indicators, weather observations, and legislative information, without requiring API keys for most tools.142MIT
- AlicenseNot gradedqualityBmaintenanceEnables agents to query 153 live Brazilian government data tools across federal and state sources, including economy, legislature, judiciary, elections, health, education, and more, reading directly from original APIs.MIT
- AlicenseAqualityAmaintenanceThis server provides access to IBGE's public APIs, enabling AI assistants to query geographic, demographic, and statistical data from Brazil.23274 npm10MIT
- AlicenseNot gradedqualityNot gradedmaintenanceConnects AI agents to 28 Brazilian public APIs, providing over 200 tools to access data on economy, legislation, transparency, and the judiciary. It enables complex queries and cross-referencing of government datasets like IBGE, the Central Bank, and the National Congress through natural language.MIT
- AlicenseAqualityBmaintenanceExposes official IBGE data as MCP tools, including Brazilian localities, SIDRA statistical aggregates, and population indicators.11MIT
TDQS
Scored across 32 tools
Several tools overlap significantly: ibge_populacao_censo2022, ibge_populacao_municipio, and ibge_populacao_estados all provide census population data with different granularities; ibge_ipca duplicates part of ibge_indicador_economico. These overlaps create ambiguity about which tool to use for a given query.
All tools share the ibge_ prefix, but naming conventions are mixed: some use verb_noun patterns (listar, buscar, obter, comparar) while others use bare noun phrases (populacao_censo2022, pib_estados, densidade_demografica). This inconsistency makes the API less predictable, though still readable.
With 32 tools, the server is heavy and exceeds the typical well-scoped range. Many tools could be consolidated (e.g., population queries into one tool with a level parameter, IPCA into economic indicators), reducing redundancy without losing functionality.
The server covers a broad range of IBGE data: locations, SIDRA queries, population, PIB, CNAE, country indicators, names, and news. It provides list, search, detail, and comparison operations, with few obvious gaps for a read-only statistical data API.