Connect tools
WordPress
Use the official wordpress/mcp-adapter to expose your WordPress site to the agent. Reads posts, taxonomies, custom post types — and WooCommerce data if you have the right hooks installed.
Install the adapter
Follow the install instructions in the mcp-adapter README. The plugin exposes an MCP endpoint at a URL like:
https://your-site.com/wp-json/mcp/v1Connect it to Agentmatica
- Open the bot in your dashboard and scroll to Connections.
- Paste the MCP URL into the Custom MCP endpoint field.
- Save.
Permissions
The adapter respects WordPress capabilities by default — the agent only sees what an anonymous (or token-authenticated) request would see. If you want to expose draft posts, private custom post types, or admin-only data, configure the adapter accordingly. Don't expose anything you wouldn't paste in a public reply.
WooCommerce
If you have WooCommerce installed and the adapter is configured with WooCommerce hooks, the agent can query products, prices, and availability. Order lookups depend on what your adapter config exposes.
Next
Custom MCP →