# InstantPriceCheck.com InstantPriceCheck helps founders find the shortest buyable .com domain for a business idea. Users submit an idea, budget, style preference, max length, and optional email. The app generates short .com candidates, checks registrar availability, ranks results by length, price, availability, pronounceability, brand fit, and clarity, then shows a free teaser with paid unlock support. Human pages: - GET / - GET /reports/:id - GET /pricing - GET /terms - GET /privacy - GET /llms.txt - GET /openapi.json - POST /mcp API endpoints: - GET /api/health - POST /api/search - POST /api/check - GET /api/reports/:id.json - POST /api/payments/checkout - POST /api/stripe/webhook - POST /api/agent/find-short-com - POST /api/agent/check-domains - POST /api/agent/create-unlock MCP endpoint: - /mcp exposes find_short_com_domains, check_com_domains, and create_unlock_checkout. Agent example: POST /api/agent/find-short-com with JSON {"idea":"AI invoice assistant for freelancers","budgetUsd":100,"maxLength":10,"style":"shortest","limit":20} MCP example prompt: Use InstantPriceCheck to find the shortest .com under $100 for an AI bookkeeping app. Important rules: V1 does not automatically register domains. Verified results should come from real-time registrar checks before display. Cached or generated suggestions are not verified.