← Back to Research / Open Protocol Standard
Agent Protocols Published February 2026 Spec: KITES-RFC-2026-04

Connecting WordPress to AI agents using Model Context Protocol

Authors: Kites Protocol Working Group β€’ [email protected]
πŸ“„ Download Specification PDF (4.3KB) View WP MCP Plugin GitHub Source β†—

Executive Summary

Autonomous LLM agents (Claude Desktop, Cursor, LangChain) need standardized, bi-directional access to content management systems. We designed and open-sourced an implementation of the Model Context Protocol (MCP) for WordPress over JSON-RPC 2.0 with Server-Sent Events (SSE), introducing cryptographic SHA-256 capability scoping and dynamic tool discovery.

JSON-RPC 2.0
Standard Transport
SSE
Real-Time Streaming
SHA-256
Hashed API Auth
100% Open
GPLv2 Licensed

1. Why WordPress Needs a Model Context Protocol

WordPress powers more than 40% of the world’s websites. However, integrating modern autonomous AI agents with WordPress has historically required bespoke REST endpoints or brittle database scrapers. Standard REST APIs lack dynamic schema self-discovery and stateful execution streaming.

The Model Context Protocol standardizes how client agents discover available tools, request resource schemas, and execute commands safely with granular capability controls.

2. Protocol Architecture & Transport

Dynamic Tool Discovery (/mcp/v1/tools)

Returns complete JSON Schema definitions of WordPress capabilities (post authoring, media querying, SEO metadata tuning) without manual client prompt configuration.

Server-Sent Events (SSE) Streaming

Provides real-time feedback for long-running agent tasks (bulk image tagging, database optimization, content translations) without HTTP timeout drops.

Standard JSON-RPC 2.0 Request Payload:
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "wp_create_post",
    "arguments": {
      "title": "Autonomous Agent Architecture",
      "status": "draft",
      "categories": ["AI", "Engineering"]
    }
  },
  "id": 1042
}

Cite This Work & Download Specification

Download the complete RFC specification or explore the open-source GitHub codebase:

@techreport{kites2026wpmcp,
  title={Decentralized Model Context Protocol: Cryptographic Tool Transport for Enterprise CMS},
  author={Kites Protocol Working Group},
  institution={Kites.Dev},
  number={RFC-2026-04},
  year={2026},
  url={https://kites.dev/research/wpmcp-model-context-protocol}
}
INITIATE PROJECT

Automate your business with bespoke AI systems.

From autonomous agents and intelligent CRM bots to full-stack custom web applications β€” we engineer scalable software for the future.

Plan Your AI Project Explore AI Services