INDIVIDUAL MCP TOOL
get_service_info
Get information about MyDriverParis services, coverage areas, airports served, and policies.
LIVE ENDPOINT
https://mcp-mydriverparis.mydriverparis.workers.dev/mcp
Connect to this endpoint to inspect the live schema for get_service_info and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mydriverparis]
url = "https://mcp-mydriverparis.mydriverparis.workers.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mydriverparis": {
"type": "http",
"url": "https://mcp-mydriverparis.mydriverparis.workers.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mydriverparis
Remote MCP URL: https://mcp-mydriverparis.mydriverparis.workers.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mydriverparis": {
"url": "https://mcp-mydriverparis.mydriverparis.workers.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mydriverparis": {
"type": "http",
"url": "https://mcp-mydriverparis.mydriverparis.workers.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mydriverparis",
"transport": "streamable-http",
"url": "https://mcp-mydriverparis.mydriverparis.workers.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_vehicles— List all available vehicles with capacity and base rates.get_quote— Calculate the exact price for a private chauffeur transfer.book_ride— Create a secure payment link to book a private chauffeur transfer.book_meetgreet— Create a secure payment link for a VIP Meet & Greet booking, with optional transfer combo.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.send_driver_contact— Email the booking's client their assigned driver's first name + phone.resolve_flight— Resolve a flight number to its airports, terminals, scheduled times, and status.resolve_train— Resolve a TRAIN NUMBER to its route, stations and scheduled times via the official SNCF API (covers TGV inOui/Ouigo, TER, Intercités, TGV Lyria, Eurostar and international TGVs — everything serving a French station).