M
mcp
/get_doc_page
Read an Applivery documentation page
Fetch the full Markdown content of a documentation page. Pass either `url` (typically a URL returned by search_docs) or `slug` plus `locale`. Returns clean Mark
liveunknown~5s typical
mcpmcp
$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-com-applivery-docs-mcp /get_doc_page for me.
Input
| Field | Type | Description |
|---|---|---|
| url | string | A docs.applivery.com page URL, typically copied from a search_docs result. |
| slug | string | Path after the locale, e.g. 'device-management/getting-started'. Used with locale when url |
| locale | string | Locale for the slug, e.g. 'en' (default en). |
| maxChars | integer | Truncate the page after this many characters (default 80000). Raise it if a page arrives t |
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-com-applivery-docs-mcp","endpoint":"/get_doc_page","input":{}}'cli
npx cracked-ai run -p mcp-com-applivery-docs-mcp -e /get_doc_page -i '{}'mcp
run_tool({ provider: "mcp-com-applivery-docs-mcp", endpoint: "/get_doc_page", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.