Quote and book airport transfers on a RideDesk operator's live desk. Agents never set prices.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
RideDesk is booking & dispatch software for transfer,
chauffeur, taxi and vehicle-rental operators. It exposes two kinds of
Model Context Protocol servers, both
published in the Official MCP Registry
under the app.ridedesk/* namespace. This repository holds their registry
definitions (server.json) and connection notes β the product itself is not
open source.
app.ridedesk/docs β developer documentation serverAuth-free and read-only. Serves RideDesk's developer documentation as queryable tools, so a coding agent can pull the exact API contract while it builds a booking website:
| Tool | Purpose |
|---|---|
list_docs | The available documentation topics |
get_doc | One topic as markdown (pass the operator's domain as host for tailored examples) |
search_docs | Keyword search across all topics |
get_integration_brief | A self-contained brief for building a booking site on the REST API |
get_widget_snippets | Copy-paste embed/attribution/live-chat tags |
Claude Code
Cursor β one-click install, or add to ~/.cursor/mcp.json:
VS Code
Claude.ai / ChatGPT β add a custom connector with the URL
https://ridedesk.app/api/mcp (no authentication).
A runnable REST example lives in examples/quote-and-book.mjs.
app.ridedesk/bookings β per-operator booking serverEvery RideDesk account is its own MCP server on its own domain
(<workspace>.ridedesk.app or a verified custom domain). Connect Claude,
ChatGPT or any MCP client and the agent can fetch live, server-priced quotes
and create real bookings on that operator's desk.
list_options, get_quote, book_transfer, get_bookingAuthorization: Bearer <key> for CLI/IDE clientsRequires the operator's AI agents add-on, enabled in their panel under Settings β AI agents.
curl "https://registry.modelcontextprotocol.io/v0.1/servers?search=ridedesk"RideDesk is operated by RidenRank Ltd (UK). Contact: hello@ridedesk.app
Security reports: see SECURITY.md. The contents of this repository (registry definitions, examples, docs) are MIT-licensed; the RideDesk product itself is closed source.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/ridedesk-bookings)<a href="https://allmcps.com/mcp/ridedesk-bookings"><img src="https://allmcps.com/api/badge/ridedesk-bookings?style=directory" alt="RideDesk Bookings on AllMCPs" /></a>