ai-visibility-mcp
ai-visibility-mcp
Ein MCP-Server zur Überprüfung und Verbesserung der Sichtbarkeit einer Website für KI-Crawler und Antwortmaschinen (ChatGPT, Claude, Perplexity, Google AI Overviews usw.) im Vergleich zu Ihren eigenen Eigenschaften.
Die meisten „AI SEO“-Ratschläge enden mit „Fügen Sie eine llms.txt hinzu.“ In der Praxis liegt das größere und häufigere Problem jedoch davor: robots.txt – oft automatisch von einem CDN wie Cloudflare verwaltet – blockiert stillschweigend genau die Crawler, die Sie erreichen möchten, was jede llms.txt oder Inhaltsarbeit zunichte macht. Dieser Server überprüft beides und kann das Problem auditieren und die Behebung generieren.
Tools
check_visibility(url)— ruft die aktuellerobots.txteiner Website ab und markiert benannte KI-Bots (GPTBot, ClaudeBot, Google-Extended, PerplexityBot, Applebot-Extended, CCBot, Bytespider, Amazonbot, meta-externalagent und andere), die mitDisallow: /blockiert sind, oder einen Wildcard-Block. Überprüft auch, obllms.txtals echte Datei existiert oder ob sie auf eine SPA-Catch-All-Route fällt (ein häufiger Falsch-Positiv: Die Datei liefert einen HTTP-200-Status, ist aber tatsächlich Ihre Startseite).cloudflare_ai_bot_audit(domain)— liest die Bot-Management-KI-Bot-Einstellungen (ai_bots_protection,ai_training,ai_search,ai_user,is_robots_txt_managed) einer Cloudflare-Zone für eine von Ihnen kontrollierte Domain aus. Erfordert die UmgebungsvariablenCLOUDFLARE_API_EMAIL+CLOUDFLARE_API_KEY(Global API Key).generate_llms_txt(name, description, url, phrase?)— erzeugt einellms.txt-Zeile und, wenn Sie eine eigene Nischen-phraseangeben, ein kleines Content-Paket (Meta-Beschreibung + FAQ-Block), das auf dieser Phrase basiert. Reine Textgenerierung – keine Dateisystem- oder Git-Schreibvorgänge.
Related MCP server: ai-visibility-mcp
Install
git clone https://github.com/tsushanth/ai-visibility-mcp.git
cd ai-visibility-mcp
npm install
npm run buildFügen Sie zu Ihrer MCP-Client-Konfiguration hinzu (z. B. Claude Code, Claude Desktop):
{
"mcpServers": {
"ai-visibility": {
"command": "node",
"args": ["/absolute/path/to/ai-visibility-mcp/dist/index.js"],
"env": {
"CLOUDFLARE_API_EMAIL": "you@example.com",
"CLOUDFLARE_API_KEY": "your-global-api-key"
}
}
}
}Die Cloudflare-Umgebungsvariablen werden nur für cloudflare_ai_bot_audit benötigt – check_visibility und generate_llms_txt arbeiten ohne Konfiguration.
Warum dies existiert
Websites auf Cloudflare haben häufig standardmäßig die KI-Crawler-Blockierung aktiviert (der Schalter „Block AI Bots“), der die ausgelieferte robots.txt so umschreibt, dass GPTBot, ClaudeBot, Google-Extended und andere ausgeschlossen werden – selbst wenn der Website-Betreiber dies nie explizit entschieden hat und eigentlich KI-Such-Sichtbarkeit wünscht. Dies ist leicht zu übersehen, da die Website für menschliche Besucher und normale Suchmaschinen weiterhin normal aussieht und funktioniert; nur KI-Crawler werden stillschweigend abgewiesen. check_visibility deckt dies von außen auf (was tatsächlich ausgeliefert wird) und cloudflare_ai_bot_audit bestätigt es von der Kontoseite (was die Cloudflare-Einstellungen sagen), sodass Sie die beiden unterscheiden können.
Lizenz
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceAnalyze and generate robots.txt files with AI crawler awareness. Fetch any site's robots.txt, detect which AI bots (GPTBot, ClaudeBot, PerplexityBot, Google-Extended) are blocked or allowed, and generate optimized robots.txt with toggle controls for 20+ AI crawlers.5MIT
- AlicenseAqualityDmaintenanceAudits AI-bot visibility: robots.txt per-bot for 22 AI user-agents (GPTBot/ClaudeBot/PerplexityBot/etc), Cloudflare flags, JSON-LD, sitemap, llms.txt, SPA shell, plus cross-model brand mentions via Perplexity + OpenRouter. 0-100 score. SSRF-guarded, spend-capped.41MIT
- FlicenseAqualityCmaintenanceEnables scanning websites for AI search readiness, generating fixes like llms.txt, and comparing GEO scores across domains.81
- 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
Related MCP Connectors
Generate 18 AI readiness files (llms.txt, ai.txt, RAG indexes, schema) for any website.
Check AI crawler robots.txt policy and monitor public-site policy, sitemap, and llms.txt changes.
Check AI crawler robots.txt policy and monitor public-site policy, sitemap, and llms.txt changes.
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/tsushanth/ai-visibility-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server