← belov.cloud

INDIVIDUAL MCP TOOL

list_backups

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

belov.cloudnone authenticationAvailability not checked

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 endpoint

belov.cloud

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.

Related tools

  • account_info — The account behind this token (id, name, plan).
  • list_sites — List the account's sites (WordPress sites and Node/Next.js apps).
  • get_site — One site's details: domain, type, status, region, PHP/WP versions; deploy summary for Node apps.
  • purge_cache — Clear a WordPress site's cache (page + object).
  • create_backup — Trigger an on-demand backup (synchronous; can take a while for large sites).
  • list_deploys — Recent deploys for a Node/Next.js app (not available for WordPress sites).
  • create_deploy — Trigger a deploy of the configured branch's HEAD (Node/Next.js apps only).