Ai Seo MCP Server

AI Citation Toolkit - audit, score, and rewrite web pages for AI-citation eligibility. AEO/GEO/LLM visibility for any MCP client.

Local serverstdio

What is the Ai Seo MCP server?

If you already use Ai Seo, the ai seo mcp server is the piece that lets your assistant work with it directly. AI Citation Toolkit - audit, score, and rewrite web pages for AI-citation eligibility. AEO/GEO/LLM visibility for any MCP client.

What the server does

Works inside Claude, Cursor, Windsurf, Codex, and any MCP client that speaks stdio.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • uses — actions/checkout@v4
  • name — AI-SEO audit
  • audit_page — Composite AI-SEO audit with 8-dimension scoring (schema, technical, structure, robots, freshness, authority, entity density, sitemap)
  • audit_schema — Validate JSON-LD against Schema.org rules and AI-citation best practice. Flags deprecated patterns
  • audit_canonical — Canonical link integrity, trailing-slash hygiene, og:url consistency
  • audit_site — Single-call site sweep: audit_page + check_robots + check_sitemap + audit_schema with overall grade and top-5 fixes
  • audit_sitemap — Site-wide content audit: stride-sample N URLs from the sitemap, run audit_page on each, return distribution + worst pages + top findings
  • check_robots — Parse robots.txt and report per-crawler allow/disallow for all known AI crawlers. Surfaces the GPTBot-blocked-but-OAI-SearchBot-allowed trap
  • check_sitemap — Validate XML sitemaps: presence, URL count, lastmod freshness, image/video extensions
  • check_technical — HEAD tag audit: canonical, OpenGraph, Twitter Card, hreflang, HTTPS, noindex, title hygiene
  • score_ai_overview_eligibility — Score a page's probability of appearing in Google AI Overviews using current correlation factors
  • score_citation_worthiness — Score how citable a page or text block is for Perplexity, ChatGPT, Google AI Overviews, and Claude. Includes per-section chunk_analysis /

Installation

Installation goes through your MCP client rather than a global install: point it at @automatelab/ai-seo-mcp on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

Where it fits

Among the AI and media services options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Ai Seo's toolset — uses, name, audit_page and 11 more — is a fair guide to whether it matches your workflow. It is maintained by automatelab-tech; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Ai Seo.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
usesactions/checkout@v4
nameAI-SEO audit
audit_pageComposite AI-SEO audit with 8-dimension scoring (schema, technical, structure, robots, freshness, authority, entity density, sitemap).
audit_schemaValidate JSON-LD against Schema.org rules and AI-citation best practice. Flags deprecated patterns.
audit_canonicalCanonical link integrity, trailing-slash hygiene, og:url consistency.
audit_siteSingle-call site sweep: audit_page + check_robots + check_sitemap + audit_schema with overall grade and top-5 fixes.
audit_sitemapSite-wide content audit: stride-sample N URLs from the sitemap, run audit_page on each, return distribution + worst pages + top findings.
check_robotsParse robots.txt and report per-crawler allow/disallow for all known AI crawlers. Surfaces the GPTBot-blocked-but-OAI-SearchBot-allowed trap.
check_sitemapValidate XML sitemaps: presence, URL count, lastmod freshness, image/video extensions.
check_technicalHEAD tag audit: canonical, OpenGraph, Twitter Card, hreflang, HTTPS, noindex, title hygiene.
score_ai_overview_eligibilityScore a page's probability of appearing in Google AI Overviews using current correlation factors.
score_citation_worthinessScore how citable a page or text block is for Perplexity, ChatGPT, Google AI Overviews, and Claude. Includes per-section chunk_analysis / extractability_score: how cleanly an LLM can lift a standalone answer from each he
score_agentic_browsingScore a page against the Lighthouse "Agentic Browsing" category (May 2026): llms.txt, WebMCP, accessibility-tree integrity, and layout stability.
score_test_citationSimulate "would an AI engine cite this for this query?" via MCP sampling, with deterministic heuristic fallback.

How to install the Ai Seo MCP server

{
  "mcpServers": {
    "ai-seo": {
      "command": "npx",
      "args": ["-y", "@automatelab/ai-seo-mcp"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Ai Seo to uses.
  • Use Ai Seo to name.
  • Use Ai Seo to audit page.

Frequently asked questions

It connects Ai Seo to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (uses, name, audit_page, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Ai Seo directly.