miniframe-tools-mcp
Generates Brazilian Pix payment codes (BR Code and QR PNG) for instant payments.
Click 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., "@miniframe-tools-mcpLook up CNPJ 00.000.000/0001-91 and tell me if the company is active"
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.
MiniFrame Tools
The Brazilian toolkit for AI agents — plus the web and document work agents can't do inside a sandbox.
Ask your agent to generate a Pix payment code, resolve a CEP to a full address, or pull a company's record from the CNPJ registry. Point it at a JavaScript-heavy page and get clean Markdown, a screenshot or a PDF back.
A CNPJ lookup costs $0.01 — billed per call, with no monthly plan, no contract and no minimum, which is unusual for Brazilian data APIs.
Try a tool in one click: storefront
Machine-readable spec: openapi.json · llms.txt
Tools
pix_brcode — Generate a Brazilian Pix payment code (BR Code / "Copia e Cola" string) plus a QR PNG. $0.01 per call.
cep_lookup — Resolve a Brazilian postal code (CEP) to a full street address. $0.005 per call.
cnpj_lookup — Look up a Brazilian company by its CNPJ number in the public registry. $0.01 per call.
empresa_profile — Consolidated Brazilian company profile to qualify a lead: registry + address completed via CEP + derived flags (active, headquarters, age, MEI/Simples, size, risk). $0.02 per call.
url_to_markdown — Fetch a JavaScript-rendered web page and return clean Markdown for an LLM. $0.02 per call.
screenshot_url — Take a screenshot of a web page and return it as PNG or JPEG. $0.03 per call.
url_to_pdf — Render a web page as a PDF. $0.03 per call.
extract — Extract the structured data a page exposes (JSON-LD, Open Graph, meta, tables, links) plus any fields you pass as CSS selectors. $0.02 per call.
compress_pdf — Compress a PDF file with Ghostscript. $0.02 per call.
Each tool maps to an HTTP endpoint of the same service:
Tool | Endpoint |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Related MCP server: cnpjaberto
What makes these worth paying for
Brazilian sources, handled properly. CEP lookups hit BrasilAPI first and fall back to ViaCEP automatically, so a single upstream outage doesn't break your agent. Both sources come back through one normalized, English-keyed shape — your prompt never has to know which one answered.
Pix codes built to spec, locally. The BR Code follows the Central Bank's EMV layout, CRC16 and all, generated on our side with no third-party payment provider in the path. The key you send is used to build the code and is not stored.
Privacy taken seriously. CNPJ responses carry the company record — legal name, trade name, status, main activity, address — with personal fields left out by design.
Rendering that doesn't become an attack surface. The web tools run real Chromium, so JavaScript pages resolve, and they refuse private and internal addresses (SSRF guard) before a page is ever loaded.
Nothing to install for the hard parts. Ghostscript and a headless browser are the kind of dependency an agent sandbox doesn't have and can't install. That is exactly what this is for — anything an agent already does well on its own (parsing a CSV, reading a spreadsheet) is not sold here.
Use it as an MCP server
Works with Claude Desktop, Claude Code, Cursor, Windsurf, Cline and any MCP client.
{
"mcpServers": {
"miniframe-tools": {
"command": "npx",
"args": ["-y", "miniframe-tools-mcp"],
"env": {
"EVM_PRIVATE_KEY": "0xyour_private_key"
}
}
}
}Restart the client and the seven tools appear. Then just ask:
"Generate a Pix code for R$ 50 to key
abc@example.com, name Maria Silva, city Recife""What's the address for CEP 01310-100?"
"Look up CNPJ 00.000.000/0001-91 and tell me if the company is active"
"Turn https://example.com into Markdown so I can summarise it"
Use it as a plain HTTP API
No MCP needed — every tool is a normal endpoint:
curl -i -X POST https://tools.miniframe.com.br/cep \
-H "Content-Type: application/json" \
-d '{"cep":"01310100"}'Paying
Calls are billed per request in USDC on Base, using the
x402 protocol: the endpoint answers 402 with the price, your
client signs the payment and repeats the request. Most agent runtimes handle this
for you.
For MCP, set EVM_PRIVATE_KEY to a wallet funded with a few dollars of USDC — use a
dedicated low-balance wallet, never your main one. The key stays on your machine and
signs locally; it is never sent to the API.
Variable | Required | Default |
| yes | — |
| no |
|
Over plain HTTP, wrap your client with any x402 library — see
examples/ for a runnable Node script.
License
MIT
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.
Related MCP Servers
- AlicenseAqualityDmaintenanceAn MCP server that provides access to the Brazilian Chamber of Deputies open data API. It enables users to search for deputies, track their expenses, and query legislative information such as bills and API endpoints.Last updated6MIT

cnpjabertoofficial
Alicense-qualityDmaintenanceMCP server for querying Brazilian CNPJ company data, including partner graphs, address/contact joins, CNAE statistics, and national/annual overviews.Last updatedMIT
brasil-mcp-essentialsofficial
AlicenseAqualityAmaintenanceA privacy-first MCP server providing 14 offline Brazilian utilities including document validation, boleto parsing, PIX BR Code generation/parsing, and calendar tools.Last updated221MIT- AlicenseAqualityBmaintenanceAn MCP server for Brazilian company and public procurement data, enabling CNPJ lookup, company search, tender resolution, and more via paid USDC-based API calls.Last updated15479MIT
Related MCP Connectors
MCP server for live, sourced Brazilian public data from the official IBGE APIs.
Brazilian fiscal MCP server - issue NF-e, NFC-e, NFS-e, CT-e, MDF-e and DC-e via SEFAZ.
# MCP DadosBR Servidor MCP focado em dados públicos do Brasil. Oferece duas ferramentas simples e…
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/edsonvmendes/miniframe-tools-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server