Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

com.mydriverparis/booking

com.mydriverparis/booking

Book premium private chauffeur transfers in Paris and across Europe via AI agents.

Uptime
10.7%
28 probes
Response
191ms
last probe
Tools
8
callable

Tools · 8

get_vehicles

List all available vehicles with capacity and base rates. Use this to help the customer choose the right vehicle for their trip.

get_quote

Calculate the exact price for a private chauffeur transfer. Returns prices for all available vehicles AND a quote_id valid for 15 minutes. Always call this before book_ride and pass the quote_id to bo…

book_ride

Create a secure payment link to book a private chauffeur transfer. The reservation is created automatically ONLY after the customer completes payment. REQUIRED: call get_quote first and pass the resul…

book_meetgreet

Create a secure payment link for a VIP Meet & Greet booking, with optional transfer combo. M&G prices are FIXED (CDG/Orly 250€ base for 2 pax + 50€/extra, Gare du Nord 500€ + 100€/extra, Gare de Lyon …

resolve_location

Resolve a free-text location (city, airport, hotel, station, full address) to a canonical address + coordinates, using the same geocoder that Zeplan consumes for bookings. Use this BEFORE get_quote wh…

send_driver_contact

Email the booking's client their assigned driver's first name + phone. Pass `email` if you already have the client's address (e.g. from Zeplan get-booking); otherwise WP looks it up on the booking pos…

resolve_flight

Resolve a flight number to its airports, terminals, scheduled times, and status. Use BEFORE book_ride whenever the customer provides a flight number so that pickup time and terminal are correct. Input…

get_service_info

Get information about MyDriverParis services, coverage areas, airports served, and policies. Use this to answer customer questions.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.mydriverparis/booking": {
      "url": "https://mcp-mydriverparis.mydriverparis.workers.dev/mcp",
      "transport": "streamable-http"
    }
  }
}