AI Assistant integrations allow compatible external AI assistants, agents, and automation tools to interact with Amelia through the WordPress Abilities API and WordPress MCP adapter. A developer can connect an MCP-compatible assistant and ask it to retrieve booking information, check availability, or perform supported booking actions without opening the Amelia back end.
This integration provides the infrastructure for external AI-assisted workflows, it is not a built-in AI agent or chatbot inside Amelia. The integration allows compatible external AI assistants and automation systems to communicate with Amelia through standardized WordPress protocols.
Please note
This integration is available in all Amelia licenses.
There is no Enable button in Amelia; once you configure a supported AI assistant, it can connect to Amelia out of the box.
What is the WordPress Abilities API?
The WordPress Abilities API provides a standardized way for WordPress core, plugins, and themes to describe their capabilities in human-readable and machine-readable formats. Instead of relying on browser automation or direct database access, an AI system can discover structured abilities registered by a plugin, such as retrieving data, checking availability, or creating a booking.
The Abilities API describes and exposes these capabilities, while Amelia continues to handle the underlying booking logic.
Retrieve booking and customer data
Access service, employee, appointment, and event information
The WordPress MCP adapter connects the WordPress Abilities API with the Model Context Protocol (MCP). It translates registered WordPress abilities into structured tools and resources that compatible AI assistants can discover and use.
This creates a bridge between WordPress and an external AI system while keeping the plugin’s business logic, authentication, and permission checks inside WordPress.
How does Amelia use the Abilities API and MCP adapter?
Amelia registers booking-related abilities and makes them available through its MCP endpoint. A connected AI assistant can discover those abilities and perform only the actions supported by Amelia.
Each action follows the authentication rules and WordPress capabilities assigned to the connected user, so the assistant cannot perform an action that the authenticated user is not allowed to perform.
AI Assistant integrations are primarily intended for developers, agencies, and advanced users building external AI-assisted booking workflows. Most Amelia users do not need to configure this integration unless they want an MCP-compatible AI client or automation system to interact with their Amelia data.
Developers building AI-assisted booking tools
Agencies creating advanced WordPress automations
Teams connecting MCP-compatible AI clients
Businesses developing custom booking-management systems
Are the Abilities API and MCP adapter WordPress projects?
Yes. The WordPress Abilities API and WordPress MCP adapter are community-driven projects developed by WordPress.org contributors as part of the broader WordPress AI infrastructure effort. These technologies continue to evolve, so their configuration and supported behavior may change as WordPress AI tooling develops further.