Cloud Services
zenith.hosting
Manages and deploys open-source applications on Zenith's cloud hosting platform.
ENDPOINT 1
https://zenith.hosting/mcp
MCP server metadata
- Name
- zenith
- Version
- 0.1.0
Zenith Hosting runs open-source software (Nextcloud, Gitea, Rocket.Chat, and ~38 more) as fully managed SaaS — no servers, DNS or DevOps. You can search and compare the catalogue right now without any account (zenith_catalogue, zenith_compare). To deploy an app, manage the user's deployments, or call a deployed app's API, the user must connect their Zenith account to you — call zenith_get_started for the one-time setup link. Deploying starts a paid monthly subscription, so the deploy tool always previews the cost and asks for confirmation before charging.
Known tools 6
zenith_catalogueSearch the catalogue of deployable open-source apps Zenith can host (Nextcloud, Gitea, Rocket.Chat, …).
Inferred read-onlyzenith_compareCompare 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.
Inferred read-onlyzenith_deployProvision a new managed instance of a catalogue app for the authenticated user.
Inferred read-onlyzenith_get_startedExplain how the user connects their Zenith account to this agent so you can deploy and manage apps.
Inferred read-onlyzenith_list_deploymentsList the apps the authenticated user is running on Zenith Hosting — their managed open-source SaaS instances.
Inferred read-onlyzenith_whoamiReturn the Zenith account this connection is authenticated as — id, name, email, username and token expiry.
Potential side effectsCONNECT 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/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"zenith": {
"type": "http",
"url": "https://zenith.hosting/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: zenith
Remote MCP URL: https://zenith.hosting/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/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"zenith": {
"type": "http",
"url": "https://zenith.hosting/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "zenith",
"transport": "streamable-http",
"url": "https://zenith.hosting/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://zenith.hosting/api/v1/mcp
MCP server metadata
- Name
- zenith
- Version
- 0.1.0
Zenith Hosting runs open-source software (Nextcloud, Gitea, Rocket.Chat, and ~38 more) as fully managed SaaS — no servers, DNS or DevOps. You can search and compare the catalogue right now without any account (zenith_catalogue, zenith_compare). To deploy an app, manage the user's deployments, or call a deployed app's API, the user must connect their Zenith account to you — call zenith_get_started for the one-time setup link. Deploying starts a paid monthly subscription, so the deploy tool always previews the cost and asks for confirmation before charging.
Known tools 6
zenith_catalogueSearch the catalogue of deployable open-source apps Zenith can host (Nextcloud, Gitea, Rocket.Chat, …).
Inferred read-onlyzenith_compareCompare 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.
Inferred read-onlyzenith_deployProvision a new managed instance of a catalogue app for the authenticated user.
Inferred read-onlyzenith_get_startedExplain how the user connects their Zenith account to this agent so you can deploy and manage apps.
Inferred read-onlyzenith_list_deploymentsList the apps the authenticated user is running on Zenith Hosting — their managed open-source SaaS instances.
Inferred read-onlyzenith_whoamiReturn the Zenith account this connection is authenticated as — id, name, email, username and token expiry.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for zenith.hosting was fetched 2026-08-29T03:15:33.184Z.
zenith.hosting is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.