com.mydriverparis/booking
com.mydriverparis/bookingBook premium private chauffeur transfers in Paris and across Europe via AI agents.
Tools · 8
List all available vehicles with capacity and base rates. Use this to help the customer choose the right vehicle for their trip.
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…
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…
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 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…
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 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 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"
}
}
}