Connect tools
WordPress
Connect any WordPress site with the Agentmatica for WordPress companion plugin. It ships a standalone MCP server with modular abilities — WordPress content is always available; WooCommerce adds catalog and in-chat cart when installed. No third-party MCP plugins required.
Agentmatica for WordPress (recommended)
- Install and activate Agentmatica for WordPress (companion plugin).
- Open Settings → Agentmatica and copy the MCP endpoint + integration token.
- In Agentmatica → Knowledge sources → WordPress, paste the endpoint and token. Leave the username blank.
- Optional: install WooCommerce for product catalog (via Woo abilities when registered), guest chat cart, and checkout link — activates automatically, no plugin toggle required.
https://your-site.com/wp-json/mcp/agentmatica-storefrontAuth header: Authorization: Bearer amk_wp_…
Core modules
- WordPress content (always on):
agentmatica/site-info,agentmatica/pages-list,agentmatica/posts-list,agentmatica/content-get - WooCommerce (when installed): Woo catalog abilities when registered (for example
woocommerce/products-list), plus Agentmatica-onlyagentmatica/cart-addandagentmatica/checkout-url
Additional add-on plugins can register more agentmatica/* abilities in future releases.
Generic WordPress MCP (fallback)
Without the companion plugin, you can still connect the official WordPress MCP Adapter default server:
https://your-site.com/wp-json/mcp/mcp-adapter-default-serverThis path usually requires a WordPress username and Application Password. For WooCommerce product queries it often needs Shop Manager, which is over-privileged for visitor chat. Prefer the companion plugin.
Permissions
The companion plugin uses an integration token — not a WordPress admin account. Visitor chat can read published content and (when WooCommerce is active) browse products and mutate an in-chat cart only. Product create/update/delete and order admin abilities are not exposed.
/wp-json/mcp/* on your WordPress site so live MCP requests succeed in production.