{
  "name": "BookingMaven",
  "description": "Book appointments with any independent service business — tattoo studios, barbershops, fitness trainers, photographers, spas, and more. Real-time availability, instant confirmation.",
  "url": "https://bookingmaven.com/api/mcp",
  "version": "1.0",
  "provider": {
    "organization": "BookingMaven",
    "url": "https://bookingmaven.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": ["application/json"],
  "defaultOutputModes": ["application/json"],
  "authentication": {
    "schemes": ["none"]
  },
  "skills": [
    {
      "id": "search-businesses",
      "name": "Search Businesses",
      "description": "Find service businesses by location and optional category",
      "tags": ["search", "discovery", "booking"],
      "examples": [
        "Find tattoo artists in Brooklyn",
        "Search for barbers near Austin TX",
        "Show me spas in Los Angeles"
      ]
    },
    {
      "id": "get-business",
      "name": "Get Business Profile",
      "description": "Get full business details including services, staff, and hours",
      "tags": ["business", "services", "profile"]
    },
    {
      "id": "get-availability",
      "name": "Check Availability",
      "description": "Get open appointment slots for a business on a specific date",
      "tags": ["availability", "scheduling", "calendar"]
    },
    {
      "id": "book-appointment",
      "name": "Book Appointment",
      "description": "Reserve an appointment slot at a service business as a guest",
      "tags": ["booking", "appointment", "reservation"]
    },
    {
      "id": "create-account",
      "name": "Create Customer Account",
      "description": "Get a signup link to create a BookingMaven account using a booking email",
      "tags": ["account", "signup", "customer"]
    },
    {
      "id": "start-business-signup",
      "name": "Start Business Signup",
      "description": "Get a link for a business owner to list their business on BookingMaven",
      "tags": ["business", "signup", "onboarding"]
    }
  ]
}
