Loading
SEO AI Regent exposes a Model Context Protocol server so AI agents — Claude Code, Claude Desktop, Cursor, or anything MCP-capable — can query your SEO data and run audits and scoring on your behalf. The server is stateless over streamable HTTP and authenticated with an API key. Every tool is scoped to the workspaces you own, and plan entitlements apply exactly as they do in the dashboard.
Create a key at Account → API Keys, then connect:
# Claude Code claude mcp add --transport http seo-ai-regent \ https://seo-ai-regent.com/api/mcp \ --header "Authorization: Bearer sar_your_key_here" # Any MCP client (streamable HTTP, stateless) POST https://seo-ai-regent.com/api/mcp Authorization: Bearer sar_your_key_here Content-Type: application/json
list_workspaceslist_sitesget_site_healthget_audit_issuesrun_auditget_opportunitiesget_rank_trendsget_citationsscore_contentScores returned by the tools are the same explainable scores the dashboard shows: a Content Score below 70/100 will not pass the Review Gate, and every Site Health Score comes with its per-severity deduction breakdown.
Ready-made skills that teach an agent multi-tool SEO workflows on top of the MCP tools. Download one and drop it into your agent's skills directory (for Claude Code: .claude/skills/<name>/SKILL.md).