Pressable MCP Server

56 tools. 25 can modify or destroy data without limits.

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

Last updated:

25 can modify or destroy data
31 read-only
56 tools total

Community server · catalogue entry verified 03/07/2026

How to control Pressable MCP Server ↓

What Pressable MCP Server exposes to your agents

Read (31) Write / Execute (23) Destructive / Financial (2)
Critical Risk

The most dangerous Pressable MCP Server tools

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

How to control Pressable MCP Server

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

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

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "pressable_generate_email_provider_dns_records": {
    "limits": [
      {
        "counter": "pressable_generate_email_provider_dns_records_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 Pressable 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 PRESSABLE →

Instant setup, no code required.

All 56 Pressable MCP Server tools

READ 31 tools
Read pressable_generate_email_provider_dns_records Generate DNS records for a specific email provider. Read pressable_get_account_activity_log_actions Get a list of all available activity log actions for the account. Read pressable_get_account_activity_logs Retrieve activity logs for the account. Read pressable_get_account_addons Get a list of add-ons attached to your account. Read pressable_get_account_details Retrieve account profile and settings information. Read pressable_get_available_addons Get a list of available account add-ons. Read pressable_get_backup_download_url Get a download URL for a specific backup. Read pressable_get_bash_bookmark Get a specific Bash command bookmark by ID. Read pressable_get_dns_records Get DNS records for a specific zone. Read pressable_get_edge_cache_status Get the status of edge caching for a specific site. Read pressable_get_mu_plugin Get details for a specific MU plugin. Read pressable_get_php_error_logs Get PHP error logs for a site. Read pressable_get_phpmyadmin_url Get a time-limited phpMyAdmin URL for a site. Read pressable_get_sftp_users Get a list of SFTP users for a specific site. Read pressable_get_site Get details for a specific site by ID or name. Read pressable_get_site_metrics Get performance metrics for a specific site. Read pressable_get_site_usage Get storage and resource usage for a specific site. Read pressable_list_backups Get a list of backups for a specific site. Read pressable_list_bash_bookmarks Get a list of Bash command bookmarks for your account. Read pressable_list_collaborators List all collaborators for an account or specific site. Read pressable_list_cron_jobs Get a list of cron jobs for a specific site. Read pressable_list_dns_zones Get a list of all DNS zones. Read pressable_list_mu_plugins Get a list of must-use (MU) plugins for your account/sites. Read pressable_list_plugins Get a list of plugins for a specific site. Read pressable_list_security_alerts Get security alerts for plugins and themes across all sites. Read pressable_list_site_backups_by_type Get a list of backups filtered by type (filesystem or database). Read pressable_list_site_domains Get a list of domains for a specific site. Read pressable_list_sites Get a list of sites belonging to your account. Sites can be filtered by tag name or paginated. Read pressable_list_themes Get a list of themes for a specific site. Read pressable_list_wp_users List WordPress users for a specific site. Read pressable_toggle_maintenance_mode Toggle maintenance mode for a site.

Related servers

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

Questions about Pressable MCP Server

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

Yes. The Pressable MCP Server server exposes 2 destructive tools including pressable_delete_dns_record, pressable_delete_site. 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 Pressable MCP Server? +

The Pressable MCP Server server has 16 write tools including pressable_add_collaborator, pressable_add_site_domain, pressable_create_bash_bookmark. 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 Pressable MCP Server.

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

56 tools across 4 categories: Destructive, Execute, Read, Write. 31 are read-only. 25 can modify, create, or delete data.

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

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

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

Instant setup, no code required.

56 Pressable 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.