← Registry

Developer Tools

applivery.com

Provides search and retrieval of Applivery documentation and API endpoints for developers.

1 endpoint4 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://docs.applivery.com/mcp

No auth detected

MCP server metadata

Name
applivery-docs
Version
2.4.0
Capabilities
tools.listChangedresources.listChangedcompletionsprompts.listChanged
Server instructions

Read-only access to the public Applivery documentation (https://docs.applivery.com). Typical workflow: call list_doc_sections once for orientation, search_docs to find pages, then get_doc_page to read one. For REST API endpoints, get_api_endpoint returns the machine-readable OpenAPI definition (method, path, parameters, schemas) of an API reference page — use it when constructing or validating actual API requests. Doc pages are also MCP resources: search_docs results include resource_link items whose URI is the canonical page URL, readable via resources/read. Every search result and section carries a docType: 'guides' (product documentation and how-tos for admins and end users) or 'api' (REST API reference for developers). When answering a non-developer question, prefer 'guides' results. If only the API reference covers the topic, say the capability is available via the Applivery API and link the page — do not present endpoint details as product UI instructions. All content is public; no authentication is needed.

Known tools 4

search_docs

Search the Applivery documentation by keyword or phrase.

Inferred read-only
get_doc_page

Fetch the full Markdown content of a documentation page.

Inferred read-only
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.

Inferred read-only
list_doc_sections

List the top-level documentation sections and landing pages from the site's curated index (llms.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.applivery-docs]
url = "https://docs.applivery.com/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: applivery-docs
Remote MCP URL: https://docs.applivery.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "applivery-docs": {
      "url": "https://docs.applivery.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "applivery-docs": {
      "type": "http",
      "url": "https://docs.applivery.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

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

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for applivery.com was fetched 2026-07-28T00:21:25.826Z and is being refreshed.

Trust status Trusted

applivery.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.