Skip to content
Back to BookingMaven

Card snapshot

mcp.bookingmaven.com · 2026-07-04 05:29:56 UTC · 0078dfdb54df538509cca58e4438e5a673b1f9992fd4fcb29a5dcf7ff03f4af0

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "BookingMaven",
  "description": "Book appointments with any independent service business \u2014 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"
      ]
    }
  ]
}