MCP Catalogs
Home

data-api-builder vs mcp-brasil

Side-by-side comparison to help you pick between these two MCP servers.

data-api-builder
by Azure
mcp-brasil
by Mcp-Brasil
Stars★ 1,410★ 1,561
30d uses
Score5356
Official
Categories
DatabaseDeveloper ToolsCloud Storage
AI / LLM ToolsDeveloper ToolsDatabase
LanguageC#Python
Last committhis month1 mo ago

data-api-builder · Summary

Azure's Data API Builder provides REST and GraphQL endpoints for Azure databases with upcoming MCP tools support.

mcp-brasil · Summary

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

data-api-builder · Use cases

  • Create REST and GraphQL APIs for Azure databases
  • Build secure data access layers for applications
  • Generate API endpoints for on-premises databases in any cloud

mcp-brasil · Use cases

  • Query legislative projects about AI in the Chamber of Deputies in 2024 and identify their authors
  • Analyze economic trends by comparing Selic interest rates with inflation (IPCA) over the past year
  • Find the top 10 largest federal government contracts in 2024 and identify the suppliers

data-api-builder · Install

  1. Install .NET 8 or later runtime: https://get.dot.net
  2. Install the DAB command line tool:

``sh dotnet tool install microsoft.dataapibuilder -g ``

  1. Initialize and configure DAB with:

``sh dab init --database-type mssql --connection-string "@env('my-connection-string')" --host-mode development ``

  1. Add your database entities and start the server:

``sh dab add Todo --source "dbo.Todo" --permissions "anonymous:*" dab start ``

mcp-brasil · Install

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.

Comparison generated from public README + GitHub signals. Last updated automatically.