← Registry

Data Collection

brazilmcp.dev

Provides Brazilian company data from official government registry for due diligence and compliance checks.

x402 supported1 endpoint3 known toolsFirst detected July 25, 2026Last detected July 29, 2026

ENDPOINT 1

https://api.brazilmcp.dev/mcp

No auth detected

MCP server metadata

Name
brazilmcp
Version
1.28.1
Capabilities
experimentalpromptsresourcestools
Server instructions

BrazilMCP serves official Brazilian company data for AI agents: federal registry lookups by CNPJ (the Brazilian company tax ID) or company name, and aggregated due-diligence dossiers (registry + government contracts + sanctions + risk flags). Data comes from official government sources (Receita Federal open data refreshed monthly, PNCP, Portal da Transparência); every section declares its source, reference date and coverage. Responses follow a versioned JSON contract (schema_version field): code fields are stable for logic, label fields are human-readable as registered (Portuguese). Tools are pay-per-call via the x402 protocol (USDC): calls without payment return a 402 envelope in an error result; attach the signed payment to the 'x402/payment' key of the request _meta.

Known tools 3

company_lookup

Look up a Brazilian company in the official government registry by CNPJ or company name.

Inferred read-only
company_sanctions

Screen a Brazilian company for sanctions and debarment by CNPJ (the 14-digit Brazilian company tax ID, punctuation optional).

Inferred read-only
company_dossier

Build an aggregated due-diligence dossier on a Brazilian company by CNPJ (the 14-digit Brazilian company tax ID, punctuation optional).

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.brazilmcp]
url = "https://api.brazilmcp.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "brazilmcp": {
      "type": "http",
      "url": "https://api.brazilmcp.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: brazilmcp
Remote MCP URL: https://api.brazilmcp.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "brazilmcp": {
      "url": "https://api.brazilmcp.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "brazilmcp": {
      "type": "http",
      "url": "https://api.brazilmcp.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "brazilmcp",
  "transport": "streamable-http",
  "url": "https://api.brazilmcp.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for brazilmcp.dev was fetched 2026-07-30T07:45:11.096Z.

Trust status Neutral

brazilmcp.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.