DataBR

by igorpdev

220 downloads
Not rated
GitHub

About

Access comprehensive Brazilian data covering economic, legal, environmental, and public administration domains. Perform due diligence, market analysis, and compliance checks using official government sources and financial indicators. Streamline research for judicial processes, pu

Details

Author
igorpdev
Downloads
220
Categories
Search

- 122+ endpoints for Brazilian public data
- Pay-per-query with USDC on Base (x402 protocol)
- No registration or API key needed
- 170+ MCP tools for AI agents
- LLM-ready response format (?format=context)
- Python SDK with typed namespaces and error handling

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name DataBR
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install the Python SDK with pip install databr and initialize it with a wallet private key that has USDC on Base. Alternatively, add the MCP server URL https://databr.api.br/mcp to your MCP client (e.g., Claude, Cursor) to get 170+ tools. Use curl to explore endpoints without paying (a 402 Payment Required response shows the cost).

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "databr": {
            "databr": {
                "url": "https://databr.api.br/mcp"
            }
        }
    }
}

McpServers

{
    "databr": {
        "url": "https://databr.api.br/mcp"
    }
}

DataBR

API de dados públicos brasileiros para agentes de IA, com pagamento on-chain via protocolo x402 (USDC na rede Base).

Sem cadastro. Sem API key. Pague por consulta.

Documentação | Python SDK | MCP Server | MCP Marketplace | Smithery

---

Como funciona

Agente IA → GET /v1/bcb/selic → 402 Payment Required
         → Paga $0.003 USDC on-chain (Base)
         → Retry com header X-PAYMENT
         → 200 OK + dados

O protocolo x402 permite que agentes de IA paguem por dados automaticamente, sem cadastro ou chave de API. Basta ter USDC na rede Base.

---

Início rápido

curl (explorar sem pagar)

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.