MyDriverParis, a Parisian private chauffeur company founded in 2012, published an open-source MCP server last week that lets AI agents book rides without human intervention. The code runs on Cloudflare Workers and exposes four tools: fleet lookup, fare calculation, payment session creation, and service information retrieval. It's MIT-licensed TypeScript, the remote endpoint requires no local installation, and as of this writing it has zero GitHub stars.
That's not a knock. Most genuinely useful infrastructure starts quiet.
The architecture connects a WordPress site, Stripe Checkout, and a Zeplan webhook that handles dispatch and booking creation. Zeplan, founded by the same person, is a dispatch and booking management platform used by transport operators. An AI agent sends a request to the MCP server, which translates it through that stack and fires a booking confirmation back. The loop closes without a human in the loop.
What's more interesting than the code is who's behind it. Sylvain Katchikian is the founder of both MyDriverParis and Zeplan. One person owns the transport company, the dispatcher, and now the software layer that lets AI agents talk to both. That's vertical integration with a modern agent-native interface bolted on.
MyDriverParis claims the release represents "the first open-source MCP server in the private chauffeur industry," positioning it as a bet that the next wave of travel and transport bookings will happen inside conversations rather than on websites, according to a press release. "The next wave of commerce won't happen on websites — it will happen inside conversations." Whether that framing survives contact with actual adoption, the infrastructure play is coherent: a vertical SaaS operator building the agent interface before the agents arrive, rather than racing to retrofit one later.
MCP, the Model Context Protocol, landed in November 2024 and has since accumulated servers spanning development tools, productivity platforms, and industry-specific services. The MyDriverParis entry is a niche add, but it's not a toy — the dispatch integration is live, the Stripe redirect handles payment, and the Cloudflare Workers endpoint means any agent that speaks MCP can reach it without installation. For developers building booking or reservation workflows, this is a reference implementation of a real-money transaction loop, not a demo.
The open-source angle matters here. Independent operators — boutique transport companies, concierge services, niche travel platforms — can fork and self-host the server, adapting the WordPress and Zeplan integrations to their own stack. That's a different value proposition than a hosted SaaS product: you're not licensing access, you're getting a working dependency graph you can audit and modify.
Whether this represents the leading edge of a pattern or a single company's vertical play is the open question. The MyDriverParis repo is five days old, the press release was 48 minutes old when it surfaced in the wire, and no independent deployments have surfaced yet. The infrastructure is real; the adoption signal is not. Watch the GitHub stars over the next quarter — if a transport broker or concierge startup shows up in the contributors list, the pattern is confirmed.
The MCP server is at github.com/mydriver-paris/mcp-mydriverparis.