Cloudflare cache management for WordPress via MCP.
Tested up to: 6.9 Stable tag: 1.0.3 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html
This add-on plugin exposes Cloudflare cache management through MCP (Model Context Protocol). Tell your AI assistant "clear the Cloudflare cache" and it happens instantly.
Part of the MCP Expose Abilities ecosystem.
This is one piece of a bigger open WordPress automation stack that lets AI agents handle real site operations instead of stopping at advice.
Cloudflare cache work is small, important, and annoyingly repetitive. That makes it a perfect example of what this ecosystem is good at.
Instead of logging into multiple dashboards and doing the same purge or debug routine by hand, you can tell the agent what changed and let it take care of the cache step too.
- Core Plugin: MCP Expose Abilities
- MCP Wiki Home
- Why Teams Use It
- Use Cases
- Cloudflare Add-On Guide
- Getting Started
- WordPress 6.9+
- PHP 8.0+
- Abilities API plugin
- MCP Adapter plugin
- Cloudflare plugin (configured with API credentials)
- Install the required plugins (Abilities API, MCP Adapter, Cloudflare)
- Download the latest release from Releases
- Upload via WordPress Admin > Plugins > Add New > Upload Plugin
- Activate the plugin
| Ability | Description |
|---|---|
cloudflare/clear-cache |
Purge entire Cloudflare cache or specific URLs |
cloudflare/get-zone |
Get active Cloudflare zone details |
cloudflare/get-development-mode |
Read current Cloudflare Development Mode status |
cloudflare/set-development-mode |
Enable or disable Cloudflare Development Mode |
{
"ability_name": "cloudflare/clear-cache",
"parameters": {
"purge_everything": true
}
}{
"ability_name": "cloudflare/clear-cache",
"parameters": {
"purge_everything": false,
"files": [
"https://example.com/page-1/",
"https://example.com/page-2/"
]
}
}- Fixed: Removed hard plugin header dependency on abilities-api to avoid slug-mismatch activation blocking
- Improve zone ID lookup caching and API header reuse
- Added: Stored zone_id optimization
- Initial release
GPL-2.0+
Devenia - We've been doing SEO and web development since 1993.
Like the rest of the ecosystem, this add-on is free to use, completely open, and built to be reused.
If this add-on helps, please star the repo, share the ecosystem, and point people to the main wiki: