My Agent Crew Connector

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.

You choose which capability groups are enabled (posts, pages, media, WooCommerce, SEO, and more). 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
  • OpenAPI spec export for the endpoints you enabled
  • Optional media upload helpers used by the My Agent Crew chat widget

External services

This plugin can send connection data (OpenAPI spec + 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

  1. Upload the plugin zip via Plugins Add New Upload Plugin, or install from wordpress.org when available.
  2. Activate My Agent Crew Connector.
  3. Connect an agent from your My Agent Crew dashboard (Connect a WordPress), or paste the server URL + connect code on the settings page.
  4. Capabilities are enabled automatically on connect; adjust them later under Settings My Agent Crew if you want to restrict access.

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 you enable are registered as REST routes. Media raw upload is also gated on the Media capability.

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

There are no reviews for this plugin.

Contributors & Developers

“My Agent Crew Connector” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

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.