ai-visibility-mcp
Checks whether a website is positioned for Google AI Overviews by evaluating AI crawler access, structured data, sitemap availability, and standard on-page SEO signals.
Checks whether a website is visible to Perplexity's AI search engine, evaluating AI crawler access, llms.txt, structured data, sitemap presence, and core on-page elements.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ai-visibility-mcpCheck the AI visibility of stripe.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ai-visibility-mcp
An MCP server that tells an AI assistant how discoverable a website is to AI search engines and assistants (ChatGPT, Claude, Perplexity, Google AI Overviews).
Point it at a URL and it reports the signals that decide whether those systems can find, read, and cite a site, then rolls them into a skimmable 0-100 score.
What it checks
Signal | Why it matters |
AI crawler access in | If |
| A plain-text map of the site's key facts, written for LLMs |
Structured data (JSON-LD) | Machine-readable meaning that answer engines lift and cite |
| Helps crawlers find every page |
Title, meta description, H1 | Basic on-page signals an engine reads first |
Related MCP server: maxaeo-ai-visibility-mcp
Install
git clone https://github.com/draltaway/ai-visibility-mcp
cd ai-visibility-mcp
python -m pip install -e .Standard-library HTTP only. The single dependency is FastMCP.
Use it from Claude Code
claude mcp add ai-visibility -- ai-visibility-mcpUse it from Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"ai-visibility": {
"command": "ai-visibility-mcp"
}
}
}Then ask: "Check the AI visibility of stripe.com."
Example output
{
"url": "https://stripe.com",
"score": 90,
"summary": "Strong: AI engines can find, read, and cite this site.",
"checks": {
"ai_crawlers_allowed": true,
"ai_crawlers_blocked": [],
"llms_txt": true,
"sitemap": false,
"homepage_reachable": true,
"structured_data": true,
"title": true,
"meta_description": true,
"h1": true
}
}The tool
check_ai_visibility(url: str) -> dict returns { url, score, summary, checks }. It accepts a bare host (example.com) or a full URL and defaults to https.
License
MIT. Built by Dallin Rowley.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceEvaluates any website's AI visibility with 15 checks across crawlability, structure, content, and connectivity, and provides actionable fixes.3MIT
- AlicenseAqualityAmaintenanceEnables AI agents to check whether a public website is crawlable, understandable, and ready for AI search workflows through local-only audits of robots.txt, sitemaps, metadata, and llms.txt.3511MIT
- AlicenseAqualityBmaintenanceCheck whether a website is visible to AI search engines (ChatGPT, Perplexity, Claude, Google AI Overviews). Returns a 0-100 readiness score, a grade, and a specific fix for each gap. Dependency-free, no API keys.23MIT
- AlicenseAqualityAmaintenanceProvides AI-visibility scoring and site auditing capabilities for websites, enabling agents to check how sites appear in AI engines like ChatGPT and Perplexity, run full SEO/security audits, and monitor changes over time.141,061MIT
Related MCP Connectors
Brand visibility auditing across LLMs, AI search, and answer engines with GEO reports and scores.
AI brand visibility analytics: visibility scores, optimizations, video, Reddit, and search rankings.
AI visibility for ChatGPT/Perplexity/Claude — triple score (AEO+GEO+Agent) with fix code. Free.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/draltaway/ai-visibility-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server