Brazilayer MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Brazilayer MCP Serverlook up company CNPJ 11.222.333/0001-44"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Brazilayer MCP Server
Give your AI agent access to Brazilian public data — the full company registry and every official sanction list — as MCP tools, paid per call with USDC via the x402 protocol. No signup, no API keys.
Data comes straight from official government sources (Receita Federal company registry, CGU/MTE sanction lists), redistributed as published. Service: www.brazilayer.com · API docs: api.brazilayer.com/docs
Tools
Tool | What it does | Price |
| Company registration card by CNPJ | $0.005 |
| Partners/shareholders of a company | $0.005 |
| Full profile: registration + partners + branches | $0.01 |
| Search companies by name, state, city or activity | $0.01 |
| Reverse lookup: companies where a person is partner | $0.02 |
| Sanctions screening: 5 official lists in one call | $0.01 |
| Public contracts won by a company (PNCP) | $0.01 |
| Open government tenders, live | $0.01 |
| Central Bank authorization + verified domains | $0.005 |
| Full KYB profile in ONE call: registration + partners + sanctions + BCB + contracts | $0.05 |
| BR financial & crypto news with AI sentiment, 15-min refresh | $0.002 |
| Selic, IPCA, PTAX + Focus survey medians (Central Bank) | $0.002 |
| Official PTAX + live BRL crypto premium (capital-flow signal) | $0.002 |
| Crop-weather stress per Brazilian belt: rain, drought, frost risk | $0.005 |
| Satellite fire hotspots by biome + drought proxy (INPE) | $0.002 |
| Monthly commodity exports with YoY (soy, coffee, sugar, beef…) | $0.005 |
| Stored hydro energy by grid subsystem (ONS) | $0.002 |
| Daily AI Brazil Commodity Briefing in English, with direction flags | $0.10 |
| Daily net flows of Brazilian institutional money by fund class (R$ 13.8tn) | $0.005 |
| Verify a fund at the CVM: registered, operating, manager (anti-fraud) | $0.005 |
| Rank/screen ~25,000 fund classes by assets, inflows or shareholders | $0.01 |
| Which IBS/CBS regime applies to a product (NCM), with legal basis | $0.005 |
| Search the tax-reform annexes by product description | $0.005 |
| Brazilian tax transition calendar 2026-2033 | $0.002 |
| Causal chain with lead time: energy, coffee, soy, capital flows | $0.05 |
| Deforestation of a municipality since the EUDR cutoff (INPE) | $0.01 |
| Supplier CNPJ → deforestation record of its municipality | $0.02 |
| Where clearing is concentrated, by municipality or state | $0.01 |
| Sample company response | free |
| Sample screening response | free |
| Sample public-contracts response | free |
| Sample Central Bank check | free |
| Sample Brazil Markets response (news + indicators) | free |
| Sample Commodity Signals response | free |
| Sample Fund Industry response | free |
| Sample Tax Reform response | free |
| Sample causal chain | free |
| Sample deforestation response | free |
Prices are paid in USDC on Base, per request, by the wallet you configure. The three free sample tools work without any wallet.
Install
One-click (Claude Desktop): download brazilayer-mcp.mcpb from the
latest release and open it —
Claude Desktop installs the server and prompts for your wallet key (optional).
From source:
git clone https://github.com/brazilayer/mcp brazilayer-mcp
cd brazilayer-mcp && npm installClaude Code:
claude mcp add brazilayer -e BRAZILAYER_PRIVATE_KEY=0xYOUR_KEY -- npx tsx /path/to/brazilayer-mcp/servidor.tsClaude Desktop / Cursor (mcpServers config):
{
"mcpServers": {
"brazilayer": {
"command": "npx",
"args": ["tsx", "/path/to/brazilayer-mcp/servidor.ts"],
"env": { "BRAZILAYER_PRIVATE_KEY": "0xYOUR_KEY" }
}
}
}Configuration
Variable | Purpose |
| Private key ( |
| API base URL. Default: |
⚠️ Wallet safety: the key you configure signs real payments. Use a dedicated wallet holding only a small budget (a few dollars covers hundreds of calls), never your main wallet.
How payment works
Each paid tool calls the Brazilayer API. The server replies HTTP 402 with the price
and payment terms; this MCP server signs a USDC authorization (EIP-3009, gasless for
you) and retries automatically. One tool call ≈ two seconds, end to end. The service
is also listed on the x402 Bazaar for
autonomous discovery.
Contact
contato@brazilayer.com · Terms & data policy
Also on the official MCP Registry as io.github.brazilayer/mcp.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/brazilayer/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server