Popdot AI
PA
Popdot AI
/get_price_quote

get price quote

Get a price quote for renting a specific domain for a given duration. Returns the computed rental cost, tier info, and pricing breakdown.

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 /get_price_quote for me.

Input

FieldTypeDescription
domainId*stringThe unique ID of the domain to price
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

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":"/get_price_quote","input":{"domainId":"...","duration":"PT1H"}}'
cli
npx cracked-ai run -p mcp-ai-popdot-popdot-mcp -e /get_price_quote -i '{"domainId":"...","duration":"PT1H"}'
mcp
run_tool({ provider: "mcp-ai-popdot-popdot-mcp", endpoint: "/get_price_quote", input: {"domainId":"...","duration":"PT1H"} })

Try it

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