Coming soon — hosted API in progress

Brazilian data for
AI agents

CNPJ company registry, CEP postal codes, and FIPE vehicle prices — as MCP tools your agent can call directly, or a plain REST API. Real data from Receita Federal, not a scraped guess.

{
  "mcpServers": {
    "brdata": {
      "command": "npx",
      "args": ["-y", "mcp-brdata"],
      "env": { "MCP_DADOS_BR_KEY": "your-key" }
    }
  }
}

Three datasets, one interface

Every tool returns documented, stable JSON — with explicit error codes, not guesswork.

CNPJ — company registry

Legal name, trade name, registration status, CNAE activity, address, partners (QSA), Simples/MEI flags.

cnpj_lookup cnpj_search
curl "https://api.mcp-dados-br.dev/v1/cnpj/01426461000193" \
  -H "X-API-Key: $KEY"

CEP — postal codes

Street, neighborhood, city, state, IBGE municipality code, DDD area code, IANA timezone, lat/lng.

cep_lookup
curl "https://api.mcp-dados-br.dev/v1/cep/01310100" \
  -H "X-API-Key: $KEY"

FIPE — vehicle prices

Brazil's official reference price table for cars: brands, models, and current reference prices.

fipe_brands fipe_models fipe_vehicle
curl "https://api.mcp-dados-br.dev/v1/fipe/cars/brands" \
  -H "X-API-Key: $KEY"

Works with the agent you already use

MCP (Streamable HTTP), stdio bridge, or plain REST — pick what your client supports.

Claude Code

claude mcp add --transport http \
  mcp-dados-br https://api.mcp-dados-br.dev/mcp \
  --header "X-API-Key: $KEY"

Claude Desktop / Cursor

{
  "mcpServers": {
    "brdata": {
      "type": "http",
      "url": "https://api.mcp-dados-br.dev/mcp",
      "headers": { "X-API-Key": "your-key" }
    }
  }
}

Stdio-only clients

{
  "mcpServers": {
    "brdata": {
      "command": "npx",
      "args": ["-y", "mcp-brdata"],
      "env": { "MCP_DADOS_BR_KEY": "your-key" }
    }
  }
}
Coming soon

Simple, usage-based pricing

Free to try, no credit card. Paid tiers unlock higher quotas and priority rate limits — billing isn't live yet, join the waitlist to be notified at launch.

Free
$0
100 calls/month per API key. Anonymous access: 10 calls/day per IP, no signup.
Join waitlist
Pro
$49/mo
Higher quota and priority support for production agent workloads.
Join waitlist
Scale
$199/mo
High-volume usage, SLA, and direct support for teams building on top of the API.
Join waitlist

Get notified at launch

The hosted API is being deployed now. Leave your email and we'll let you know the moment it's live — no spam, just one launch email.