{
  "schemaVersion": "1.0",
  "item": {
    "slug": "wordpress-mcp",
    "name": "WordPress MCP",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/jordymeow/wordpress-mcp",
    "canonicalUrl": "https://clawhub.ai/jordymeow/wordpress-mcp",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/wordpress-mcp",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=wordpress-mcp",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/dev-tools.md",
      "references/woocommerce-tools.md",
      "references/core-tools.md",
      "references/features.md",
      "references/seo-tools.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/wordpress-mcp"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/wordpress-mcp",
    "agentPageUrl": "https://openagent3.xyz/skills/wordpress-mcp/agent",
    "manifestUrl": "https://openagent3.xyz/skills/wordpress-mcp/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/wordpress-mcp/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "WordPress MCP",
        "body": "Manage WordPress sites through AI Engine's MCP Server. AI Engine is a free WordPress plugin that exposes a comprehensive MCP interface."
      },
      {
        "title": "Setup",
        "body": "The user needs:\n\nAI Engine plugin installed (free: https://wordpress.org/plugins/ai-engine/)\nMCP Server enabled in AI Engine → Settings → MCP\nA Bearer Token set in MCP settings\n\nConnection details should be stored in the user's TOOLS.md:\n\n## WordPress MCP\n- **URL:** https://example.com/wp-json/mcp/v1/http\n- **Bearer Token:** <token from AI Engine MCP settings>"
      },
      {
        "title": "How to Call MCP Tools",
        "body": "All calls use JSON-RPC 2.0 over HTTP POST:\n\ncurl -s -X POST <MCP_URL> \\\n  -H \"Authorization: Bearer <TOKEN>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"tools/call\",\"params\":{\"name\":\"<tool_name>\",\"arguments\":{...}}}'"
      },
      {
        "title": "Discovery",
        "body": "List available tools (varies by enabled features):\n\n{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"tools/list\"}\n\nAlways start with tools/list to discover what's enabled on this site."
      },
      {
        "title": "Connectivity Check",
        "body": "{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"tools/call\",\"params\":{\"name\":\"mcp_ping\",\"arguments\":{}}}"
      },
      {
        "title": "MCP Features (Modular)",
        "body": "Tools are grouped into features that the site admin enables in AI Engine → Settings → MCP Features. Only WordPress core is enabled by default. Always use tools/list to discover what's available.\n\nFeatureDefaultDescriptionWordPress✅ OnPosts, pages, comments, users, media, taxonomies, settingsPluginsOffInstall, activate, update, and modify pluginsThemesOffInstall, activate, switch, and customize themesDatabaseOffExecute SQL queries on the WordPress databasePolylangOffMultilingual content (requires Polylang plugin)WooCommerceOffProducts, orders, customers (requires WooCommerce)SEO EngineOffSEO analysis, analytics (requires SEO Engine plugin)Social EngineOffSocial media scheduling (requires Social Engine plugin)Dynamic RESTOffRaw access to WordPress REST API\n\nSee references/features.md for tool details per feature."
      },
      {
        "title": "Content Audit (WordPress + SEO Engine)",
        "body": "mwseo_get_seo_statistics — Overall site health\nmwseo_get_posts_needing_seo — Posts with SEO problems\nLoop: mwseo_do_seo_scan per post → fix with mwseo_set_seo_title, mwseo_set_seo_excerpt"
      },
      {
        "title": "Publish a Post (WordPress core)",
        "body": "wp_create_post with post_title, post_content, post_status: \"draft\"\nOptionally set SEO metadata if SEO Engine is enabled\nwp_update_post with post_status: \"publish\" when ready"
      },
      {
        "title": "Translation Workflow (Polylang)",
        "body": "pll_translation_status — See coverage gaps\npll_get_posts_missing_translation with target language\npll_create_translation — Create translated post linked to original"
      },
      {
        "title": "Multi-Site Management",
        "body": "Store multiple sites in TOOLS.md and select by name:\n\n### My Blog\n- **URL:** https://blog.example.com/wp-json/mcp/v1/http\n- **Token:** abc123\n\n### My Shop\n- **URL:** https://shop.example.com/wp-json/mcp/v1/http\n- **Token:** xyz789"
      },
      {
        "title": "Tips",
        "body": "Use wp_get_post_snapshot instead of multiple calls — gets post + meta + terms in one request\nUse wp_alter_post for search-replace edits instead of re-uploading entire content\nwp_get_posts returns no full content by default — use wp_get_post for content\nAnalytics date params use start_date / end_date (not camelCase)\nAlways run tools/list first — available tools depend on which features the admin enabled"
      }
    ],
    "body": "WordPress MCP\n\nManage WordPress sites through AI Engine's MCP Server. AI Engine is a free WordPress plugin that exposes a comprehensive MCP interface.\n\nSetup\n\nThe user needs:\n\nAI Engine plugin installed (free: https://wordpress.org/plugins/ai-engine/)\nMCP Server enabled in AI Engine → Settings → MCP\nA Bearer Token set in MCP settings\n\nConnection details should be stored in the user's TOOLS.md:\n\n## WordPress MCP\n- **URL:** https://example.com/wp-json/mcp/v1/http\n- **Bearer Token:** <token from AI Engine MCP settings>\n\nHow to Call MCP Tools\n\nAll calls use JSON-RPC 2.0 over HTTP POST:\n\ncurl -s -X POST <MCP_URL> \\\n  -H \"Authorization: Bearer <TOKEN>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"tools/call\",\"params\":{\"name\":\"<tool_name>\",\"arguments\":{...}}}'\n\nDiscovery\n\nList available tools (varies by enabled features):\n\n{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"tools/list\"}\n\n\nAlways start with tools/list to discover what's enabled on this site.\n\nConnectivity Check\n{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"tools/call\",\"params\":{\"name\":\"mcp_ping\",\"arguments\":{}}}\n\nMCP Features (Modular)\n\nTools are grouped into features that the site admin enables in AI Engine → Settings → MCP Features. Only WordPress core is enabled by default. Always use tools/list to discover what's available.\n\nFeature\tDefault\tDescription\nWordPress\t✅ On\tPosts, pages, comments, users, media, taxonomies, settings\nPlugins\tOff\tInstall, activate, update, and modify plugins\nThemes\tOff\tInstall, activate, switch, and customize themes\nDatabase\tOff\tExecute SQL queries on the WordPress database\nPolylang\tOff\tMultilingual content (requires Polylang plugin)\nWooCommerce\tOff\tProducts, orders, customers (requires WooCommerce)\nSEO Engine\tOff\tSEO analysis, analytics (requires SEO Engine plugin)\nSocial Engine\tOff\tSocial media scheduling (requires Social Engine plugin)\nDynamic REST\tOff\tRaw access to WordPress REST API\n\nSee references/features.md for tool details per feature.\n\nCommon Workflows\nContent Audit (WordPress + SEO Engine)\nmwseo_get_seo_statistics — Overall site health\nmwseo_get_posts_needing_seo — Posts with SEO problems\nLoop: mwseo_do_seo_scan per post → fix with mwseo_set_seo_title, mwseo_set_seo_excerpt\nPublish a Post (WordPress core)\nwp_create_post with post_title, post_content, post_status: \"draft\"\nOptionally set SEO metadata if SEO Engine is enabled\nwp_update_post with post_status: \"publish\" when ready\nTranslation Workflow (Polylang)\npll_translation_status — See coverage gaps\npll_get_posts_missing_translation with target language\npll_create_translation — Create translated post linked to original\nMulti-Site Management\n\nStore multiple sites in TOOLS.md and select by name:\n\n### My Blog\n- **URL:** https://blog.example.com/wp-json/mcp/v1/http\n- **Token:** abc123\n\n### My Shop\n- **URL:** https://shop.example.com/wp-json/mcp/v1/http\n- **Token:** xyz789\n\nTips\nUse wp_get_post_snapshot instead of multiple calls — gets post + meta + terms in one request\nUse wp_alter_post for search-replace edits instead of re-uploading entire content\nwp_get_posts returns no full content by default — use wp_get_post for content\nAnalytics date params use start_date / end_date (not camelCase)\nAlways run tools/list first — available tools depend on which features the admin enabled"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/jordymeow/wordpress-mcp",
    "publisherUrl": "https://clawhub.ai/jordymeow/wordpress-mcp",
    "owner": "jordymeow",
    "version": "3.3.4",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/wordpress-mcp",
    "downloadUrl": "https://openagent3.xyz/downloads/wordpress-mcp",
    "agentUrl": "https://openagent3.xyz/skills/wordpress-mcp/agent",
    "manifestUrl": "https://openagent3.xyz/skills/wordpress-mcp/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/wordpress-mcp/agent.md"
  }
}