SiteBay MCP Server

75 tools. 37 can modify or destroy data without limits.

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

Last updated:

37 can modify or destroy data
38 read-only
75 tools total

Community server · catalogue entry verified 04/07/2026

How to control SiteBay MCP Server ↓

What SiteBay MCP Server exposes to your agents

Read (38) Write / Execute (28) Destructive / Financial (9)
Critical Risk

The most dangerous SiteBay MCP Server tools

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

How to control SiteBay MCP Server

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

Block financial tools by default
{
  "sitebay_account_create_checkout": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

Deny destructive operations
{
  "sitebay_backup_restore": {
    "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
{
  "sitebay_add_custom_hostname": {
    "limits": [
      {
        "counter": "sitebay_add_custom_hostname_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "sitebay_account_affiliates": {
    "limits": [
      {
        "counter": "sitebay_account_affiliates_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 SiteBay MCP Server — 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 SITEBAY →

Instant setup, no code required.

All 75 SiteBay MCP Server tools

WRITE 20 tools
Write sitebay_add_custom_hostname Attach a custom domain (e.g. shop.theirclient.com) to a site via Cloudflare for SaaS Write sitebay_create_checkpoint Create a named checkpoint with an auto-captured screenshot. MCP Enabled. Write sitebay_create_dns_record Create a new DNS record (A or CNAME) for a nameserver-configured site Write sitebay_create_external_path Create an external path proxy on a site (e.g. /blog → https://blog.example.com) Write sitebay_create_site Create a new WordPress site Write sitebay_create_snapshot_job Queue a public-site snapshot job for a SiteBay site. MCP Enabled. Write sitebay_create_staging_site Create a staging site from a live site Write sitebay_duplicate_theme Duplicate a Shopify theme to create a rollback checkpoint Write sitebay_edit_asset Edit a Shopify theme asset using search/replace blocks. Supports dry_run. Write sitebay_edit_file Edit a WordPress file using search/replace blocks. Supports dry_run to preview diff. Write sitebay_multi_edit_assets Edit multiple Shopify theme assets in one request. Supports dry_run and rollback reporting. Write sitebay_multi_edit_files Edit multiple WordPress files atomically. All-or-nothing: if any edit fails, all changes are rolled back. Supp Write sitebay_read_and_edit_file Atomically read a WordPress file and apply edits. Returns the original content alongside the edit result. Supp Write sitebay_site_edit_file Edit a file in the site Write sitebay_toggle_waf_login_protection Enable or disable rate-limiting on /wp-login.php to prevent brute-force attacks Write sitebay_update_cf_settings Toggle one or more Cloudflare performance/security settings for a site Write sitebay_update_shopify_store Update a linked Shopify store Write sitebay_update_site Update an existing WordPress site configuration Write sitebay_wp_create_page Create a WordPress page with a typed schema and semantic validation Write sitebay_wp_update_settings Update WordPress reading/front-page settings with a typed schema and semantic validation
READ 38 tools
Read sitebay_account_affiliates Get affiliate referral information Read sitebay_backup_get_download_urls Generate signed download URLs for specific backup files Read sitebay_backup_get_files List wp-content files available at a point in time (read-only, does not restore) Read sitebay_backup_list_commits List available backup commits for point-in-time restore Read sitebay_backup_preview_restore Preview what a point-in-time restore would change without actually restoring Read sitebay_browser_admin_cookie Generate a Playwright-compatible cookie object for WordPress admin access on the site. MCP Enabled. Read sitebay_browser_screenshot Take a screenshot of the site. MCP Enabled. Read sitebay_browser_text Get text content of an element on the site. MCP Enabled. Read sitebay_check_ns_status Check whether a domain Read sitebay_dolt_diff Show what changed in the database between two Dolt commits. If only from_commit is given, diffs to HEAD. Read sitebay_dolt_diff_summary Get a human-readable summary of what changed in the database between two Dolt commits Read sitebay_dolt_log Get recent Dolt commits for a site Read sitebay_file_tree List the wp-content file tree with file sizes Read sitebay_get_checkpoint Get details of a specific checkpoint. MCP Enabled. Read sitebay_get_cloudflare_tools Get Cloudflare tools info and current zone settings for a site Read sitebay_get_container_logs Get raw container logs from a site Read sitebay_get_dns_records Get DNS records for a nameserver-configured site Read sitebay_get_external_paths List external path proxies configured for a site Read sitebay_get_git_sync_repos List git-sync repositories linked to your account Read sitebay_get_knowledge Search and retrieve curated SiteBay documentation. Use this to answer questions about SiteBay features, setup, Read sitebay_get_linked_git_repos Get linked GitHub, GitLab, and Bitbucket repositories Read sitebay_get_pit_restore Get the result of a specific point-in-time restore by ID Read sitebay_get_pit_restores Get all point-in-time restore results for a site Read sitebay_get_shopify_store Get details of a specific linked Shopify store Read sitebay_get_site Get detailed information about a specific WordPress site Read sitebay_get_site_logs Get WordPress, git-sync, access, error, php, or mysql logs for a site Read sitebay_get_snapshot_job Get current status for a queued or completed snapshot job. MCP Enabled. Read sitebay_get_staging_site Get the staging site for a live site, if one exists Read sitebay_list_checkpoints List all checkpoints for a site, newest first. MCP Enabled. Read sitebay_list_custom_hostnames List all custom hostnames attached to a site with DCV/SSL status Read sitebay_list_ready_made_sites List available ready-made site templates Read sitebay_list_shopify_stores List Shopify stores connected to your account via Shopify Link Read sitebay_list_sites List all WordPress sites for the authenticated user Read sitebay_list_teams List all teams for the authenticated user Read sitebay_read_asset Read a Shopify theme asset by key Read sitebay_read_file Read a WordPress file from wp-content/. Supports line ranges. Read sitebay_search_dolt_history Search retained Dolt history for a site and return matching change events with cache freshness metadata. Read sitebay_unlink_git Unlink the git repository from a site

Related servers

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

Questions about SiteBay MCP Server

Can an AI agent move money through the SiteBay MCP Server MCP server? +

Yes. The SiteBay MCP Server server exposes 1 financial tools including sitebay_account_create_checkout. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

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

Yes. The SiteBay MCP Server server exposes 8 destructive tools including sitebay_backup_restore, sitebay_clear_cache, sitebay_delete_checkpoint. 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 SiteBay MCP Server? +

The SiteBay MCP Server server has 20 write tools including sitebay_add_custom_hostname, sitebay_create_checkpoint, sitebay_create_dns_record. 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 SiteBay MCP Server.

How many tools does the SiteBay MCP Server MCP server expose? +

75 tools across 4 categories: Destructive, Execute, Read, Write. 38 are read-only. 37 can modify, create, or delete data.

How do I enforce a policy on SiteBay MCP Server? +

Register the SiteBay MCP Server 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 SiteBay MCP Server tool call.

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

Instant setup, no code required.

75 SiteBay MCP Server 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.