Abilities API
Wicked Evolutions
Documentation
The complete reference for the WordPress Abilities API β 732 abilities across 39 modules, connecting AI agents to WordPress through a clean, discoverable, permission-aware interface.
v1.5.0
740 abilities
39 modules
5 products
open source
How It Works
The Abilities API is a four-layer stack. Your AI agent connects to the MCP Bridge locally, which routes commands over HTTPS to the MCP Adapter running as a WordPress plugin. The Adapter dispatches to the WordPress Abilities API β a registry of named, permission-gated, discoverable PHP functions.
AI Client (Claude Code, Cursor, etc.)
β
β STDIO JSON-RPC
βΌ
Abilities MCP Bridge ββββ local Node.js process
β
β HTTPS
βΌ
Abilities MCP Adapter ββββ WordPress plugin (server-side endpoint)
β
β PHP function calls
βΌ
WordPress Abilities API
βββ Abilities for AI 350 abilities Β· 26 modules
β βββ Core WP: Content, Blocks, Users, Media, Taxonomiesβ¦
β βββ Suites: Astra, Presto Player, Spectra, SureCart
β βββ Knowledge Layer: Documents, Sessions, Observations
β
βββ Abilities for Fluent Plugins 382 abilities Β· 13 modules
βββ CRM, Community, Forms, Support, Boards
βββ Cart, Booking, Affiliate, Auth, SMTP
βββ Snippets, Messaging, Cross-Module
The Product Suite
Plugin
Abilities for AI
350 abilities Β· 26 modules
Core WordPress abilities β content, blocks, users, media, taxonomies, and the Knowledge Layer.
Plugin
Abilities for Fluent Plugins
382 abilities Β· 13 modules
Full coverage of the Fluent ecosystem: CRM, Community, Cart, Booking, Boards, Support, and more.
Plugin
Abilities MCP Adapter
5 meta-abilities Β· auto-discovery
Server-side MCP endpoint. Registers all abilities as MCP tools and exposes them via JSON-RPC.
Bridge
Abilities MCP Bridge
Multi-site Β· STDIO + HTTP
Local Node.js process. Routes your AI client's MCP calls to one or more WordPress sites.
Getting Started
Three steps to your first ability call: install the plugins, configure the bridge, authenticate.
1
Install the WordPress plugins
Upload and activate Abilities for AI and Abilities MCP Adapter on your WordPress site. Both are available on GitHub under the Wicked-Evolutions org.
2
Configure the bridge
Clone abilities-mcp locally. Edit wp-sites.json with your site URL and WordPress Application Password.
3
Call your first ability
Run mcp-adapter/discover-abilities to see everything available. Then call content/list to retrieve posts.
For AI Agents
If you're an AI agent booting into a WordPress site for the first time, start here. The Initial Read Protocol walks you through a structured discovery sequence: site health, active plugins, content structure, and theme context β in the right order, using only read abilities.
Abilities FirstWordPress data operations go through the abilities API. No SSH fallback. When an ability doesn't exist for something you need, that's a product gap β document it and wait for it to be built.
Reference Library
39 module reference posts, 7 SKILL protocols, 5 agent definitions, and growing.