scribe.vimabrosta.com
Scribe answers four questions AI agents ask in loops: what a domain is (RDAP, DNS, TLS, HTTP), what a text says in another language, what a page or PDF says in Markdown, and what a page looks like as a PDF or PNG. One x402 micropayment per request. No account, no API key.
The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.
Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.
Live 402 challenge
Captured by the enrichment pass, not read just now. Prices can change — always read the 402 the endpoint answers with.
{
"error": {
"code": "payment_required",
"docs": "https://scribe.vimabrosta.com/llms-full.txt",
"hint": "Do not pay yet: this request would be refused after payment, uncharged, because this route is POST only: a paid GET is refused with 405 and never settles. Send the same request as POST with a JSON body. Fix it, then retry with payment.",
"message": "This endpoint is paid. Exact x402 requirements are in the PAYMENT-REQUIRED response header (base64 JSON) and mirrored under `requirements` below. Retry the identical request with the PAYMENT-SIGNATURE header (X-PAYMENT is also accepted)."
},
"preflight": {
"problems": [
"this route is POST only: a paid GET is refused with 405 and never settles. Send the same request as POST with a JSON body"
],
"would_run": false
},
"requirements": {
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x693d72fc5ad1f09B1c62be3707679cbe334c88df",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 120
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F"
},
"payTo": "AC3BtRaGzvyEVZnx6z4qMDNxD5dmnoyPTz5EWW3Pn2tg",
"amount": "10000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 120
},
{
"asset": "So11111111111111111111111111111111111111112",
"extra": {
"feePayer": "BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F"
},
"payTo": "AC3BtRaGzvyEVZnx6z4qMDNxD5dmnoyPTz5EWW3Pn2tg",
"amount": "95333",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 120
}
],
"resource": {
"url": "https://scribe.vimabrosta.com/v1/convert",
"mimeType": "application/json",
"description": "Convert a document: HTML to Markdown or text, Markdown to HTML or text, a public URL to clean Markdown, text, or HTML (scripts, styles, and boilerplate removed), or a PDF (base64 or URL, 5MB, 200 pages) to text. Returns the converted document with its title or page count. $0.01."
},
"x402Version": 2
}
}Accepts
The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.
Pay 0.01 USDC on Base to 0x693d…c88df. The signed payment is good for 2 minutes.
- Paid to
- 0x693d…c88df
- USD Coin contract
- 0x8335…02913
- Payment window
- 2 minutes
- As published
- 10000 smallest units
That figure is in the token’s smallest units. Roundhouse does not hold this contract’s decimals, so it is shown as published rather than converted.
- Paid to
- AC3BtR…Pn2tg
- Token contract
- EPjFWd…TDt1v
- Payment window
- 2 minutes
That figure is in the token’s smallest units. Roundhouse does not hold this contract’s decimals, so it is shown as published rather than converted.
- Paid to
- AC3BtR…Pn2tg
- Token contract
- So1111…11112
- Payment window
- 2 minutes
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x693d72fc5ad1f09B1c62be3707679cbe334c88df",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 120
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"
},
"payTo": "AC3BtRaGzvyEVZnx6z4qMDNxD5dmnoyPTz5EWW3Pn2tg",
"amount": "10000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 120
},
{
"asset": "So11111111111111111111111111111111111111112",
"extra": {
"feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"
},
"payTo": "AC3BtRaGzvyEVZnx6z4qMDNxD5dmnoyPTz5EWW3Pn2tg",
"amount": "95633",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 120
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"body": {
"to": "markdown",
"from": "url",
"input": "https://example.com/"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"to": "markdown",
"from": "url",
"title": "Example Domain",
"output": "# Example Domain\n\nThis domain is for use in illustrative examples...",
"receipt": {
"price": "$0.01",
"product": "convert"
},
"characters": 180
}
}
},
"name": "Scribe",
"tags": [
"domain",
"whois",
"rdap",
"dns",
"tls",
"translation",
"translate",
"convert",
"markdown",
"pdf",
"html",
"screenshot",
"render"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"from",
"to",
"input"
],
"properties": {
"to": {
"enum": [
"markdown",
"html",
"text"
],
"type": "string"
},
"from": {
"enum": [
"html",
"markdown",
"url",
"pdf"
],
"type": "string"
},
"input": {
"type": "string",
"description": "The HTML or Markdown source, a public URL, or a PDF as base64 or a public URL."
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
},
"discoverable": true
}
}Provenance
- Seen in the source catalog
- 2026-09-18 09:03Z
- Last indexed by Roundhouse
- 2026-09-24 11:50Z
- Last enriched (probe, favicon, geo)
- 2026-09-18 10:45Z
- x402 version
- 2
- Max timeout
- 120s
- Liveness probe
- HTTP 402
Hand this page to an agent
Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.
GET api.roundhouseai.io/v0/endpoints
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 6 snapshots so far. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service scribe.vimabrosta.com and tell me whether it is worth paying: what a call costs, whether the endpoint answered when last probed, and what its payment record actually shows. curl -s 'https://api.roundhouseai.io/v0/endpoints?q=scribe.vimabrosta.com' curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>' Then call it: read the price from the live 402 at https://scribe.vimabrosta.com/v1/convert, never from a cached figure, and pay with an x402 client. The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except /v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402, or use an organization key from https://roundhouseai.io/dashboard/team. If you do not have Roundhouse tools or skills installed, read https://roundhouseai.io/skill.md first — it is the whole procedure.