MCP Catalogs
Home

mcp-brasil

by Mcp-Brasil·1,561·Score 56

Comprehensive MCP server providing access to 70 Brazilian public APIs with 533 tools for various government data sources.

ai-llmdeveloper-toolsdatabase
218
Forks
6
Open issues
1 mo ago
Last commit
2d ago
Indexed

Overview

The mcp-brasil server is a comprehensive tool that connects AI agents to Brazilian government data across multiple domains including economy, legislation, transparency, judiciary, elections, environment, health, education, and more. It offers 533 tools across 70 features with 131 resources and 102 prompts. The server implements smart discovery with BM25 search filtering and async execution capabilities with rate limiting. It supports optional API keys for 34 services while 66 APIs work without authentication.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Query legislative projects about AI in the Chamber of Deputies in 2024 and identify their authors
you:Analyze economic trends by comparing Selic interest rates with inflation (IPCA) over the past year
you:Find the top 10 largest federal government contracts in 2024 and identify the suppliers
you:How many Brazilian APIs are covered?
you:Can I use this server without API keys?

When to choose this

Choose this MCP server when you need comprehensive access to Brazilian public data for AI applications, especially if you're working with economic, legislative, or transparency data.

When NOT to choose this

Don't choose this if you need access to non-Brazilian data sources or if you require write capabilities to the underlying APIs, as this server only provides read access.

Tools this server exposes

12 tools extracted from the README
  • listar_features

    List all available data features in the MCP server

  • recomendar_tools

    Get tool recommendations based on a query

  • planejar_consulta

    Create an execution plan combining multiple APIs

  • executar_lote

    Execute multiple queries in parallel in a single call

  • listar_datasets_disponiveis

    List available local datasets

  • query_camara

    Query Câmara dos Deputados data (deputies, proposals, voting, expenses)

  • query_transparencia

    Query Portal da Transparência data (contracts, expenses, servers)

  • query_tse

    Query TSE election data (candidates, voting accounts)

  • query_ibge

    Query IBGE geographic and statistical data

  • query_bacen

    Query Central Bank economic indicators (Selic, IPCA, PIB)

  • query_datajud

    Query judicial processes from DataJud/CNJ

  • query_saude

    Query health data from CNES/DataSUS

Comparable tools

brasilapigov-data-mcppublic-apis-mcp

Installation

Install with pip or uv:

pip install mcp-brasil
uv add mcp-brasil

For Claude Desktop, add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-brasil": {
      "command": "uvx",
      "args": ["--from", "mcp-brasil", "python", "-m", "mcp_brasil.server"],
      "env": {
        "TRANSPARENCIA_API_KEY": "sua-chave-aqui",
        "DATAJUD_API_KEY": "sua-chave-aqui",
        "META_ACCESS_TOKEN": "seu-token-aqui"
      }
    }
  }
}

API keys are optional - without them, 36 APIs still function normally.

FAQ

How many Brazilian APIs are covered?
70 APIs from various Brazilian government sources covering 15 thematic areas including economy, legislation, transparency, judiciary, elections, environment, health, education, public safety, and more.
Can I use this server without API keys?
Yes, 66 APIs don't require authentication keys. Only 4 APIs need free keys that can be obtained with a 1-minute registration process.

Compare mcp-brasil with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.