MyDriverParis Server
FreeNot checkedEnables booking premium private chauffeur transfers in Paris and across Europe directly from AI agents. Provides tools to list vehicles, get quotes, book rides,
About
Enables booking premium private chauffeur transfers in Paris and across Europe directly from AI agents. Provides tools to list vehicles, get quotes, book rides, and retrieve service information.
README
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 |
|---|---|
get_quote |
Exact all-inclusive prices for any transfer, hourly hire or day trip. Returns a quote_id valid 15 minutes that locks the price server-side |
book_ride |
Secure Stripe payment link from a quote_id + vehicle_id (no price parameter — the price comes from the stored quote). Booking is created automatically after payment. Supports idempotency_key for safe retries |
book_meetgreet |
VIP airport/station Meet & Greet at fixed prices (CDG, Orly, Gare de Lyon, Gare du Nord), optional transfer combo |
resolve_location |
Fuzzy location ("Le Bristol", "CDG") → canonical address candidates |
resolve_flight |
Flight number + date → terminals, scheduled/revised times, status |
resolve_train |
Train number + date → route and times via the official SNCF API (TGV, TER, Intercités, Lyria, Eurostar) |
get_vehicles |
Mercedes fleet with passenger/luggage capacities |
get_service_info |
Coverage, airports, stations, policies |
get_cancellation_policy |
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.
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_key- Share 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: [email protected] · +33 1 88 33 64 43 (24/7)
License
MIT — see LICENSE.
Installing MyDriverParis Server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/mydriver-paris/mcp-mydriverparisFAQ
Is MyDriverParis Server MCP free?
Yes, MyDriverParis Server MCP is free — one-click install via Unyly at no cost.
Does MyDriverParis Server need an API key?
No, MyDriverParis Server runs without API keys or environment variables.
Is MyDriverParis Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install MyDriverParis Server in Claude Desktop, Claude Code or Cursor?
Open MyDriverParis Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare MyDriverParis Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
