Claudaborative Editing

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

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

Last updated:

25 can modify or destroy data
7 read-only
32 tools total

Community server · catalogue entry verified 11/06/2026

How to control Claudaborative Editing ↓

What Claudaborative Editing exposes to your agents

Read (7) Write / Execute (22) Destructive / Financial (3)
Critical Risk

The most dangerous Claudaborative Editing tools

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

How to control Claudaborative Editing

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

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

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "wp_list_categories": {
    "limits": [
      {
        "counter": "wp_list_categories_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 Claudaborative Editing — 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 CLAUDABORATIVE EDITING →

Free to start. No card required.

All 32 Claudaborative Editing tools

WRITE 22 tools
Write wp_add_note Add a note (block comment) to a specific block. Notes are editorial feedback visible in the WordPress editor b Write wp_connect Connect to a WordPress site for collaborative editing. Not needed if the server was started with WP_SITE_URL, Write wp_create_post Create a new WordPress post and open it for editing Write wp_edit_block_text Make surgical find-and-replace text edits within a block. Write wp_insert_block Insert a new block at a position in the post. Supports nested blocks via innerBlocks. Write wp_insert_inner_block Insert a block as a child of an existing block (e.g., add a list-item to a list) Write wp_move_block Move a block from one position to another Write wp_replace_blocks Replace a range of blocks with new blocks. Supports nested blocks via innerBlocks. Write wp_reply_to_note Reply to an existing note. Replies are threaded under the parent note. Write wp_set_categories Set the post categories by name (replaces all existing categories). Creates categories that don Write wp_set_comment_status Enable or disable comments on the post. Write wp_set_date Set the post publication date. Use with wp_set_status( Write wp_set_excerpt Set the post excerpt (short summary shown in feeds and search results). Pass an empty string to clear. Write wp_set_featured_image Set the post featured image by media attachment ID. Use wp_upload_media first to upload an image and get its I Write wp_set_slug Set the post URL slug. WordPress may auto-modify the slug to ensure uniqueness. Write wp_set_status Change the post publication status. Use Write wp_set_sticky Pin or unpin the post on the front page. Write wp_set_tags Set the post tags by name (replaces all existing tags). Creates tags that don Write wp_set_title Set the post title Write wp_update_block Update a block Write wp_update_note Update the content of an existing note. Write wp_upload_media Upload a local file to the WordPress media library. Returns the attachment ID and URL for use with wp_insert_b

Related servers

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

Questions about Claudaborative Editing

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

Yes. The Claudaborative Editing server exposes 3 destructive tools including wp_remove_blocks, wp_remove_inner_blocks, wp_resolve_note. 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 Claudaborative Editing? +

The Claudaborative Editing server has 22 write tools including wp_add_note, wp_connect, wp_create_post. 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 Claudaborative Editing.

How many tools does the Claudaborative Editing MCP server expose? +

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

How do I enforce a policy on Claudaborative Editing? +

Register the Claudaborative Editing 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 Claudaborative Editing tool call.

Deterministic rules across all 32 Claudaborative Editing tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Free to start. No card required.

32 Claudaborative Editing 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.