MyDriverParis MCP Server
OfficialGenerates secure payment links to book private chauffeur transfers.
Retrieves pricing information for transfer quotes via WordPress API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MyDriverParis MCP ServerGet quote from CDG to Le Bristol for 2 passengers tomorrow at 2pm"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MyDriverParis MCP Server
Book premium private chauffeur transfers in Paris and across Europe — directly from AI agents.
Remote endpoint (streamable HTTP, no auth, no API key):
https://mcp-mydriverparis.mydriverparis.workers.dev/mcp
Published on the Official MCP Registry as com.mydriverparis/booking · Smithery · ClawHub skill for OpenClaw.
Tools (9 public)
Tool | Description |
| Exact all-inclusive prices for any transfer, hourly hire or day trip. Returns a |
| Secure Stripe payment link from a |
| VIP airport/station Meet & Greet at fixed prices (CDG, Orly, Gare de Lyon, Gare du Nord), optional transfer combo |
| Fuzzy location ("Le Bristol", "CDG") → canonical address candidates |
| Flight number + date → terminals, scheduled/revised times, status |
| Train number + date → route and times via the official SNCF API (TGV, TER, Intercités, Lyria, Eurostar) |
| Mercedes fleet with passenger/luggage capacities |
| Coverage, airports, stations, policies |
| Full cancellation/refund/modification policy |
All tools return structured errors {code, message, retriable, suggested_action} and carry MCP annotations (title, readOnlyHint, destructiveHint).
An authenticated endpoint (/mcp/private, OAuth 2.1 per-booking tokens) lets agents track, reschedule or cancel an existing booking — see auth.md.
Related MCP server: Beckn Mobility MCP Server
What's included in every ride
Fixed all-inclusive price (no hidden extras)
Motorway tolls & fuel included
Meet & Greet with nameboard
Flight & train monitoring
Water, Wi-Fi & USB charging
Free cancellation up to 24h before departure
Setup
Use the hosted endpoint — no installation required:
{
"mcpServers": {
"mydriverparis": {
"type": "url",
"url": "https://mcp-mydriverparis.mydriverparis.workers.dev/mcp"
}
}
}Per-platform instructions (Claude, Perplexity, OpenClaw, Claude Code): https://www.mydriverparis.com/book-with-your-ai-agent/
The
src/in this repository is the original stdio implementation, kept for reference. It requires private API keys and is superseded by the hosted endpoint above — production runs on a Cloudflare Worker.
Example flow
resolve_flightwithflight_number="AF1234"→ arrival time + terminal (pickup = arrival + 45 min international / +25 min Schengen)get_quotewith pickup/dropoff,pickup_date(dd/mm/yyyy),pickup_time→ per-vehicle prices +quote_idbook_ridewithquote_id,vehicle_id, passenger details, fresh UUIDidempotency_keyShare the returned
payment_url— the booking is confirmed only after the customer pays
Full agent documentation: llms-full.txt
Safety design
Agents can never invent a price — quotes are computed live and locked server-side
Agents can never pay — they receive a Stripe payment link; a human completes it
Geocoding sanity gate rejects implausible routes (
GEOCODING_SUSPECT)
Links
Website: https://www.mydriverparis.com
Contact: contact@mydriverparis.com · +33 1 88 33 64 43 (24/7)
License
MIT — see LICENSE.
This server cannot be installed
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mydriver-paris/mcp-mydriverparis'
If you have feedback or need assistance with the MCP directory API, please join our Discord server