You're viewing a demo portfolio

Join the waitlist
PRSM

manage_plugin

Active

Tool of BorealHost

declared in 1.27.0

Install, activate, deactivate, or delete a WordPress plugin. Requires: API key with write scope. Args: slug: Site identifier action: "install", "activate", "deactivate", or "delete" plugin: Plugin slug (e.g. "akismet", "jetpack", "woocommerce") Returns: {"action": "install", "plugin": "jetpack", "result": {...}}

Parameters schema

{
  "type": "object",
  "title": "manage_pluginArguments",
  "required": [
    "slug",
    "action",
    "plugin"
  ],
  "properties": {
    "slug": {
      "type": "string",
      "title": "Slug"
    },
    "action": {
      "type": "string",
      "title": "Action"
    },
    "plugin": {
      "type": "string",
      "title": "Plugin"
    }
  }
}

What this tool wraps· 3 endpoints

min confidence0.700.50

Parent server

BorealHost

https://github.com/alainsvrd/borealhost-mcp

1/7 registries
View full server →
manage_plugin — BorealHost — PRSM MCP