
My Agent Crew Connector exposes selected WordPress capabilities as a secure REST API that a My Agent Crew agent can call — directly or through an AI connected via MCP.
Phase 2 (Universal MCP Gateway) also discovers REST routes from installed third-party plugins (for example /wc/v3/, /yoast/v1/) and exposes only the namespaces you enable as MCP tools. Optional allowlisted WP-CLI commands are available when WP-CLI is bootstrapped on the host. PHP adapters (2.0.1+) such as UpdraftPlus Backup Now / list / restore work on shared hosting without WP-CLI.
You choose which capability groups and plugin namespaces are enabled. Nothing is exposed until you turn it on and connect an agent.
Features
- One-click connect from the My Agent Crew dashboard (Application Passwords)
- Manual connect with a server URL + connect code
- Per-agent API keys (disconnect one agent without affecting others)
- Capability toggles so you control what the agent may do
- Dynamic plugin namespace discovery (
/mcp/tools,/mcp/execute) - Strict allowlist WP-CLI proxy (
/mcp/cli) when WP-CLI is available - OpenAPI spec & MCP tools JSON export for enabled endpoints
- Optional media upload helpers used by the My Agent Crew chat widget
External services
This plugin can send connection data (OpenAPI/MCP specs + a generated API key) to a My Agent Crew server URL that you configure (for example https://myagentcrew.com or your own deployment). That request only runs when an administrator starts a Connect action from wp-admin or when My Agent Crew completes an Application Password consent flow.
No analytics or tracking services are bundled. The plugin does not call wordpress.org except for normal WordPress update checks.