MCP Beget

33 tools. 14 can modify or destroy data without limits.

5 destructive tools with no built-in limits. Policy required.

Last updated:

14 can modify or destroy data
19 read-only
33 tools total

Community server · catalogue entry verified 29/06/2026

How to control MCP Beget ↓

What MCP Beget exposes to your agents

Read (19) Write / Execute (9) Destructive / Financial (5)
Critical Risk

The most dangerous MCP Beget tools

14 of MCP Beget's 33 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control MCP Beget

PolicyLayer is an MCP gateway — it sits between your AI agents and MCP Beget, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "beget_cron_delete": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "beget_backup_restore_file": {
    "limits": [
      {
        "counter": "beget_backup_restore_file_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "beget_account_info": {
    "limits": [
      {
        "counter": "beget_account_info_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register MCP Beget — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON MCP BEGET →

Instant setup, no code required.

All 33 MCP Beget tools

READ 19 tools
Read beget_account_info Получить информацию об аккаунте Beget (баланс, тариф, и т.д.) Read beget_backup_files_list Получить список доступных файловых бэкапов Read beget_backup_mysql_list Получить список доступных бэкапов MySQL Read beget_cron_list Получить список Cron-задач на Beget Read beget_dns_get Получить DNS-записи для домена Read beget_domain_change_php Изменить версию PHP для домена Read beget_domain_list Получить список всех доменов на аккаунте Beget Read beget_domain_php_version Получить версию PHP для домена Read beget_domain_subdomains Получить список поддоменов для домена Read beget_domain_zones Получить список доступных доменных зон на Beget Read beget_ftp_change_password Изменить пароль FTP-аккаунта Read beget_ftp_list Получить список FTP-аккаунтов на Beget Read beget_mail_list Получить список почтовых ящиков на домене Read beget_mysql_change_password Изменить пароль доступа к базе MySQL Read beget_mysql_list Получить список баз данных MySQL на Beget Read beget_site_link_domain Привязать домен к сайту на Beget Read beget_site_list Получить список всех сайтов на хостинге Beget с привязанными доменами Read beget_site_unlink_domain Отвязать домен от сайта на Beget Read beget_stat_load Получить статистику нагрузки сайтов за последний месяц

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about MCP Beget

Can an AI agent delete data through the MCP Beget MCP server? +

Yes. The MCP Beget server exposes 5 destructive tools including beget_cron_delete, beget_domain_delete, beget_ftp_delete. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through MCP Beget? +

The MCP Beget server has 9 write tools including beget_backup_restore_file, beget_backup_restore_mysql, beget_cron_add. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach MCP Beget.

How many tools does the MCP Beget MCP server expose? +

33 tools across 3 categories: Destructive, Read, Write. 19 are read-only. 14 can modify, create, or delete data.

How do I enforce a policy on MCP Beget? +

Register the MCP Beget MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every MCP Beget tool call.

Deterministic rules across all 33 MCP Beget tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

33 MCP Beget tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.