WordPress · Model Context Protocol
Make your WordPress content readable by AI agents.
KaliCart MCP exposes your posts, pages and public custom post types as a standards-based MCP server over JSON-RPC 2.0 — as clean Markdown. Read-only and self-hosted: no LLM, content cloud or external content processing. An agent connects to one endpoint on your own site.
Five tools
site_info, site_map, list_content, search_content and get_content — the read-only catalog of your content over a single MCP endpoint.
Clean Markdown
Post content is converted to GitHub-Flavored Markdown, tables included, so agents read structured text rather than raw HTML.
You stay in control
Attachments and commerce objects are never exposed. A per-item "Hide from AI agents" checkbox removes any single post or page.
Endpoint
public · read-only
MCP server
/wp-json/kalicart-mcp/v1/mcp
Discovery
/.well-known/kalicart-mcp
Transport
JSON-RPC 2.0 over HTTP POST