search_docs Search the documentation by keyword or phrase. Returns matching pages with titles, snippets, and links.
“How do I enroll Android devices with zero-touch?”
Model Context Protocol
Connect Claude, Cursor, VS Code or any MCP client to the Applivery documentation — the guides and the full REST API reference. Your assistant reads the same pages you browse here and answers with sources.
https://docs.applivery.com/mcp Five focused tools — the guides and the whole REST API reference, in machine-readable form.
search_docs Search the documentation by keyword or phrase. Returns matching pages with titles, snippets, and links.
“How do I enroll Android devices with zero-touch?”
get_doc_page Read the full Markdown of a specific page, by its URL or by locale and slug.
“Read the Getting started guide and summarize it.”
list_doc_sections List the top-level documentation sections to get oriented before drilling in.
“What areas do the Applivery docs cover?”
list_api_endpoints Browse the REST API catalog — filter by product, group or HTTP method to map the whole API surface.
“Which endpoints manage Android web apps?”
get_api_endpoint Get the machine-readable OpenAPI definition of one endpoint: method, path, auth, parameters and schemas.
“Build the request to delete a web app.”
A hosted endpoint — pick your client, paste the config and start asking. Nothing runs locally.
Claude Code, Cursor, VS Code, Cline, Windsurf or Claude.ai.
Paste one line of config — no API key, no account.
Your assistant now searches and cites these docs.
{
"mcpServers": {
"applivery-docs": {
"url": "https://docs.applivery.com/mcp"
}
}
} Add to ~/.cursor/mcp.json
{
"servers": {
"applivery-docs": {
"type": "http",
"url": "https://docs.applivery.com/mcp"
}
}
} Add to .vscode/mcp.json
{
"mcpServers": {
"applivery-docs": {
"url": "https://docs.applivery.com/mcp"
}
}
} Add to ~/.cline/mcp_settings.json
{
"mcpServers": {
"applivery-docs": {
"url": "https://docs.applivery.com/mcp"
}
}
} Add to ~/.windsurf/mcp.json
{
"mcpServers": {
"applivery-docs": {
"type": "http",
"url": "https://docs.applivery.com/mcp"
}
}
} Add to ~/.claude/settings.json
https://docs.applivery.com/mcp Paste in Settings → Connectors → Add custom connector → Remote MCP server URL
A thin, stateless adapter between your assistant and the published documentation.
It picks one of the five tools — from search_docs to get_api_endpoint — and sends the request to the endpoint.
It queries the documentation search, fetches published Markdown pages, and reads the section index and the machine-readable API catalog.
Results link back to the exact pages on this site, so every claim is easy to verify.
It never connects to the Applivery dashboard or any private system.
No. The server is read-only and reads only the public documentation, so no API key, token, or account is required.
Any MCP-compatible client that supports remote (HTTP) servers — Claude Code, Cursor, VS Code, Cline, Windsurf, and Claude.ai — by adding the URL above.
Only the published, public documentation — the guides and the REST API reference, the same pages on this site. It cannot reach private content, dashboards, or the CMS.
No. It is a hosted endpoint — add the URL above in your client and you are done; nothing runs locally.
One URL, two minutes of setup — every Applivery answer, right where you work.