| 开发者 | alessandro-bagalini |
|---|---|
| 更新时间 | 2026年6月19日 18:57 |
| PHP版本: | 8.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/wp-json/echoops-mcp/v1/mcp.echoops/media-upload-from-url ability is a write ability and is disabled by default. If an administrator enables it and an authorized client executes it, your WordPress site sends HTTP HEAD and GET requests to the URL supplied by that client to validate and download the media file. The remote server may receive request metadata such as your site's server IP address and standard HTTP headers.
Audit input summaries redact keys containing password, secret, token, authorization, cookie, nonce, and key. Content-like fields such as content, post_content, description, body, and html are stored only as length and SHA-256 hash summaries.
Access tokens, refresh tokens, authorization codes, client secrets, private keys, cookies, nonces, and authorization headers are not displayed in admin screens or written to audit logs.
Uninstall currently retains OAuth, audit, and settings data until a retention/export policy is implemented.
echoops-mcp folder to /wp-content/plugins/, or install the plugin ZIP from WordPress Admin.EchoOps MCP -> Setup.EchoOps MCP -> Connections.EchoOps MCP -> Abilities before enabling any write ability.EchoOps MCP -> Audit Log after testing.No. Core runs on your own WordPress site and is usable without an EchoOps Cloud account.
No. EchoOps MCP is not affiliated with or endorsed by Anthropic or any MCP client provider.
The plugin exposes an OAuth-protected MCP endpoint on your WordPress site. Requests must use a valid Bearer token issued by the site's OAuth flow. Admins control allowed OAuth users and ability toggles.
No. Read-only abilities are enabled by default. Write abilities are disabled by default and must be enabled individually by an administrator. Delete, direct publish, and user management abilities are not included.
No. Access tokens, refresh tokens, authorization codes, client secrets, private keys, cookies, nonces, and authorization headers are not displayed or written to audit logs.
It contains non-secret endpoint and discovery values such as the MCP endpoint, OAuth URLs, supported auth flow, default scope, plugin version, site name, and generation time. It does not contain tokens, client secrets, private keys, cookies, nonces, or authorization headers.
No. The helper creates a normal public PKCE test client, generates PKCE values, validates callback state, exchanges a code only after explicit admin action, and uses a temporary user-scoped token for MCP self-tests. Tokens are not displayed.
Core does not contact EchoOps Cloud or send telemetry. The echoops/media-upload-from-url ability can contact the URL supplied by an authorized client, but only when that write ability is enabled and executed.
Uninstall currently retains OAuth, audit, and settings data until a retention/export policy exists.
wordpress/mcp-adapter.