Description
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.
Installation
- Upload the plugin zip via Plugins Add New Upload Plugin, or install from wordpress.org when available.
- Activate My Agent Crew Connector.
- Connect an agent from your My Agent Crew dashboard (Connect a WordPress), or paste the server URL + connect code on the settings page.
- Enable built-in capability groups and/or discovered plugin namespaces under Settings My Agent Crew.
FAQ
-
Does this work without My Agent Crew?
-
The REST API can be used with any client that has a valid API key, but the product is designed to pair with a My Agent Crew server.
-
Is my whole site exposed?
-
No. Only capability groups and plugin namespaces you enable are registered or reflected. Media raw upload is also gated on the Media capability.
-
What is the MCP gateway?
-
GET /wp-json/my-agent-crew/v1/mcp/tools lists tools from enabled namespaces.
POST .../mcp/executeruns a tool.POST .../mcp/cliruns an allowlisted WP-CLI command when WP-CLI is available. -
What permissions are required?
-
Connecting and changing settings requires a WordPress Administrator (
manage_options). Application Password consent also requires an administrator account. -
Application Passwords
-
WordPress 5.6+ Application Passwords are used when connecting from the My Agent Crew dashboard consent screen.
Reviews
ഈ പ്ലഗിന് റിവ്യൂകൾ ഒന്നുമില്ല.
Contributors & Developers
“My Agent Crew Connector” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “My Agent Crew Connector” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
2.1.3
- Updraft list/restore: only treat real backup entities (db, plugins, themes, …) as components — ignore history metadata like
files_enumerated_at/last_saved_by_versionthat falsely blocked restore as not local_ready.
2.1.2
- UpdraftPlus:
adapter_updraftplus_list_backups,adapter_updraftplus_restore_backup(requires confirm=true), andadapter_updraftplus_restore_status. - Restore runs asynchronously when archives are already on the server; remote-only sets need Download in UpdraftPlus first (or restore from wp-admin).
2.0.1
- PHP-native plugin adapters (no WP-CLI): UpdraftPlus
adapter_updraftplus_backup_now+adapter_updraftplus_backup_status. - Adapter tools merge into
/mcp/toolsand/mcp/execute; Settings showsadapter:updraftplus. - Enabling
cli:updraftplusalso unlocks the Updraft adapter tools for existing sites.
2.0.0
- Phase 2 Universal MCP Gateway: discover enabled third-party
/wp-json/namespaces as MCP tools. - Add
/mcp/tools,/mcp/execute, and allowlisted/mcp/cliendpoints. - Settings + manage API support for plugin/CLI namespace toggles; MCP JSON export.
- Keep all Phase 1 curated capability groups.
1.19.2
- Plugin Check: limit readme tags to 5; prefix canvas template vars; avoid tax_query in term merge.
1.19.1
- Rename canvas helper script to avoid wordpress.org library_core_files false positive.
1.17.8
- REST namespace is now my-agent-crew/v1 (chatbot-regen/v1 kept as compatibility alias).
1.17.7
- Manage capabilities, disconnect, and uninstall from My Agent Crew dashboard (no WP Settings required).
1.17.6
- Consent can review/override capabilities (defaults: all enabled) before finishing connect.
1.17.5
- Consent/connect enables all capability groups by default (no Settings visit required).
- Activation also enables all capabilities.
1.17.4
- On connect, enable starter capabilities (posts, pages, media, categories/tags) if none are selected yet.
1.17.3
- Finish My Agent Crew branding in OpenAPI title and connector copy.
1.17.2
- Update Tested up to: 7.0 for wordpress.org automated checks.
1.17.1
- Fix Plugin URI vs Author URI for wordpress.org (must differ).
1.17.0
- Rebrand to My Agent Crew (myagentcrew.com): plugin name, URIs, and admin labels.
- Package slug: my-agent-crew-connector.
1.16.2
- Directory submission prep: readme.txt, license, complete plugin headers.
- Keep remote-connect + authorize-application UI from 1.16.x.
1.16.1
- Modernize authorize-application consent styling when the plugin is active.
1.16.0
- Add Application Password remote-connect / remote-status REST routes for one-click connect.
1.15.2
- Prior production connector build.
