Skip to main content
Glama
draltaway

ai-visibility-mcp

by draltaway

ai-visibility-mcp

Un servidor MCP que le indica a un asistente de IA lo visible que es un sitio web para los motores de búsqueda y asistentes de IA (ChatGPT, Claude, Perplexity, Google AI Overviews).

Pásale una URL e informa de las señales que determinan si esos sistemas pueden encontrar, leer y citar un sitio, y luego las condensa en una puntuación de 0 a 100 fácil de leer de un vistazo.

Qué comprueba

Señal

Qué y por qué importa

Acceso de los rastreadores de IA en robots.txt

Si GPTBot, ClaudeBot, PerplexityBot, etc. están bloqueados, el sitio es invisible para esos motores

Presencia de /llms.txt

Un mapa en texto plano de los datos clave del sitio, escrito para LLMs

Datos estructurados (JSON-LD)

Significado legible por máquinas que los motores de respuesta extraen y citan

Presencia de sitemap.xml

Ayuda a los rastreadores a encontrar todas las páginas

Título, meta descripción y H1

Señales básicas en la página que un motor lee primero

Related MCP server: maxaeo-ai-visibility-mcp

Instalación

git clone https://github.com/draltaway/ai-visibility-mcp
cd ai-visibility-mcp
python -m pip install -e .

Solo HTTP de la biblioteca estándar. La única dependencia es FastMCP.

Cómo usarlo desde Claude Code

claude mcp add ai-visibility -- ai-visibility-mcp

Cómo usarlo desde Claude Desktop

Añade a claude_desktop_config.json:

{
  "mcpServers": {
    "ai-visibility": {
      "command": "ai-visibility-mcp"
    }
  }
}

Luego pregunta: "Comprueba la visibilidad de IA de stripe.com."

Ejemplo de salida

{
  "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
  }
}

La herramienta

check_ai_visibility(url: str) -> dict devuelve { url, score, summary, checks }. Acepta un host simple (example.com) o una URL completa y por defecto usa https.

Licencia

MIT. Creado por Dallin Rowley.

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    A
    maintenance
    Evaluates any website's AI visibility with 15 checks across crawlability, structure, content, and connectivity, and provides actionable fixes.
    3
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Enables 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.
    3
    51
    1
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Check 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.
    2
    3
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Provides 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.
    14
    1,061
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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