# capabilities.txt > Raze Growth exposes public site intelligence, pricing, resource lookup, lead intake, checkout, and confirmed booking capabilities for agents. > Structured form: https://razegrowth.com/.well-known/capabilities.json > Invocation: use MCP at https://razegrowth.com/mcp for tool calls, POST https://razegrowth.com/api/conversion for intake, and listed external checkout URLs for Stripe purchases. ## Site Intelligence ### Public Site Data (site.public_data) - site.get_summary (v1.0.0) — Get the public Raze Growth site summary and key URLs. - pricing.get (v1.0.0) — Get current public pricing plans and CTA URLs. - services.list (v1.0.0) — List public Raze Growth service pages. - projects.list (v1.0.0) — List public Raze Growth project case studies. - projects.get (v1.0.0) — Get one public project case study summary by slug. - resources.list (v1.0.0) — List public Raze Growth resource collections. ## Booking ### Consultation Booking (booking.consultation) - booking.get_url (v1.0.0) — Get public human-facing booking URLs for Raze Growth. - booking.get_profile (v1.0.0) — Get the Cal.com booking profile, event slug, booking URL, and required fields for agent bookings. - booking.check_availability (v1.0.0) — Check available Cal.com time slots for the Raze Growth introduction event. Read-only. - booking.create (v1.0.0) — Create a real Cal.com booking after the visitor selected an available slot and explicitly confirmed. The action is recorded by Cal.com. (requires explicit visitor confirmation) ## Lead Intake ### Project Intake (lead.project_intake) - lead.submit_conversion_form (v1.0.0) — Submit the public start-page intake form to HubSpot and receive a prefilled Cal.com booking URL. (requires visitor intent) ## Checkout ### Stripe Checkout (checkout.stripe) - checkout.buy_audit (v1.0.0) — Open Stripe checkout for the $499 brand and website conversion audit. (requires visitor intent) - checkout.subscribe_execution_partnership (v1.0.0) — Open Stripe checkout for the execution partnership. (requires visitor intent)