# booking MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/com-mydriverparis-booking
- Repository: https://github.com/mydriver-paris/mcp-mydriverparis-worker
- Website: https://www.mydriverparis.com

## Install
- Endpoint: https://mcp-mydriverparis.mydriverparis.workers.dev/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp-mydriverparis.mydriverparis.workers.dev/mcp

## Tools
- get_vehicles - List all available vehicles with capacity and base rates. Use this to help the customer choose the right vehicle for their trip. Endpoint: https://mcp-mydriverparis.mydriverparis.workers.dev/mcp
- 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 book_ride — it locks the price and prevents drift. IMPORTANT: pickup_date must be in dd/mm/yyyy format. Endpoint: https://mcp-mydriverparis.mydriverparis.workers.dev/mcp
- 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 resulting quote_id + the chosen vehicle_id. The price is taken from the stored quote (not from any price field you pass). Pass idempotency_key to make retries safe: the same key returns the same payment link instead of creating a duplicate. Endpoint: https://mcp-mydriverparis.mydriverparis.workers.dev/mcp
- 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 when the customer gives a fuzzy pickup/drop-off (e.g. 'CDG', 'Le Bristol', 'Gare du Nord', raw GPS). Returns up to 5 candidates with place_id, full address, type hint, and optionally coordinates. Endpoint: https://mcp-mydriverparis.mydriverparis.workers.dev/mcp
- 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 is tolerant: accepts 'AF007', 'AF 007', 'AF-007', 'af7', 'AFR007' — the tool normalizes internally. Returns an array of matching operations (usually 1 when direction is set). Endpoint: https://mcp-mydriverparis.mydriverparis.workers.dev/mcp
- get_service_info - Get information about MyDriverParis services, coverage areas, airports served, and policies. Use this to answer customer questions. Endpoint: https://mcp-mydriverparis.mydriverparis.workers.dev/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.mydriverparis
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Apr 20, 2026
- Source: https://registry.modelcontextprotocol.io
