# mcp MCP server

Search and read the public Applivery docs (MDM & app distribution). Read-only, no auth.

## Links
- Registry page: https://www.getdrio.com/mcp/com-applivery-docs-mcp
- Repository: https://github.com/applivery/docs-front
- Website: https://docs.applivery.com

## Install
- Endpoint: https://docs.applivery.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://docs.applivery.com/mcp

## Tools
- search_docs (Search Applivery documentation) - Search the Applivery documentation by keyword or phrase. Returns matching pages with title, canonical URL, a highlighted snippet, docType ('guides' or 'api'), platform, breadcrumb and in-page headings. Use this first to discover pages, then read one with get_doc_page. For non-developer questions prefer docType 'guides'. Endpoint: https://docs.applivery.com/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 Markdown; very long pages are truncated at `maxChars` with a note. Endpoint: https://docs.applivery.com/mcp
- get_api_endpoint (Get an Applivery API endpoint definition) - Get the machine-readable OpenAPI definition of one Applivery REST API endpoint: method, path, baseUrl, security, parameters, requestBody and responses — fully dereferenced, no $refs. Pass the `url` or `slug` of an API reference page; find those with search_docs using docType 'api'. Use this instead of get_doc_page when you need to construct or validate an actual API request. Endpoint: https://docs.applivery.com/mcp
- list_doc_sections (List Applivery documentation sections) - List the top-level documentation sections and landing pages from the site's curated index (llms.txt). Use for orientation, then drill in with search_docs or get_doc_page. Endpoint: https://docs.applivery.com/mcp

## Resources
- https://docs.applivery.com/llms.txt - Applivery documentation index Curated index of documentation sections and priority pages (llms.txt). MIME type: text/plain

## Prompts
- ask_docs - Ask the Applivery docs Answer a question from the Applivery documentation, with canonical citations. Arguments: question, platform
- api_request - Build an Applivery API request Find the right REST endpoint and construct a working API request for a task. Arguments: task

## Metadata
- Owner: com.applivery.docs
- Version: 2.4.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 3, 2026
- Source: https://registry.modelcontextprotocol.io
