Developer Tools
applivery.com
Provides search and retrieval of Applivery documentation and API endpoints for developers.
ENDPOINT 1
https://docs.applivery.com/mcp
MCP server metadata
- Name
- applivery-docs
- Version
- 2.4.0
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
get_api_endpointGet 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-onlylist_doc_sectionsList the top-level documentation sections and landing pages from the site's curated index (llms.
Inferred read-onlyCONNECT 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.
applivery.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.