{
  "schemaVersion": "2025-03-26",
  "name": "MyDriverParis booking agent",
  "description": "Quote and book premium private chauffeur transfers in Paris and across Europe. Backed by MyDriverParis SAS.",
  "version": "1.0.0",
  "url": "https://www.mydriverparis.com",
  "provider": {
    "organization": "MyDriverParis SAS",
    "url": "https://www.mydriverparis.com",
    "contact": "contact@mydriverparis.com"
  },
  "supportedInterfaces": [
    {
      "protocol": "mcp",
      "transport": "streamable-http",
      "url": "https://mcp-mydriverparis.mydriverparis.workers.dev/mcp"
    }
  ],
  "defaultInputModes": ["text"],
  "defaultOutputModes": ["text"],
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "get_service_info",
      "name": "Service info",
      "description": "Coverage, included features, cancellation policy, contact details.",
      "tags": ["info"]
    },
    {
      "id": "get_vehicles",
      "name": "List vehicles",
      "description": "Vehicle classes with seating and luggage capacity.",
      "tags": ["fleet"]
    },
    {
      "id": "get_quote",
      "name": "Quote a transfer",
      "description": "Compute the exact EUR price for a one-way transfer or an hourly booking.",
      "tags": ["pricing", "quote"]
    },
    {
      "id": "book_ride",
      "name": "Book a ride",
      "description": "Create a Stripe payment link; booking is confirmed after payment.",
      "tags": ["booking", "payment"]
    }
  ]
}
