Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

com.applivery.docs/mcp

com.applivery.docs/mcp

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

Uptime
100.0%
1 direct probes · 30d
Response
384ms
last probe
Tools
4
callable
Resources
1
readable
Prompts
2
available

Tools · 4

search_docs

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…

get_doc_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 `…

get_api_endpoint

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…

list_doc_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.

Resources · 1

docs-index

Curated index of documentation sections and priority pages (llms.txt).

https://docs.applivery.com/llms.txt

Prompts · 2

ask_docs

Answer a question from the Applivery documentation, with canonical citations.

api_request

Find the right REST endpoint and construct a working API request for a task.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.applivery.docs/mcp": {
      "url": "https://docs.applivery.com/mcp",
      "transport": "streamable-http"
    }
  }
}