Popdot AI
PA
Popdot AI
/rent_domain

rent domain

Rent a subdomain, paying per-transaction with USDC on Base (x402). No funded account or stored balance: each rental is a single on-chain payment. Requires agent

liveverifiedunknown~5s typical
mcpprobedpopdotai
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-popdot-popdot-mcp /rent_domain for me.

Input

FieldTypeDescription
intentMandateId*stringThe ID of the active Intent Mandate authorizing this purchase
domainId*stringThe unique ID of the domain to rent on
subdomain*stringThe subdomain label to rent (e.g., 'myproject' for myproject.example.com)
duration*string (PT1H | PT4H | P1D | P7D | P30D)ISO 8601 duration: PT1H (1 hour), PT4H (4 hours), P1D (1 day), P7D (1 week), P30D (30 days
payerAddressstring(phase 1) The 0x wallet you will pay from. Required on every challenge; a wallet registere
payerProofstring(phase 1) EIP-191 personal_sign signature proving control of payerAddress. Always required
payerProofIssuedAtstring(phase 1, optional) ISO 8601 timestamp of the payerProof, within 5 minutes of the request.
paymentIdstring(phase 2) The paymentId returned by the phase-1 challenge.
txHashstring(phase 2) The on-chain transaction hash of your USDC payment on Base.
fromAddressstring(phase 2) The wallet you paid from (must match the challenge's bound payer).

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-ai-popdot-popdot-mcp","endpoint":"/rent_domain","input":{"intentMandateId":"...","domainId":"...","subdomain":"...","duration":"PT1H"}}'
cli
npx cracked-ai run -p mcp-ai-popdot-popdot-mcp -e /rent_domain -i '{"intentMandateId":"...","domainId":"...","subdomain":"...","duration":"PT1H"}'
mcp
run_tool({ provider: "mcp-ai-popdot-popdot-mcp", endpoint: "/rent_domain", input: {"intentMandateId":"...","domainId":"...","subdomain":"...","duration":"PT1H"} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.