mcpbeat Sign in

Brdata MCP Server

local only

Brdata MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 83 installs a week from npm. Last commit 4 Aug 2026.

Brazilian company, risk & public-tender data (CNPJ, CEIS/CNEP, PNCP) as x402-paid agent tools

Installs per day peak 791 · avg 86 · +94% w/w
a month agotoday
83
Installs / week
npm · brdata-mcp
0
Stars
0 open issues
4 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Brdata MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add brdata-mcp -- npx -y brdata-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "brdata-mcp": {
      "args": [
        "-y",
        "brdata-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.brdata-mcp]
command = "npx"
args = ["-y", "brdata-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "brdata-mcp": {
      "args": [
        "-y",
        "brdata-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "brdata-mcp": {
      "args": [
        "-y",
        "brdata-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: EVM_PRIVATE_KEY (0x private key of a DEDICATED wallet holding USDC on Base (pays per call). Paid tools return 402 without it; the free validate_cnpj tool still works.), SOLANA_PRIVATE_KEY (base58 or JSON-array secret key of a DEDICATED Solana wallet holding USDC (pays per call). Configure this and/or EVM_PRIVATE_KEY; the x402 layer settles on whichever rail the 402 advertises.), SOLANA_RPC_URL (Optional Solana RPC override used to build the payment (e.g. a Helius URL).), BRDATA_BASE_URL (Base URL of a brdata Worker. Defaults to the hosted production API (https://brdata.thomenz.me).), X402_NETWORK ('base' (mainnet, default) or 'base-sepolia' (testnet).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Brdata MCP

same job, measured the same way
Brazilayer — Brazilian Public Data
by brazilayer

Brazilian company registry (CNPJ), sanctions, funds & market data for AI agents, paid via x402.

local only
Licinexus
by licinexus

Brazilian public procurement (PNCP) and Federal Revenue CNPJ data — 16 tools, 4 prompts.

94 installs/wk local only
Miniframe Tools
by edsonvmendes

Brazilian tools for agents: Pix codes, CEP, CNPJ + web capture and PDF. Pay per call.

47 installs/wk local only
Pohjola API
by nousulabs-debug

Agent-native API for Finnish public company data via YTJ. Pay-per-call $0.01 USDC over x402.

1 tools answering
Certvas — African & EM Markets
by kingmandase

License-clean African & EM data as citable agent tools: company fundamentals, tenders (OCDS), macro.

answering
Editalmd
by editalmd

Brazilian public procurement (PNCP): search, deadlines, tender markdown, alerts and watches.

54 tools answering
Brazil Company Data — Bulk CNPJ Lookup & Enrichment
by paulovitorti

Bulk CNPJ lookup and enrichment with official Brazilian company registry data.

answering
AgentBodega MCP
by agentbodegastore

Discover AgentBodega paid data tools, contracts, and x402/L402 HTTP payment handoff metadata.

73 installs/wk local only

Brdata MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Brdata MCP?
Brdata MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package brdata-mcp was installed 83 times last week.
How do I connect Brdata MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls brdata-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Brdata MCP?
The npm package brdata-mcp was installed 83 times in the last week. Week over week that is +94%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Brdata MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.