tools · Listed · eip155:8453 · Found · 18 endpoints · Not used for Gateway
tools.miniframe.com.br
tools.miniframe.com.br
Use when a PDF is too large to email, upload or attach — Ghostscript compression an agent sandbox cannot run on its own. Send it either as JSON {pdf_base64} or
Not used for Gateway
Catalogued so agents know it is dead/unreachable — Gateway will not route it. Still catalogued — dead/unreachable knowledge is index value. (Degraded — catalogued (dead/unreachable known) · not used for Gateway)
Indexed from this operator's public /.well-known/x402.json. Found is not operator-owned and is not attested. Claim or opt out.
Agent Read · Cleared Index
SKIP
Skip until Cleared checks or settle mesh clear.
confidence
90%
source
signal
Index before you pay. Same payload for agents:
GET /api/cleared/agent-read?slug=cat-tools-miniframe-com-br
When to call
- Budget between $0.00 and $0.03 per call on published endpoints.
- Use when a PDF is too large to email, upload or attach — Ghostscript compression an agent sandbox cannot run on its own. Send it either as JSON {pdf_base64} or
Risks
- Found — not operator-owned; claim status unknown.
- No Cleared settlement receipt on file yet.
- Uptime not yet marked stable.
- Endpoint response check pending or failed.
Price posture
Published 18 endpoints from $0.00 to $0.03.
Category · Gateway
tools · no Gateway routes yet — early / unproven on Cleared market share.
Endpoint hints
POST /compress-pdfUse when a PDF is too large to email, upload or attach — Ghostscript compression an agent sandbox cannot run on its own. Send it either as JSON {pdf_base64} or
POST /pix/brcodeUse when someone needs to receive money in Brazil — an invoice, a split bill, a donation, a checkout. Builds a Pix BR Code ("Copia e Cola" string payable in any
POST /cnpjUse when you need a Brazilian company's official record from its CNPJ — checking a supplier is active, confirming a legal name, enriching a lead. JSON body { cn
POST /cepUse when a Brazilian postal code needs to become a real address — filling a form, validating a delivery, completing a customer record. JSON body { cep } (8 digi
POST /url-to-markdownUse when a page will not read correctly with a plain fetch — a single-page app, content loaded by JavaScript, or markup so noisy the text is buried. Fetches it
POST /empresaUse when you need a Brazilian company profile ready to qualify a lead, not the raw registry. Looks up the CNPJ, completes the address via CEP, and adds derived
POST /extractUse when you need the structured data a page already carries, not raw HTML. Renders JavaScript and returns JSON-LD, Open Graph, meta tags, headings, tables and
POST /url-to-pdfUse when a page has to become a shareable, archivable document — a receipt, a report, an invoice, a record kept for later. Renders it with a headless browser (r
Evidence (Cleared)
- → Intake degraded · not used for Gateway
- → Trust 0/100 · fail · tier listed
- → Protocol x402 · eip155:8453
- → Manifest pending · schema partial
- → Found listing — indexed from public x402.json, not operator-attested.
Endpoints
Use when a PDF is too large to email, upload or attach — Ghostscript compression
Not used$0.02POST https://tools.miniframe.com.br/compress-pdfUse when a PDF is too large to email, upload or attach — Ghostscript compression an agent sandbox cannot run on its own. Send it either as JSON {pdf_base64} or as the raw PDF body (Content-Type: application/pdf), up to 30 MB. Optional query param mode=light|balanced|max (default balanced). Returns JSON with original_size, compressed_size, reduction_percent, warnings and pdf_base64 (the compressed file).
Use when someone needs to receive money in Brazil — an invoice, a split bill, a
Not used$0.01POST https://tools.miniframe.com.br/pix/brcodeUse when someone needs to receive money in Brazil — an invoice, a split bill, a donation, a checkout. Builds a Pix BR Code ("Copia e Cola" string payable in any Brazilian bank app) plus a QR PNG, per the Central Bank spec; the key is not stored. JSON body: key and merchant_name required; amount, merchant_city, txid, description optional. Returns brcode and qr_png_base64.
Use when you need a Brazilian company's official record from its CNPJ — checking
Not used$0.01POST https://tools.miniframe.com.br/cnpjUse when you need a Brazilian company's official record from its CNPJ — checking a supplier is active, confirming a legal name, enriching a lead. JSON body { cnpj } (14 digits). Returns name, status, address, CNAE activities, share capital and the public partner list (QSA) with masked tax IDs. Personal contact fields omitted.
Use when a Brazilian postal code needs to become a real address — filling a form
$0.005POST https://tools.miniframe.com.br/cepUse when a Brazilian postal code needs to become a real address — filling a form, validating a delivery, completing a customer record. JSON body { cep } (8 digits). Returns street, complement, neighborhood, city and state (UF). Queries BrasilAPI first and falls back to ViaCEP automatically, so one upstream outage does not fail the task; both sources return the same normalized shape. CEP is postal/geographic data, not personal data.
Use when a page will not read correctly with a plain fetch — a single-page app,
$0.02POST https://tools.miniframe.com.br/url-to-markdownUse when a page will not read correctly with a plain fetch — a single-page app, content loaded by JavaScript, or markup so noisy the text is buried. Fetches it with a headless browser (rendering JavaScript) and returns the main readable content as clean Markdown — ideal to feed an LLM as context. JSON body { url } (public http/https), optional include_images (default false). Returns title, final_url (after redirects), markdown and word_count. Private/internal targets are blocked.
Use when you need a Brazilian company profile ready to qualify a lead, not the r
$0.02POST https://tools.miniframe.com.br/empresaUse when you need a Brazilian company profile ready to qualify a lead, not the raw registry. Looks up the CNPJ, completes the address via CEP, and adds derived flags: active, headquarters, age in years, MEI/Simples, size and risk signals. JSON body { cnpj } (14 digits). Personal fields omitted; partner tax IDs stay masked.
Use when you need the structured data a page already carries, not raw HTML. Rend
$0.02POST https://tools.miniframe.com.br/extractUse when you need the structured data a page already carries, not raw HTML. Renders JavaScript and returns JSON-LD, Open Graph, meta tags, headings, tables and links, plus any fields you pass as CSS selectors. JSON body { url }, optional selectors ({ name: cssSelector }). Private/internal targets are blocked.
Use when a page has to become a shareable, archivable document — a receipt, a re
$0.03POST https://tools.miniframe.com.br/url-to-pdfUse when a page has to become a shareable, archivable document — a receipt, a report, an invoice, a record kept for later. Renders it with a headless browser (running JavaScript) and returns a PDF. JSON body { url } (public http/https); optional format (A4|Letter|Legal|A3, default A4) and landscape (default false). Returns pdf_base64. Private/internal targets are blocked.
Use when the user needs to see a page as it actually renders — visual proof, a p
$0.03POST https://tools.miniframe.com.br/screenshotUse when the user needs to see a page as it actually renders — visual proof, a preview, a layout check, or a record of what a page showed. Takes a screenshot with a headless browser (rendering JavaScript). JSON body { url } (public http/https); optional full_page (default false), width (320–2000, default 1280), height (240–2000, default 800), format png|jpeg (default png). Returns image_base64. Private/internal targets are blocked.
https://tools.miniframe.com.br/cep
$0.00GET https://tools.miniframe.com.br/cephttps://tools.miniframe.com.br/cnpj
$0.00GET https://tools.miniframe.com.br/cnpjhttps://tools.miniframe.com.br/compress-pdf
$0.00GET https://tools.miniframe.com.br/compress-pdfhttps://tools.miniframe.com.br/empresa
$0.00GET https://tools.miniframe.com.br/empresahttps://tools.miniframe.com.br/extract
$0.00GET https://tools.miniframe.com.br/extracthttps://tools.miniframe.com.br/pix/brcode
$0.00GET https://tools.miniframe.com.br/pix/brcodehttps://tools.miniframe.com.br/screenshot
$0.00GET https://tools.miniframe.com.br/screenshothttps://tools.miniframe.com.br/url-to-markdown
$0.00GET https://tools.miniframe.com.br/url-to-markdownhttps://tools.miniframe.com.br/url-to-pdf
$0.00GET https://tools.miniframe.com.br/url-to-pdfChecks
pending
partial
2026-08-25T09:03:01.814Z
Intake degraded · Degraded — catalogued (dead/unreachable known) · not used for Gateway · probed 0/3 · Manifest HTTP 404. Listed anyway. | No settlement evidence found in chain signals.
Claim this listing to upgrade to Cleared attestation.
Claim listing