AEO Toolkit
Model Context Protocol

Connect the AEO Toolkit to your AI client

The Model Context Protocol (MCP) lets AI clients like Claude and Cursor call tools directly. The AEO Toolkit exposes three free, hosted MCP servers — AI Visibility, Backlinks, and GA4 + Search Console — so your AI assistant can audit AEO, prospect backlinks, and query your own analytics in plain language. Add a server by pasting its connection URL into your client.

3 servers · 31 tools · free to connect

New to MCP?

Tools your AI can actually call

The Model Context Protocol is an open standard that lets AI clients — Claude, Cursor, and others — call external tools directly. Instead of copying results back and forth, your assistant runs the toolkit's functions for you and reasons over the output.

Each server below is a single connection URL. Paste it into your client once; from then on you just ask in plain language and the AI picks the right tool. The two open servers need no account. The GA4 + Search Console server connects to your own Google data when prompted.

The servers

Three hosted MCP servers

Add any of these to your AI client. Connection details, tools, and example prompts for each are below.

AI Visibility MCP

Audit a site for answer-engine optimization and measure whether AI answer engines actually cite it.

Live · no account5 tools

Connection URL

https://aeo.advancelabs.dev/api/mcp/ai-visibility/mcp

Authentication: none. Tools that call third-party AI (Perplexity, your LLM) take a request-scoped key you supply — it is never stored or logged.

Add to Claude.ai

  1. 1. Open Settings → Connectors.
  2. 2. Click Add custom connector.
  3. 3. Paste the connection URL above and save.

Cursor mcp.json

{
  "mcpServers": {
    "ai-visibility": {
      "url": "https://aeo.advancelabs.dev/api/mcp/ai-visibility/mcp"
    }
  }
}

Tools (5)

  • analyze_website_aeo

    Crawl a URL, parse its HTML and structured data, and score it for answer-engine optimization with prioritized fixes.

  • check_ai_visibility

    Query Perplexity Sonar with a prompt and check whether the URL is cited as a source, and at what rank (BYOK).

  • discover_ranking_prompts

    Generate realistic user prompts a site should aim to be cited for on a topic, optionally live-testing a few (BYOK).

  • get_visibility_report

    Combine an AEO audit with per-prompt visibility checks into one report with an overall citation rate (BYOK).

  • compare_competitor_visibility

    Run one Perplexity Sonar query and rank several competitor URLs by whether and where each is cited (BYOK).

What you can ask

  • Analyze https://example.com for AEO and list its top fixes.
  • Is example.com cited when someone asks "best CRM for startups"?
  • Compare example.com against two competitors for "project management tools".