Animica x402 Directory

Directory

tools.miniframe.com.br

tools.miniframe.com.br publishes 9 machine-payable endpoints over the x402 protocol, priced from $0.005 to $0.03 per call. Each was probed directly; the response code below is what it returned.

Endpoints

EndpointMethodPriceProbe
/cep POST $0.005 402
/cnpj POST $0.01 402
/compress-pdf POST $0.02 402
/empresa POST $0.02 402
/extract POST $0.02 402
/pix/brcode POST $0.01 402
/screenshot POST $0.03 402
/url-to-markdown POST $0.02 402
/url-to-pdf POST $0.03 402

What these endpoints do

tools.miniframe.com.br/cep

Use 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, neighbo…

POST · $0.005 · probe 402

tools.miniframe.com.br/cnpj

Use 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, …

POST · $0.01 · probe 402

tools.miniframe.com.br/compress-pdf

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 as the raw PDF body (Content-Type: appli…

POST · $0.02 · probe 402

tools.miniframe.com.br/empresa

Use 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 year…

POST · $0.02 · probe 402

tools.miniframe.com.br/extract

Use 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 s…

POST · $0.02 · probe 402

tools.miniframe.com.br/pix/brcode

Use 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 …

POST · $0.01 · probe 402

tools.miniframe.com.br/screenshot

Use 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 JavaScr…

POST · $0.03 · probe 402

tools.miniframe.com.br/url-to-markdown

Use 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 JavaS…

POST · $0.02 · probe 402

tools.miniframe.com.br/url-to-pdf

Use 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. JS…

POST · $0.03 · probe 402