Corsen Context
Corsen Context is the Universal AI Context Layer for WordPress. It turns your site into an AI-native platform that Claude, ChatGPT, Cursor, Grok, and any MCP-compatible AI agent can understand — instantly.
What it does
Your site gets two new capabilities:
-
Static Layer — Automatically generates
/llms.txtand/llms-full.txtfiles containing a clean, structured markdown overview of all your published content. AI agents read these files to understand your site at a glance. -
Dynamic Layer — Exposes a full Model Context Protocol (MCP) server at
/wp-json/corsen-context/v1/mcpwith 4 powerful tools: search your site, get any page as clean markdown, list content by type, and retrieve the full sitemap.
Key Features
- One-click install — Zero configuration required. Works out of the box.
- Full MCP 2025-11-25 compliance —
initialize,ping,tools/list,tools/call,resources/list,resources/read,notifications/initialized. - 4 AI tools —
search_site,get_page_content,list_content,get_sitemap. - SEO integration — Reads Yoast SEO and Rank Math metadata for better descriptions.
- Security built-in — Rate limiting, SSRF protection, input validation, security headers, optional API key auth.
- Admin settings page — Choose post types, exclude paths, set rate limits, toggle features.
- Dashboard widget — See your AI context status at a glance.
- Smart caching — Content is cached via transients and auto-invalidated on post save.
- Content safety — Only published, public content is ever exposed. Never drafts, trash, or private pages.
- Credit line — „Powered by Corsen Context“ in generated files (configurable).
How AI Agents Discover Your Site
Once activated, AI agents can find your site through:
- robots.txt —
MCP: https://yoursite.com/wp-json/corsen-context/v1/mcp - llms.txt — The credit line includes the MCP endpoint URL
- HTML head —
<link rel="mcp">meta tag added automatically - Direct URL — Agents can try
/llms.txton any site
Requirements
- WordPress 6.0 or higher
- PHP 8.0 or higher
- Pretty permalinks enabled (Settings > Permalinks > anything except „Plain“)
Part of a Bigger Ecosystem
Corsen Context is an open-source project by Corsen AI. The same core engine powers adapters for Next.js, Express, Astro, and any Node.js server. WordPress gets a dedicated plugin for the smoothest experience.