{
  "name": "splashplay-booking",
  "version": "0.1.0",
  "description": "Booking MCP for agents — browse Splashplay's painting experiences, check availability, and create a Stripe checkout on the user's behalf.",
  "protocol": "mcp",
  "transport": "streamable-http",
  "endpoint": {
    "url": "/api/mcp",
    "method": "POST",
    "contentType": "application/json",
    "note": "JSON-RPC 2.0 per the MCP spec — this GET response is informational only."
  },
  "tools": [
    "list_experiences",
    "check_availability",
    "create_booking_checkout",
    "get_booking_status"
  ],
  "resources": [
    "faq"
  ],
  "documentation": "https://splashplay.es/llms.txt"
}