AutoWP MCP Server

47 tools. 32 can modify or destroy data without limits.

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

Last updated:

32 can modify or destroy data
15 read-only
47 tools total

Community server · catalogue entry verified 11/06/2026

How to control AutoWP MCP Server ↓

What AutoWP MCP Server exposes to your agents

Read (15) Write / Execute (26) Destructive / Financial (6)
Critical Risk

The most dangerous AutoWP MCP Server tools

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

How to control AutoWP MCP Server

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

Deny destructive operations
{
  "bulk-delete-media": {
    "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
{
  "assign-categories-to-posts": {
    "limits": [
      {
        "counter": "assign-categories-to-posts_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "get-author-username": {
    "limits": [
      {
        "counter": "get-author-username_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 AutoWP 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 AUTOWP →

Free to start. No card required.

All 47 AutoWP MCP Server tools

WRITE 25 tools
Write assign-categories-to-posts Bulk assign categories to multiple posts Write assign-tags-to-posts Bulk assign tags to multiple posts Write authenticate-wp Connect to a WordPress site with credentials Write bulk-update-posts Batch edit multiple WordPress posts Write clone-post Duplicate an existing WordPress post Write create-blog-post Create a blog post in WordPress Write create-category Create a new WordPress category Write create-tag Create a new WordPress tag Write create-user Create a new WordPress user account Write disable-user Temporarily deactivate a WordPress user account Write edit-media-metadata Update title, caption, alt text, and description of media files Write format-wp-content Format raw text into WordPress-ready HTML Write merge-categories Merge two categories by moving all posts from source to target category Write optimize-media Compress and optimize images using external API (e.g., TinyPNG) Write restore-post Restore a WordPress post from trash Write save-draft Save a post draft locally Write schedule-post Schedule a WordPress post for future publication Write set-featured-image Assign a featured image to a WordPress post Write set-user-role Change a WordPress user Write update-category Update or rename an existing WordPress category Write update-post Edit an existing WordPress post Write update-site-settings Update basic WordPress site settings Write update-tag Update or rename an existing WordPress tag Write update-user Update an existing WordPress user Write upload-media Upload media files to WordPress from local paths or URLs

Related servers

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

Questions about AutoWP MCP Server

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

Yes. The AutoWP MCP Server server exposes 6 destructive tools including bulk-delete-media, delete-category, delete-media. 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 AutoWP MCP Server? +

The AutoWP MCP Server server has 25 write tools including assign-categories-to-posts, assign-tags-to-posts, authenticate-wp. 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 AutoWP MCP Server.

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

47 tools across 3 categories: Destructive, Read, Write. 15 are read-only. 32 can modify, create, or delete data.

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

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

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

Free to start. No card required.

47 AutoWP 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.