RideDesk Developer Docs
app.ridedesk/docsDeveloper docs for building on RideDesk: booking API, widgets, per-account booking MCP. No auth.
Tools · 5
The available documentation topics with one-line summaries. Call first, then get_doc.
One documentation topic as markdown: the booking API contract, checkout, widgets, attribution, live chat, the customer portal, or the per-account booking MCP server.
Keyword search across all documentation topics. Returns matching sections with excerpts; follow up with get_doc for the full topic.
A self-contained brief for a coding agent building a transfer-booking website on the RideDesk API — the flow, the rules the server enforces, and the acceptance criteria.
Copy-paste tags: the attribution script, the live-chat script, and the embeddable booking/enquiry/rental widget iframes.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"ridedesk_developer_docs": {
"url": "https://ridedesk.app/api/mcp",
"transport": "streamable-http"
}
}
}