SEO agent for WordPress that grows your organic traffic on autopilot. Tell it about your business and it handles keyword research, content planning, writing, publishing, and performance tracking. Per-site MCP endpoint, Bearer token auth.
14 tools:
- list-posts / get-post. Browse and read your published content.
- update-post. Edit titles, content, or metadata on any post.
- bulk-find-replace. Find and replace text across all posts (dry-run by default).
- get-seo-meta / update-seo-meta. Read and write meta titles and descriptions.
- generate-post. Generate a full SEO blog post with AI.
- get-content-calendar / add-to-calendar. View and manage the upcoming content schedule.
- get-keywords / set-keyword-tracking. See tracked keywords and add new ones.
- get-post-performance. Google Search Console data per post (impressions, clicks, CTR).
- get-site-metrics. Site-wide traffic and search performance.
- get-strategy-context. What ClearPost knows about your business, niche, and SEO strategy.
Server Config
{
"mcpServers": {
"clearpost": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://yoursite.com/wp-json/clearpost/mcp",
"--header",
"Authorization: Bearer YOUR-LICENSE-KEY"
]
}
}
}