geo-tool-check
geo-tool-check
¿Es esta página legible para la búsqueda con IA? Comprueba el acceso de los rastreadores, la estructura y la citabilidad para ChatGPT, Perplexity, Claude y Google AI — como CLI y como servidor MCP.
Todo se ejecuta en tu máquina. Sin cuenta, sin clave de API, sin datos enviados a geo-tool.com.
CLI
npx geo-tool-check example.comhttps://example.com/
92/100 Excellent 534 words · 238 ms
directAnswers 25/25 ██████████████████
structure 15/20 ██████████████░░░░
schemaMarkup 15/15 ██████████████████
citations 12/15 ██████████████░░░░
multimedia 5/5 ██████████████████
platformSpecific 20/20 ██████████████████En CI
npx geo-tool-check https://example.com/pricing --min-score 70Código de salida 1 por debajo del umbral. Detecta el despliegue que bloquea a GPTBot u oculta el contenido tras JavaScript.
npx geo-tool-check example.com --crawlers # only robots.txt, exits 1 if a scored crawler is blocked
npx geo-tool-check example.com --json # machine-readable
npx geo-tool-check example.com --lang de # German labelsRelated MCP server: seo-audit-mcp
Servidor MCP
Proporciona a un agente tres herramientas para la visibilidad en IA.
{
"mcpServers": {
"geo-tool-check": {
"command": "npx",
"args": ["-y", "geo-tool-check", "--mcp"]
}
}
}O apunta directamente al binario: npx -y geo-tool-check-mcp.
También en Smithery:
npx -y smithery mcp add tracktronaut/geo-tool-checkPara reconstruir y volver a publicar el paquete:
npm run bundle # geo-tool-check.mcpb
./scripts/publish-smithery.sh # needs: smithery auth loginTool | Qué hace | Red |
| Puntuación completa de la página, seis categorías, hallazgos | obtiene la página |
| Qué rastreadores de IA bloquea robots.txt | obtiene robots.txt |
| Puntúa un pasaje mientras se redacta | ninguna |
Qué significa la puntuación
Veinticinco comprobaciones en seis categorías, de 0 a 100. El mismo código que impulsa geo-tool.com — la lógica de puntuación se importa, no se reimplementa, por lo que ambos producen el mismo número para la misma entrada.
Node no ejecuta JavaScript. Por lo tanto, esta herramienta informa de lo que ve un rastreador HTML simple, que es exactamente lo que ven GPTBot, ClaudeBot y PerplexityBot. Una página renderizada en el cliente obtendrá una puntuación baja aquí, y ese es el hallazgo, no una limitación. Para comparar la vista del rastreador con la página renderizada, usa la extensión de navegador.
Deliberadamente no hay respaldo de renderizado con JavaScript: un servicio de renderizado de pago es exactamente el coste de funcionamiento que este paquete no debe generar.
Cero dependencias
El protocolo MCP sobre stdio es JSON-RPC con tres métodos, implementado directamente. Nada que instalar más allá de Node 18+, sin cadena de suministro, sin desviación de versiones.
Plugin de Claude Code
Instala una vez:
/plugin marketplace add geo-tool-com/geo-tool-check
/plugin install geo-tool-check@geo-toolLuego comprueba cualquier página con un solo comando: funciona de inmediato, sin necesidad de reiniciar:
/geo-tool-check example.comObtienes la puntuación de preparación de 0 a 100, qué rastreadores de IA bloquea robots.txt y una lista priorizada de correcciones. También puedes simplemente preguntar en lenguaje natural («¿es example.com legible para la búsqueda con IA?»): tras un reinicio, las tres herramientas MCP responden directamente. La auditoría completa con acciones de optimización concretas es gratuita en geo-tool.com; el espacio de trabajo de pago además mide diariamente las respuestas reales de IA (ChatGPT, Perplexity, Gemini) para tus preguntas de intención de compra.
Enlaces
npm: geo-tool-check
Smithery: tracktronaut/geo-tool-check
Documentación: geo-tool.com/en/developers
Licencia
MIT. Creado por track by track GmbH.
This server cannot be installed
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
- 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
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to perform instant SEO audits, check robots.txt, sitemaps, and AI crawler access for any URL without API keys.MIT
- 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
- AlicenseNot gradedqualityBmaintenanceProvides 23 bounded MCP tools for AI agents to perform technical SEO audits, including crawl setup, page analysis, issue detection, and report exports, all while keeping data local.5MIT
Related MCP Connectors
Scan any URL for AI agent readability — Vercel Spec, llmstxt.org, and agent-protocol manifests.
SEO research, audits, backlinks, GSC, and content workflow tools for AI agents.
Generate 18 AI readiness files (llms.txt, ai.txt, RAG indexes, schema) for any website.
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/geo-tool-com/geo-tool-check'
If you have feedback or need assistance with the MCP directory API, please join our Discord server