WordPress.org

Plugin Directory

Agentabile – AI Agent Readiness for E-Commerce (ACP, UCP, MCP)

Agentabile – AI Agent Readiness for E-Commerce (ACP, UCP, MCP)

Description

Agentabile automatically generates a product feed compliant with the Agentic Commerce Protocol (ACP) from your WooCommerce catalog, available at:

/wp-json/agentabile/v1/feed/acp

No configuration required: just activate the plugin with WooCommerce active. The mapping from WooCommerce to the canonical model and the feed export are entirely written in PHP β€” no Python runtime or external dependency, works on any standard WordPress hosting.

Installation

  1. Upload the agentabile folder to /wp-content/plugins/.
  2. Activate the plugin from the WordPress Plugins menu.
  3. Make sure WooCommerce is installed and active.
  4. The feed is available at https://yoursite.com/wp-json/agentabile/v1/feed/acp.

FAQ

Do I need Python or other dependencies?

No. The plugin is written entirely in PHP and runs on any standard WordPress hosting, including shared hosting.

Which product types are supported?

β€œSimple” and β€œvariable” products, including their variations. β€œGrouped” and β€œexternal” products are not yet supported.

Is the feed compatible with the official ACP schema?

Yes β€” the feed structure exactly replicates the Agentabile project’s reference exporter (Python), validated against the official Agentic Commerce Protocol JSON schema.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Agentabile – AI Agent Readiness for E-Commerce (ACP, UCP, MCP)” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

0.1.0

  • First release: WooCommerce to canonical model mapping, ACP feed export via REST API.