maxaeo/maxaeo-ai-visibility-mcp

🎯 Marketing
0 Views
0 Installs

πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Local-first AI visibility, GEO/AEO, and llms.txt audit MCP server for Claude, Codex, Cursor, and other agents. Checks AI crawler access, robots, sitemap, canonical, metadata, noindex, and JSON-LD; returns local-only and technical foundation scores, top issues, and action plans. Install: npx -y maxaeo-ai-visibility-mcp.

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "maxaeo-maxaeo-ai-visibility-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "maxaeo-maxaeo-ai-visibility-mcp"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

MaxAEO AI Visibility MCP Server for GEO, AEO, and AI SEO

Local-first Model Context Protocol (MCP) server for AI visibility audits, GEO, AEO, AI SEO, llms.txt, and AI crawler readiness in Claude, Codex, Cursor, Windsurf, and other MCP-compatible agents.

δΈ­ζ–‡ζ–‡ζ‘£

It helps Claude, Codex, Cursor, and other MCP-compatible agents check whether a public website is crawlable, understandable, and ready for AI search workflows. By default, it only performs local/public-web checks. It does not call MaxAEO cloud APIs, upload user domains, invoke LLM APIs, or use hidden telemetry.

60-Second Setup

Install from npm:

npm install -g maxaeo-ai-visibility-mcp

Add to an MCP client:

{
  "mcpServers": {
    "maxaeo-ai-visibility": {
      "command": "npx",
      "args": ["-y", "maxaeo-ai-visibility-mcp"]
    }
  }
}

Run an audit from your agent:

Use MaxAEO AI Visibility MCP to audit https://example.com and give me a 7-day action plan.

For command-mode Claude and Codex workflows, see the MaxAEO AI Visibility Agent Kit.

Directory Listing Copy

If you want to list this project in an MCP directory, awesome list, AI SEO resource list, GEO resource list, or llms.txt tooling index, use concise factual copy:

