@respira/wordpress-mcp-server
npm
v8.3.19
Published by @respira — no publish provenance and no public repository, so the publisher could not be verified and the source cannot be independently located.
197 MCP tools for WordPress, 302 with the WooCommerce add-on, across 16 page builders and the native Site Editor. Verified writes, snapshots, approvals, and context-aware tool filtering.
The grade answers one question — how safe is this server for you to adopt — so it is computed in two auditable stages. Nothing below is an opinion or an LLM's guess; every line is a real term the deterministic engine applied, and the same input always yields the same number.
1. Threat score — 100 − 7.5 = 93. What the published surface and source actually contain:
| Points | What was found | Category |
|---|---|---|
| −6.3 | Untrusted input concatenated into a command sink MTC-SRC-009 | injection |
| −1.2 | Hardcoded PEM private key in test/example/packaging MTC-SRC-008 | exfiltration |
2. Client adoption risk — 93 − 8 = 85. Three small, subtract-only factors that reflect your risk in adopting it — a clean scan proves less on a powerful, unverified or barely-inspectable package, so the grade says so plainly:
| Points | Adoption-risk factor |
|---|---|
| −6 | capability blast radius (high) — client exposure if the model is manipulated |
| −2 | publisher verification (unlinked) — no provenance/repo link, but the shipped source was fully read |
Capability observations and info notes are shown under Findings but never scored.
Open any row's finding below for the file, line and evidence behind a deduction.
In the server's implementation (`dist/agent-signature.js:7`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: { execSync } from 'node:child_process'; const MAX_HEADER_VALUE = 64; /** * The MCP initialize handshake carries the cli
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server dist/agent-signature.js
In the server's implementation (`dist/server.js:9`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: port { execSync } from 'child_process'; import { existsSync, mkdirSync, readFileSync, writeFileSync } from 'fs'; import
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server dist/server.js
In the server's implementation (`dist/system-ca.js:1`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: ecFileSync } from 'node:child_process'; import { existsSync, readFileSync } from 'node:fs'; import { Agent as HttpsAgent
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server dist/system-ca.js
In the server's implementation (`dist/agent-signature.js:83`): A shell/process command assembled from concatenated or interpolated values is command injection when any part is attacker-influenced — the OWASP canonical RCE flow. Verify what reaches the interpolated value. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: const output = execSync(`ps -o command= -p ${process.ppid}`, { encoding: 'utf8', stdio:
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server dist/agent-signature.js
A hardcoded PEM private key (a live-looking credential hardcoded in shipped code) appears in `dist/__tests__/system-ca.test.js:66`. Verify whether this is a real credential; if so, remove and rotate it.
Evidence: PEM private key: ----…(redacted)
Fix: Remove the secret, rotate it, and load credentials from the environment or a secret store.
Location: server dist/__tests__/system-ca.test.js
Scan history per published version. The engine is deterministic — the same version always yields the same score, so a changed score means the package itself changed.
| Version | Score | Findings | Engine | Scanned |
|---|---|---|---|---|
v8.3.19 latest |
B 85/100 | 5 | 1.13.0 | 2026-09-06 |
v8.3.18 |
B 85/100 | 5 | 1.13.0 | 2026-09-05 |
v8.3.17 |
B 85/100 | 5 | 1.13.0 | 2026-08-30 |
v8.3.14 |
B 85/100 | 5 | 1.13.0 | 2026-08-29 |
v8.3.13 |
B 85/100 | 5 | 1.13.0 | 2026-08-27 |
v8.3.11 |
B 85/100 | 5 | 1.13.0 | 2026-08-25 |
v8.3.10 |
B 85/100 | 5 | 1.12.1 | 2026-08-24 |
v8.3.9 |
B 85/100 | 5 | 1.12.1 | 2026-08-22 |
v8.3.8 |
B 85/100 | 5 | 1.12.1 | 2026-08-21 |
v8.3.7 |
B 85/100 | 5 | 1.12.1 | 2026-08-20 |
Show this server's live Trust Score in your README, docs or website. The badge is served straight from the registry and updates automatically after every rescan — no API key needed. It links back to this page, so anyone who sees the grade can also read the findings behind it instead of taking a number on faith.
The score above is reproducible: the same package version always yields the same result. Run it locally or over the free API — no account, no LLM, fully deterministic.
npx mcptrustchecker scan @respira/wordpress-mcp-server --online
Independent packages implementing the same tool, scanned with the same engine. Compare all 16 side by side →
MCP Server for WordPress REST API — connect AI agents to WordPress (posts, pages, media, users, custom post types, WooCommerce, Yoast / Rank Math, block themes, multisite, batch).
MCP server for WordPress REST API — manage posts, pages, media, comments, categories, tags, and users
MCP server for WordPress REST API — manage pages, posts, shortcodes and Elementor content from Claude Code.
MCP (Model Context Protocol) server for publishing and managing articles on WordPress sites
A plugin to integrate WordPress with Model Context Protocol (MCP), providing AI-accessible interfaces to WordPress data and functionality through standardized tools, resources, and prompts. Enables AI assistants to interact with posts, users, site setting
MCP server for WordPress integration
Apify MCP Server
Model Context Protocol (MCP) Server for the *@inkeep/agents-mcp* API.
Medicare spending, chronic conditions, hospital quality, readmissions, and enrollment
Public read-only MCP for products, frameworks, guides, methodology, and blog metadata.
Community-maintained MCP server for Atlassian Confluence Data Center. Not affiliated with Atlassian.
MCP server for Contentful Content Management API integration