← Registry

DevOps

belov.cloud

Manages web hosting sites including WordPress and Node.js applications with operations for listing, details, cache purging, and backups.

1 endpoint8 known toolsFirst detected July 15, 2026Last detected July 15, 2026

ENDPOINT 1

https://belov.cloud/api/mcp

No auth detected

Known tools 8

account_info

The account behind this token (id, name, plan).

Inferred read-only
list_sites

List the account's sites (WordPress sites and Node/Next.js apps).

Inferred read-only
get_site

One site's details: domain, type, status, region, PHP/WP versions; deploy summary for Node apps.

Inferred read-only
purge_cache

Clear a WordPress site's cache (page + object).

Inferred read-only
create_backup

Trigger an on-demand backup (synchronous; can take a while for large sites).

Inferred read-only
list_backups

List a site's restore points (newest first).

Inferred read-only
list_deploys

Recent deploys for a Node/Next.js app (not available for WordPress sites).

Inferred read-only
create_deploy

Trigger a deploy of the configured branch's HEAD (Node/Next.js apps only).

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.belov-cloud]
url = "https://belov.cloud/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "belov-cloud": {
      "type": "http",
      "url": "https://belov.cloud/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: belov-cloud
Remote MCP URL: https://belov.cloud/api/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": {
    "belov-cloud": {
      "url": "https://belov.cloud/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "belov-cloud": {
      "type": "http",
      "url": "https://belov.cloud/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "belov-cloud",
  "transport": "streamable-http",
  "url": "https://belov.cloud/api/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 belov.cloud was fetched 2026-07-26T08:38:16.756Z and is being refreshed.

Trust status Trusted

belov.cloud 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.