# capabilities.txt > Raze Growth exposes public site intelligence, resource lookup, lead intake, 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 and POST https://razegrowth.com/api/conversion for intake. ## Site Intelligence ### Public Site Data (site.public_data) - site.get_summary (v1.0.0) - Get the public Raze Growth site summary and key 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)