com.applivery.docs/mcp
com.applivery.docs/mcpSearch and read the public Applivery docs (MDM & app distribution). Read-only, no auth.
Tools · 4
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…
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 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 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
Curated index of documentation sections and priority pages (llms.txt).
https://docs.applivery.com/llms.txt
Prompts · 2
Answer a question from the Applivery documentation, with canonical citations.
Find the right REST endpoint and construct a working API request for a task.
Similar MCP servers embedding-nearest
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"
}
}
}