{
  "schema_version": "2025-03-26",
  "name": "MyDriverParis",
  "description": "Premium private chauffeur service in Paris and across Europe. Book one-way transfers, hourly charters, airport meet-and-greet, and hourly disposition via an AI agent. Backed by Mercedes-Benz fleet and real-time flight tracking.",
  "website": "https://www.mydriverparis.com",
  "mcp_server": {
    "url": "https://mcp-mydriverparis.mydriverparis.workers.dev/mcp",
    "transport": "streamable-http",
    "auth": "none",
    "stateless": true
  },
  "tools": [
    { "name": "get_service_info", "description": "Coverage zones, airports/stations, included features, cancellation policy, contact details." },
    { "name": "get_vehicles", "description": "Mercedes-Benz fleet: E-Class (2 pax), V-Class (7 pax), S-Class (2 pax), Sprinter (16 pax), Bus (55 pax). Capacity and base rates." },
    { "name": "resolve_location", "description": "Canonicalize a free-text address (CDG, Hotel Le Bristol, raw GPS). Uses the same geocoder the booking backend accepts — no translation needed." },
    { "name": "resolve_flight", "description": "Look up a flight number on a specific date: airports, terminals, scheduled/revised times, status. AF007 → CDG T2E at 11:10." },
    { "name": "get_quote", "description": "Exact EUR price for a transfer or hourly booking. Returns quote_id valid 15 min that must be passed to book_ride. Accepts dd/mm/yyyy date, HH:MM time." },
    { "name": "book_ride", "description": "Create a secure Stripe payment link. Requires quote_id + vehicle_id + passenger info. Supports idempotency_key for safe retries." }
  ],
  "capabilities": {
    "idempotency": true,
    "quote_ttl_seconds": 900,
    "flight_lookup": true,
    "location_resolution": true,
    "languages": ["en", "fr", "de", "es", "ar"]
  },
  "contact": {
    "email": "contact@mydriverparis.com",
    "phone": "+33 1 88 33 64 43",
    "website": "https://www.mydriverparis.com"
  },
  "categories": ["travel", "ground-transport", "chauffeur", "airport-transfer", "commerce", "vtc"],
  "coverage": "Paris and Île-de-France primary; all European destinations long-distance",
  "terms_of_use": "https://www.mydriverparis.com/cgv/",
  "privacy_policy": "https://www.mydriverparis.com/privacy-policy/",
  "docs": "https://www.mydriverparis.com/llms-full.txt"
}
