Skip to content

Releases: groundhoggwp/edd-abilities

Release list

0.1.0

Choose a tag to compare

@tobeyadr tobeyadr released this 19 Sep 16:44

First release. Exposes Easy Digital Downloads to AI agents through the WordPress Abilities API, and over MCP via the WordPress MCP Adapter.

Install

Download edd-abilities-0.1.0.zip below, then in wp-admin go to Plugins > Add New > Upload Plugin, or:

wp plugin install edd-abilities-0.1.0.zip --activate

To use the abilities from an AI client, also install the MCP Adapter. See the README.

Requires: WordPress 6.9+, PHP 7.4+, Easy Digital Downloads 3.x.

What's included: 22 abilities

  • Orders: list, get, update status, refund (full or partial), add note
  • Customers: search, get, create, update
  • Products: list, get
  • Discounts: list, get, create, update status
  • Reports: store stats (earnings, orders, refunds, tax, top products)
  • Software Licensing (only when active): list, get, enable/disable licenses
  • Recurring Payments (only when active): list, get, cancel subscriptions

Notes

  • Covered by a 118-test WordPress-integration PHPUnit suite that runs every ability through the real Abilities API against EDD 3.5.3, Software Licensing 3.9.1 and Recurring 2.13.9. It has not yet been exercised through a live MCP client.
  • edd/refund-order and edd/cancel-subscription are destructive and cannot be undone. Connect AI clients as a dedicated, least-privilege user.