Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.cvrt-jh/wordpress-mcp

NPM · @CAVORT-IT-SYSTEMS/WORDPRESS-MCP · SCANNED AUG 3

Lightweight WordPress MCP server - 42 tools, token-optimized (95% smaller responses)

+22 this week 68 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability70
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 2147 tokens (~44/item across 48 items; 48 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage99
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 97% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @cavort-it-systems/wordpress-mcp

# add to Claude Code
claude mcp add cvrt-jh-wordpress-mcp -- npx -y @cavort-it-systems/wordpress-mcp
# add to Codex CLI
codex mcp add cvrt-jh-wordpress-mcp -- npx -y @cavort-it-systems/wordpress-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "cvrt-jh-wordpress-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@cavort-it-systems/wordpress-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add cvrt-jh-wordpress-mcp --command npx --arg -y --arg @cavort-it-systems/wordpress-mcp
# ~/.hermes/config.yaml
mcp_servers:
  cvrt-jh-wordpress-mcp:
    command: "npx"
    args: ["-y", "@cavort-it-systems/wordpress-mcp"]
// mcp.json
{
  "mcpServers": {
    "cvrt-jh-wordpress-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@cavort-it-systems/wordpress-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 2 Aug 26 +28
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Tool coverage: 100 → unverified functional
    • Security disclosure: fail → unverified functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → good functional
    • License: unverified → pass functional
    • First check of Schema quality: unverified functional
    • Licence: MIT functional
  • 1 Aug 26 −10
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@cavort-it-systems/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 48 exposed · ~2,147 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
wp_activate_plugin ~33

Activate a plugin

NameTypeReqDescription
pluginstringyesPlugin identifier (e.g., 'akismet/akismet.php')

No output schema declared.

No examples provided.

wp_activate_theme ~31

Activate a theme (switch themes)

NameTypeReqDescription
stylesheetstringyesTheme stylesheet (folder name) to activate

No output schema declared.

No examples provided.

wp_create_category ~50

Create a new category

NameTypeReqDescription
descriptionstringDescription
namestringyesCategory name
parentnumberParent category ID
slugstringURL slug

No output schema declared.

No examples provided.

wp_create_comment ~77

Create a comment on a post

NameTypeReqDescription
author_emailstringAuthor email (if not logged in)
author_namestringAuthor name (if not logged in)
contentstringyesComment content
parentnumberParent comment ID (for replies)
postnumberyesPost ID

No output schema declared.

No examples provided.

wp_create_page ~65

Create a new WordPress page

NameTypeReqDescription
contentstringPage content (HTML)
menu_ordernumberMenu order
parentnumberParent page ID
statusstringPage status
titlestringyesPage title

No output schema declared.

No examples provided.

wp_create_post ~83

Create a new WordPress post

NameTypeReqDescription
categoriesarrayCategory IDs
contentstringPost content (HTML)
excerptstringPost excerpt
featured_medianumberFeatured image ID
statusstringPost status
tagsarrayTag IDs
titlestringyesPost title

No output schema declared.

No examples provided.

wp_create_tag ~40

Create a new tag

NameTypeReqDescription
descriptionstringDescription
namestringyesTag name
slugstringURL slug

No output schema declared.

No examples provided.

wp_create_user ~67

Create a new WordPress user

NameTypeReqDescription
emailstringyesEmail address
namestringDisplay name
passwordstringyesPassword
rolesarrayRoles (e.g., ['editor'])
usernamestringyesUsername (login name)

No output schema declared.

No examples provided.

wp_deactivate_plugin ~35

Deactivate a plugin

NameTypeReqDescription
pluginstringyesPlugin identifier (e.g., 'akismet/akismet.php')

No output schema declared.

No examples provided.

wp_delete_category ~22

Delete a category

NameTypeReqDescription
idnumberyesCategory ID

No output schema declared.

No examples provided.

wp_delete_comment ~35

Delete a comment

NameTypeReqDescription
forcebooleanBypass trash and delete permanently
idnumberyesComment ID

No output schema declared.

No examples provided.

wp_delete_media ~37

Delete a media item

NameTypeReqDescription
forcebooleanPermanently delete (bypass trash)
idnumberyesMedia ID

No output schema declared.

No examples provided.

wp_delete_page ~45

Delete a page (moves to trash, or permanently if force=true)

NameTypeReqDescription
forcebooleanBypass trash and delete permanently
idnumberyesPage ID

No output schema declared.

No examples provided.

wp_delete_plugin ~41

Delete/uninstall a plugin (must be deactivated first)

NameTypeReqDescription
pluginstringyesPlugin identifier (e.g., 'akismet/akismet.php')

No output schema declared.

No examples provided.

wp_delete_post ~45

Delete a post (moves to trash, or permanently if force=true)

NameTypeReqDescription
forcebooleanBypass trash and delete permanently
idnumberyesPost ID

No output schema declared.

No examples provided.

wp_delete_tag ~22

Delete a tag

NameTypeReqDescription
idnumberyesTag ID

No output schema declared.

No examples provided.

wp_delete_user ~44

Delete a user (requires reassign parameter)

NameTypeReqDescription
idnumberyesUser ID to delete
reassignnumberyesUser ID to reassign content to

No output schema declared.

No examples provided.

wp_get_active_theme ~16

Get the currently active theme

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

wp_get_comment ~24

Get a comment by ID

NameTypeReqDescription
idnumberyesComment ID

No output schema declared.

No examples provided.

wp_get_media ~25

Get a media item by ID

NameTypeReqDescription
idnumberyesMedia ID

No output schema declared.

No examples provided.

wp_get_namespaces ~22

List available REST API namespaces (plugins may add custom endpoints)

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

wp_get_page ~35

Get a single page by ID

NameTypeReqDescription
contentbooleanInclude full content
idnumberyesPage ID

No output schema declared.

No examples provided.

wp_get_plugin ~35

Get plugin details by slug

NameTypeReqDescription
pluginstringyesPlugin identifier (e.g., 'akismet/akismet.php')

No output schema declared.

No examples provided.

wp_get_post ~35

Get a single post by ID

NameTypeReqDescription
contentbooleanInclude full content
idnumberyesPost ID

No output schema declared.

No examples provided.

wp_get_settings ~24

Get WordPress site settings (title, tagline, timezone, date format)

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

wp_get_theme ~28

Get theme details by stylesheet name

NameTypeReqDescription
stylesheetstringyesTheme stylesheet (folder name)

No output schema declared.

No examples provided.

wp_get_user ~24

Get a user by ID

NameTypeReqDescription
idnumberyesUser ID

No output schema declared.

No examples provided.

wp_list_categories ~52

List all categories

NameTypeReqDescription
hide_emptybooleanHide categories with no posts
parentnumberParent category ID (0 for top-level)
per_pagenumberCategories per page

No output schema declared.

No examples provided.

wp_list_comments ~52

List comments

NameTypeReqDescription
pagenumberPage number
per_pagenumberComments per page
postnumberFilter by post ID
statusstringComment status

No output schema declared.

No examples provided.

wp_list_media ~58

List media library items

NameTypeReqDescription
media_typestringFilter by type
pagenumberPage number
per_pagenumberItems per page (max 100)
searchstringSearch term

No output schema declared.

No examples provided.

wp_list_pages ~78

List WordPress pages

NameTypeReqDescription
orderstring
orderbystring
pagenumberPage number
parentnumberParent page ID (0 for top-level)
per_pagenumberPages per request (max 100)
statusstringPage status filter

No output schema declared.

No examples provided.

wp_list_plugins ~24

List all installed plugins

NameTypeReqDescription
statusstringFilter by status

No output schema declared.

No examples provided.

wp_list_posts ~110

List WordPress posts with optional filters

NameTypeReqDescription
authornumberAuthor ID
categoriesstringCategory ID(s), comma-separated
orderstring
orderbystring
pagenumberPage number
per_pagenumberPosts per page (max 100)
searchstringSearch term
statusstringPost status filter
tagsstringTag ID(s), comma-separated

No output schema declared.

No examples provided.

wp_list_tags ~46

List all tags

NameTypeReqDescription
hide_emptybooleanHide tags with no posts
per_pagenumberTags per page
searchstringSearch term

No output schema declared.

No examples provided.

wp_list_themes ~25

List all installed themes

NameTypeReqDescription
statusstringFilter by status

No output schema declared.

No examples provided.

wp_list_users ~64

List WordPress users

NameTypeReqDescription
pagenumberPage number
per_pagenumberUsers per page (max 100)
rolesstringFilter by role(s), comma-separated
searchstringSearch by name or email

No output schema declared.

No examples provided.

wp_me ~14

Get the currently authenticated user

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

wp_moderate_comments ~35

Batch moderate comments by status

NameTypeReqDescription
idsarrayyesComment IDs
statusstringyesNew status

No output schema declared.

No examples provided.

wp_search_posts ~34

Search posts by keyword

NameTypeReqDescription
per_pagenumberResults per page
searchstringyesSearch term

No output schema declared.

No examples provided.

wp_site_info ~23

Get WordPress site information (name, description, URL, timezone)

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

wp_update_category ~58

Update a category

NameTypeReqDescription
descriptionstringDescription
idnumberyesCategory ID
namestringCategory name
parentnumberParent category ID
slugstringURL slug

No output schema declared.

No examples provided.

wp_update_comment ~47

Update a comment (approve, edit content, etc.)

NameTypeReqDescription
contentstringComment content
idnumberyesComment ID
statusstringComment status

No output schema declared.

No examples provided.

wp_update_media ~66

Update media item metadata (title, alt text, caption)

NameTypeReqDescription
alt_textstringAlt text for images
captionstringCaption
descriptionstringDescription
idnumberyesMedia ID
titlestringTitle

No output schema declared.

No examples provided.

wp_update_page ~72

Update an existing page

NameTypeReqDescription
contentstringPage content (HTML)
idnumberyesPage ID
menu_ordernumberMenu order
parentnumberParent page ID
statusstringPage status
titlestringPage title

No output schema declared.

No examples provided.

wp_update_post ~90

Update an existing post

NameTypeReqDescription
categoriesarrayCategory IDs
contentstringPost content (HTML)
excerptstringPost excerpt
featured_medianumberFeatured image ID
idnumberyesPost ID
statusstringPost status
tagsarrayTag IDs
titlestringPost title

No output schema declared.

No examples provided.

wp_update_settings ~53

Update WordPress site settings

NameTypeReqDescription
descriptionstringSite tagline/description
timezone_stringstringTimezone (e.g., Europe/Berlin)
titlestringSite title

No output schema declared.

No examples provided.

wp_update_tag ~48

Update a tag

NameTypeReqDescription
descriptionstringDescription
idnumberyesTag ID
namestringTag name
slugstringURL slug

No output schema declared.

No examples provided.

wp_update_user ~58

Update an existing user

NameTypeReqDescription
emailstringEmail address
idnumberyesUser ID
namestringDisplay name
passwordstringNew password
rolesarrayRoles

No output schema declared.

No examples provided.