# com.applivery.docs/mcp (remote · docs.applivery.com)

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

- Trust score: 78/100 (medium)
- Change this week: +7
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `docs.applivery.com`: 78/100 (this document), [markdown](https://verifymcp.io/servers/com-applivery-docs-mcp/docs.md), [page](https://verifymcp.io/servers/com-applivery-docs-mcp/docs)

## Channel facts

- Endpoint: `https://docs.applivery.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `2.4.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 83/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 80/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 863 tokens (~172/item across 5 items; 4 tools + 1 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (75% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-applivery-docs-mcp https://docs.applivery.com/mcp
```

### Codex

```toml
[mcp_servers.com-applivery-docs-mcp]
url = "https://docs.applivery.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-applivery-docs-mcp": {
      "type": "remote",
      "url": "https://docs.applivery.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-applivery-docs-mcp --url https://docs.applivery.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-applivery-docs-mcp:
    url: "https://docs.applivery.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-applivery-docs-mcp": {
      "type": "http",
      "url": "https://docs.applivery.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 78, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 77, +4)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 73, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 73, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 72, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 71, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 71)

First indexed and scored.

## MCP tools (4)

### `search_docs` (~233 tokens)

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

Input parameters:

- `docType` (string): Filter by corpus: 'guides' (product documentation, for admins and end users) or 'api' (REST API reference, for developers). Omit to search both.
- `excludeSection` (string): Exclude a documentation section from results.
- `limit` (integer): Maximum number of results, 1 to 12 (default 8).
- `locale` (string): Language filter, e.g. 'en' or 'es'. Omit to search all languages.
- `platform` (string): Filter by platform, e.g. 'Apple', 'Android', 'Windows', 'Cross-platform'.
- `query` (string, required): Search keywords or phrase.
- `section` (string): Restrict results to a documentation section.

Output parameters:

- `counts` (object)
- `results` (array)
- `suggestions` (array)
- `total` (number)

### `get_doc_page` (~163 tokens)

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.

Input parameters:

- `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 truncated.
- `slug` (string): Path after the locale, e.g. 'device-management/getting-started'. Used with locale when url is not given.
- `url` (string): A docs.applivery.com page URL, typically copied from a search_docs result.

### `get_api_endpoint` (~179 tokens)

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.

Input parameters:

- `locale` (string): Locale for the slug, e.g. 'en' (default en).
- `slug` (string): Path after the locale, e.g. 'api/android/web-apps/delete-web-app'. Used with locale when url is not given.
- `url` (string): A docs.applivery.com API reference page URL, e.g. from a search_docs result with docType 'api'.

Output parameters:

- `baseUrl` (string)
- `method` (string): HTTP method, uppercase.
- `parameters`: OpenAPI parameter objects (dereferenced).
- `path` (string): Endpoint path template.
- `requestBody`: OpenAPI requestBody object (dereferenced).
- `responses`: OpenAPI responses object (dereferenced).
- `security`: OpenAPI security requirements.
- `url` (string): Canonical .md URL the definition was read from.

### `list_doc_sections` (~57 tokens)

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.

Input parameters:

- `section` (string): Optional filter on section name or title.

Output parameters:

- `sections` (array)
- `total` (number)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-applivery-docs-mcp/docs#diagnostics

## Score history

- 2026-08-03: 78
- 2026-08-02: 78
- 2026-08-01: 77
- 2026-07-31: 77
- 2026-07-30: 73
- 2026-07-29: 73
- 2026-07-28: 72
- 2026-07-27: 71
- 2026-07-26: 71

## Links

- Remote endpoint: https://docs.applivery.com/mcp
- Repository: https://github.com/applivery/docs-front
- Website: https://docs.applivery.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-applivery-docs-mcp/docs/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-applivery-docs-mcp/docs/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-applivery-docs-mcp/docs
