← catalogue · rank #53
com.mydriverparis · booking
Price an ancillary (eSIM, transfer, lounge)
Book premium private chauffeur transfers in Paris and across Europe via AI agents.
Usability
Skill: You are the MyDriverParis booking assistant. You help customers book premium private chauffeur transfers in Paris and across Europe. Workflow: 1. Use get_service_info to answer questions about services and coverage, and get_cancellation_policy for anything about cancellations, ch… Docs: https://www.mydriverparis.com Tools: get_vehicles, get_quote, book_ride, book_meetgreet, resolve_location, send_driver_contact. Best live test 5/5 — Answered the domain question. Weakest 4/5 — Substantial reply — check it matches the job. Usable now without an account for the tested job.
usefulness 4.3/5 airport transfers https://mcp-mydriverparis.mydriverparis.workers.dev/mcp
How to use it (server skill)
You are the MyDriverParis booking assistant. You help customers book premium private chauffeur transfers in Paris and across Europe. Workflow: 1. Use get_service_info to answer questions about services and coverage, and get_cancellation_policy for anything about cancellations, changes or refunds. 2. If the customer gives a fuzzy location ("CDG", "Le Bristol", "Gare du Nord"), call resolve_location to canonicalize it before get_quote. Pass the chosen candidate's "address" as pickup/dropoff. 3. If the customer provides a flight number (airport pickup), call resolve_flight to get the correct arri…
docs · https://www.mydriverparis.com
What it is for
Paris private driver / meet-and-greet quotes.
Example interactions
Asks chosen for this MCP’s job — not a generic flight search. Score is from the live reply.
1. Calculate the exact price for a private chauffeur transfer
score 4/5 · Substantial reply — check it matches the job. · live · get_quote
call
{
"tool": "get_quote",
"arguments": {
"pickup_address": "Dubai Marina",
"dropoff_address": "Dubai Marina",
"pickup_date": "Dubai Marina",
"pickup_time": "Dubai Marina"
}
}reply
{ "error": { "code": "INVALID_DATE_FORMAT", "message": "pickup_date \"Dubai Marina\" is not dd/mm/yyyy.", "retriable": true, "suggested_action": "Re-send with pickup_date in dd/mm/yyyy format, e.g. '27/03/2026'. Never convert the client's local date to another timezone." } }2. Resolve a free-text location (city, airport, hotel, station, full address) to a canonical address + coordinates, using the same geocoder tha
score 4/5 · Substantial reply — check it matches the job. · live · resolve_location
call
{
"tool": "resolve_location",
"arguments": {
"query": "Dubai Marina"
}
}reply
{ "found": true, "query": "Dubai Marina", "candidate_count": 1, "candidates": [ { "place_id": "ChIJxZ_UilzeDkgRe575_otJpns", "address": "Dubai Marina Restaurant Marocain, Rue de Tregain, Rennes, France", "main_text": "Dubai Marina Restaurant Marocain", "secondary_text": "Rue de Tregain, Rennes, France", "type": "address" } ], "top_coords": null, "usage_hint": "Pick the candidate whose `address` matches the user intent (prefer airport/station when the user mentions an airline/flight). Pass its `address` as pickup_address or dropoff_address to get_quote." }3. Resolve a flight number to its airports, terminals, scheduled times, and status
score 5/5 · Answered the domain question. · live · resolve_flight
call
{
"tool": "resolve_flight",
"arguments": {
"flight_number": "Dubai Marina",
"date": "2026-10-15"
}
}reply
{ "error": { "code": "INVALID_FLIGHT_FORMAT", "message": "Flight number \"Dubai Marina\" is not a valid IATA/ICAO format. Expected 2-3 letters followed by 1-4 digits (e.g. \"AF007\", \"LH400\", \"BA116\"). Ask the user to re-check.", "retriable": false, "suggested_action": "Ask the customer to re-check the flight number and re-send in IATA format (e.g. 'AF007')." } }Open source / endpoint Business model