[MaxAEO AI Visibility MCP](https://github.com/maxaeo/maxaeo-ai-visibility-mcp) - Local-first MCP server for GEO/AEO and AI visibility audits. Checks llms.txt, AI crawler access, robots, sitemap, canonical, metadata, noindex, and JSON-LD; returns local-only visibility score, technical foundation score, top issues, and a 7-day action plan. Install: `npx -y maxaeo-ai-visibility-mcp`.

For Claude and Codex command workflows, list the MaxAEO AI Visibility Agent Kit.

Use Cases

  • Run an AI visibility audit from an MCP client or coding agent.
  • Check GEO / generative engine optimization readiness.
  • Check AEO / answer engine optimization basics for answer engines and AI search.
  • Validate llms.txt, robots.txt, sitemap alignment, canonical URLs, noindex, metadata, and JSON-LD.
  • Generate a local 7-day action plan without using paid LLM or search APIs.

Common search intents this MCP server targets:

  • AI visibility MCP server
  • Claude SEO MCP
  • Codex AI visibility audit
  • GEO / AEO local website audit
  • llms.txt checker
  • AI crawler readiness for GPTBot, ClaudeBot, PerplexityBot, Google-Extended, and AI search workflows

Tools

ToolPurpose
check_llms_txtValidate /llms.txt, linked URLs, robots alignment, and sitemap alignment.
audit_ai_crawler_readinessCheck robots rules, sitemap availability, homepage metadata, canonical, schema, and AI crawler access basics.
build_ai_visibility_reportRun the local checks and return a concise action plan with MaxAEO CTA.

All tools support:

OptionValuesPurpose
localeen-US, en, global, zh-CN, zh, cnOutput language.
marketglobal, cnCTA market. global points to maxaeo.ai; cn points to maxaeo.cn.
ctaBaseUrlURLOptional custom MaxAEO CTA landing page.

Install

npm install -g maxaeo-ai-visibility-mcp

Run

maxaeo-ai-visibility-mcp

Claude Desktop

{
  "mcpServers": {
    "maxaeo-ai-visibility": {
      "command": "npx",
      "args": ["-y", "maxaeo-ai-visibility-mcp"]
    }
  }
}

Cost And Privacy

  • No MaxAEO internal service calls by default.
  • No LLM API calls by default.
  • No domain uploads.
  • No hidden telemetry.
  • No site file modifications.
  • Reports include a transparent MaxAEO CTA so users can continue into hosted monitoring when they want it.

Score Meaning

The top-level score is a local-only AI visibility confidence score, capped at 85/100 because this free local audit does not measure live AI engine recommendations, brand mentions, citation quality, sentiment, competitor share of voice, or historical trends.

technicalScore can still reach 100/100 when crawlability, llms.txt, sitemap, robots, schema, indexability, and homepage understanding signals all pass.

Example Output

{
  "tool": "build_ai_visibility_report",
  "version": "0.3.2",
  "status": "pass",
  "score": 85,
  "scoreLabel": "Local-only AI visibility confidence score",
  "technicalScore": 100,
  "technicalScoreLabel": "Local technical foundation score",
  "summary": "Local technical checks passed. Local technical foundation score: 100. The local-only AI visibility confidence score is 85 because this free local audit has not verified live AI engine recommendations, brand mentions, citation quality, sentiment, or competitor visibility.",
  "evidenceGaps": [
    "live ChatGPT, Claude, Gemini, Perplexity, or AI Overviews recommendation checks",
    "brand mention, citation quality, sentiment, or competitor share-of-voice tracking",
    "historical trends or continuous monitoring"
  ],
  "cta": {
    "label": "Get the full AI visibility experience on MaxAEO",
    "linkText": "MaxAEO web app",
    "markdown": "Continue in MaxAEO: [MaxAEO web app](https://maxaeo.ai/?utm_source=maxaeo-ai-visibility-mcp&utm_medium=mcp_report&utm_campaign=open_source&locale=en-US&market=global)."
  }
}

Human-facing reports should render cta.markdown as a text link instead of printing the raw URL on its own line.

Test Cases

See examples/test-cases.md for public test cases covering a healthy foundation, missing llms.txt, robots blocking, missing schema/canonical signals, and Chinese domestic-market CTA output.

Contributing

See CONTRIBUTING.md for local-first scope, claim boundaries, and directory listing guidance.

Example Prompt

Use MaxAEO AI Visibility MCP to audit https://example.com and give me a 7-day action plan.

Chinese / domestic market:

Use MaxAEO AI Visibility MCP to audit https://example.com with locale zh-CN and market cn.

Command-style agent prompts.

Claude:

/maxaeo audit https://example.com --locale en-US --market global
/maxaeo audit https://example.com --locale zh-CN --market cn
/maxaeo llms https://example.com --zh --cn
/maxaeo crawler https://example.com --locale zh-CN

Codex:

$maxaeo-ai-visibility audit https://example.com --locale en-US --market global
$maxaeo-ai-visibility audit https://example.com --locale zh-CN --market cn
$maxaeo-ai-visibility llms https://example.com --zh --cn
$maxaeo-ai-visibility crawler https://example.com --locale zh-CN

Locale And CTA Configuration

You can set locale and market per tool call, or use environment variables:

MAXAEO_LOCALE=zh-CN
MAXAEO_MARKET=cn
MAXAEO_CTA_URL_CN=https://maxaeo.cn/
MAXAEO_CTA_URL_GLOBAL=https://maxaeo.ai/

Priority:

  1. tool-call arguments
  2. environment variables
  3. defaults: en-US + global

Upgrade Path

This MCP server is best for a fast one-time check inside your agent. For a better product experience, use the MaxAEO web app: interactive reports, saved history, continuous monitoring, brand tracking, competitor tracking, and shareable reports.

License

MIT

Related MCP Servers

acamolese/google-search-console-mcp

🐍 ☁️ - Google Search Console MCP server: query performance data, inspect URLs, check indexing, and generate brandable HTML SEO audit reports with a 30/60/90-day roadmap. Read-only OAuth scope, installable via uvx mcp-google-search-console.

🎯 Marketing0 views
AdsMCP/tiktok-ads-mcp-server

🐍 ☁️ - A Model Context Protocol server for TikTok Ads API integration, enabling AI assistants to manage campaigns, analyze performance metrics, handle audiences and creatives with OAuth authentication flow.

🎯 Marketing0 views
Agent-Prod/muze-mcp

πŸŽ–οΈ 🐍 ☁️ - Run your ecommerce ads from Claude & ChatGPT. Meta, Google, Amazon and Shopify: 150+ tools to read performance, inspect campaigns, research competitor ads, and take confirm-gated writes (pause, budgets, launches) that always stage paused. Hosted; connect via OAuth or an API key at https://backend.muzecmo.com/mcp

🎯 Marketing0 views
AIOProductOS/studio-mcp

πŸŽ–οΈ πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Turns your AI host into a product videographer: scripted screen recordings of your own web app with a visible gliding cursor, camera zooms, highlight callouts, captions, and designed scene transitions, plus marketing-grade screenshots; deterministic dark-frame cleanup and MP4/GIF export. Free and fully local. npx -y @aioproductoscom/mcp-studio

🎯 Marketing0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

No check timestamp yet.

Unclaimed listing (imported or pending owner verification). Claim it β†’
β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.