Skip to main content
ClaudeWave

Is this page readable for AI search? CLI + MCP server checking crawler access, structure and citability for ChatGPT, Perplexity, Claude and Google AI. Runs entirely locally.

MCP ServersRegistry oficial0 estrellas0 forksTypeScriptMITActualizado today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 8/25/2026
Install in Claude Code / Claude Desktop
Method: NPX · geo-tool-check
Claude Code CLI
claude mcp add geo-tool-check -- npx -y geo-tool-check
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "geo-tool-check": {
      "command": "npx",
      "args": ["-y", "geo-tool-check"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Casos de uso

Resumen de MCP Servers

# geo-tool-check

Is this page readable for AI search? Checks crawler access, structure and
citability for ChatGPT, Perplexity, Claude and Google AI — as a CLI and as an
MCP server.

**Everything runs on your machine.** No account, no API key, no data sent to
geo-tool.com.

## CLI

```bash
npx geo-tool-check example.com
```

```
https://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  ██████████████████
```

### In CI

```bash
npx geo-tool-check https://example.com/pricing --min-score 70
```

Exit code 1 below the threshold. Catches the deploy that blocks GPTBot or
hides the content behind JavaScript.

```bash
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 labels
```

## MCP server

Gives an agent three tools for AI visibility.

```json
{
  "mcpServers": {
    "geo-tool-check": {
      "command": "npx",
      "args": ["-y", "geo-tool-check", "--mcp"]
    }
  }
}
```

Or point directly at the binary: `npx -y geo-tool-check-mcp`.

Also on [Smithery](https://smithery.ai/servers/tracktronaut/geo-tool-check):

```bash
npx -y smithery mcp add tracktronaut/geo-tool-check
```

To rebuild and republish the bundle:

```bash
npm run bundle                    # geo-tool-check.mcpb
./scripts/publish-smithery.sh     # needs: smithery auth login
```

| Tool | What it does | Network |
|---|---|---|
| `check_ai_readiness` | Full page score, six categories, findings | fetches the page |
| `check_ai_crawlers` | Which AI crawlers robots.txt blocks | fetches robots.txt |
| `check_citability` | Scores a passage while drafting | none |

## What the score means

Twenty-five checks across six categories, 0 to 100. The same code that powers
[geo-tool.com](https://www.geo-tool.com/en/geo-score) — the scoring logic is
imported, not reimplemented, so both produce the same number for the same
input.

**Node executes no JavaScript.** This tool therefore reports what a plain HTML
crawler sees — which is exactly what GPTBot, ClaudeBot and PerplexityBot see. A
client-rendered page will score low here, and that is the finding, not a
limitation. To compare the crawler's view against the rendered page, use the
[browser extension](https://www.geo-tool.com/en/ext-report).

There is deliberately no JavaScript rendering fallback: a paid rendering
service is exactly the running cost this package must not create.

## Zero dependencies

The MCP protocol over stdio is JSON-RPC with three methods, implemented
directly. Nothing to install beyond Node 18+, no supply chain, no version drift.

## Links

- npm: [geo-tool-check](https://www.npmjs.com/package/geo-tool-check)
- Smithery: [tracktronaut/geo-tool-check](https://smithery.ai/server/tracktronaut/geo-tool-check)
- Docs: [geo-tool.com/en/developers](https://www.geo-tool.com/en/developers)

## License

MIT. Built by [track by track GmbH](https://www.geo-tool.com).

Lo que la gente pregunta sobre geo-tool-check

¿Qué es shufflethis/geo-tool-check?

+

shufflethis/geo-tool-check es mcp servers para el ecosistema de Claude AI. Is this page readable for AI search? CLI + MCP server checking crawler access, structure and citability for ChatGPT, Perplexity, Claude and Google AI. Runs entirely locally. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-25.

¿Cómo se instala geo-tool-check?

+

Puedes instalar geo-tool-check clonando el repositorio (https://github.com/shufflethis/geo-tool-check) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar shufflethis/geo-tool-check?

+

Nuestro agente de seguridad ha analizado shufflethis/geo-tool-check y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene shufflethis/geo-tool-check?

+

shufflethis/geo-tool-check es mantenido por shufflethis. La última actividad registrada en GitHub es del 2026-08-25, con 0 issues abiertos.

¿Hay alternativas a geo-tool-check?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega geo-tool-check en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: shufflethis/geo-tool-check
[![Featured on ClaudeWave](https://claudewave.com/api/badge/shufflethis-geo-tool-check)](https://claudewave.com/repo/shufflethis-geo-tool-check)
<a href="https://claudewave.com/repo/shufflethis-geo-tool-check"><img src="https://claudewave.com/api/badge/shufflethis-geo-tool-check" alt="Featured on ClaudeWave: shufflethis/geo-tool-check" width="320" height="64" /></a>

Más MCP Servers

Alternativas a geo-tool-check