Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

RideDesk Developer Docs

app.ridedesk/docs

Developer docs for building on RideDesk: booking API, widgets, per-account booking MCP. No auth.

Uptime
100.0%
1 direct probes · 30d
Response
1500ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

list_docs

The available documentation topics with one-line summaries. Call first, then get_doc.

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.

search_docs

Keyword search across all documentation topics. Returns matching sections with excerpts; follow up with get_doc for the full topic.

get_integration_brief

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.

get_widget_snippets

Copy-paste tags: the attribution script, the live-chat script, and the embeddable booking/enquiry/rental widget iframes.

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"
    }
  }
}