INDIVIDUAL MCP TOOL
zenith_list_deployments
List the apps the authenticated user is running on Zenith Hosting — their managed open-source SaaS instances.
LIVE ENDPOINT
https://zenith.hosting/api/v1/mcp
Connect to this endpoint to inspect the live schema for zenith_list_deployments and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.zenith]
url = "https://zenith.hosting/api/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"zenith": {
"type": "http",
"url": "https://zenith.hosting/api/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: zenith
Remote MCP URL: https://zenith.hosting/api/v1/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": {
"zenith": {
"url": "https://zenith.hosting/api/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"zenith": {
"type": "http",
"url": "https://zenith.hosting/api/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "zenith",
"transport": "streamable-http",
"url": "https://zenith.hosting/api/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
zenith_catalogue— Search the catalogue of deployable open-source apps Zenith can host (Nextcloud, Gitea, Rocket.Chat, …).zenith_compare— Compare two or more catalogue apps side by side — name, what it does, tags, pricing tier ($5/mo personal or $10/mo business), source repo and licence.zenith_deploy— Provision a new managed instance of a catalogue app for the authenticated user.zenith_get_started— Explain how the user connects their Zenith account to this agent so you can deploy and manage apps.zenith_whoami— Return the Zenith account this connection is authenticated as — id, name, email, username and token expiry.