WordPress MCP
# WordPress MCP Serverless API A cloud-optimized Model Context Protocol (MCP) implementation for WordPress integration. Connect AI models and applications to WordPress sites with complete content management capabilities through standardized protocols. ## 🚀 Three Integration Patterns ### 1. 🌐 Web Applications (Recommended) **Perfect for**: React apps, Vue.js, Next.js, mobile applications, SaaS…
WordPress MCP endpoints
| Method | Endpoint | Description |
|---|---|---|
| health | ||
| GET |
healthCheck /health |
Check the health status of the API service |
| config | ||
| POST |
initializeSession /config |
Initialize a new MCP session with WordPress authentication credentials. This endpoint is optional - sessions can be created automatically on first MCP request. |
| mcp | ||
| POST |
mcpPost /mcp |
Main MCP protocol endpoint for WordPress operations. Supports all MCP methods: - initialize - Establish connection and capabilities - tools/list - Get available WordPress tools -… |
| GET |
mcpGet /mcp |
Handle MCP protocol requests via GET method. Supports session auto-creation and intelligent session reuse. |
| wordpress | ||
| GET |
wordpressGet /wordpress |
Direct REST API access to WordPress operations using GET method. Alternative to MCP protocol for traditional REST API integration. Supports all 41 WordPress operations via type… |
| POST |
wordpressPost /wordpress |
Direct REST API access to WordPress operations using POST method. Alternative to MCP protocol for traditional REST API integration. Supports all 41 WordPress operations including… |
WordPress MCP pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $3.99 / month | — |
|
| ULTRA Recommended | $9.99 / month | — |
|
| MEGA | $24.99 / month | — |
|