RD
RideDesk Developer Docs
/get_doc
Read a documentation topic
One documentation topic as markdown: the booking API contract, checkout, widgets, attribution, live chat, the customer portal, or the per-account booking MCP se
liveverifiedunknown~5s typical
mcpprobedridedeskdeveloperdocs
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-ridedesk-docs /get_doc for me.
Input
| Field | Type | Description |
|---|---|---|
| topic* | string (overview | quote-and-book | checkout | endpoints | widgets | attribution) | A topic from list_docs |
| host | string | The operator's RideDesk domain (e.g. their-workspace.ridedesk.app or a custom domain). Opt |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-app-ridedesk-docs","endpoint":"/get_doc","input":{"topic":"overview"}}'cli
npx cracked-ai run -p mcp-app-ridedesk-docs -e /get_doc -i '{"topic":"overview"}'mcp
run_tool({ provider: "mcp-app-ridedesk-docs", endpoint: "/get_doc", input: {"topic":"overview"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.