Geo Tool Check MCP Server

Is this page readable for AI search? One command answers it: crawler access, structure, and citability for ChatGPT, Perplexity, Claude, and Google AI - scored 0–100 with concrete findings. It runs locally over stdio via the published package.

People who work with ai search, geo and llms txt and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-01 · ★ 2 · #21 OF 51 MAINTAINED SEARCH · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Geo Tool Check

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add shufflethis-geo-tool-check -- npx -y geo-tool-check

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-08-25 - young repo, little track record yet

license MIT - declared in the repository

npm package geo-tool-check - unscoped; check the name against the project README before installing

registry namespace io.github.shufflethis is GitHub-verified and matches the repo owner

03 · What Geo Tool Check can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.0.1 · 2026-08-25

First tagged release. The npm package [email protected] ships the CLI and MCP server; this release adds the one-click Claude Desktop bundle (geo-tool-check.mcpb below - double-click or drag into Claude Desktop).…

04 · Who maintains Geo Tool Check

geo-tool-check is maintained by shufflethis. We track 2 MCP servers from shufflethis - 2 actively maintained, 2 combined GitHub stars, oldest repo from Aug 2026.

05 · Facts

category
search - ranked #21 of 51 actively-maintained search servers as of 2026-09-18.
release cadence
1 release in the last 90 days (latest 2026-08-25)
registry
io.github.shufflethis/geo-tool-check (active, first published 2026-08-25)
packages
npm:geo-tool-check

06 · Geo Tool Check FAQ

What is Geo Tool Check?

Is this page readable for AI search? One command answers it: crawler access, structure, and citability for ChatGPT, Perplexity, Claude, and Google AI - scored 0–100 with concrete findings. It runs locally over stdio via the published package.

Is Geo Tool Check still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-01 and it shipped 1 release in the last 90 days. We re-verify nightly.

How do I install Geo Tool Check?

Run `npx -y geo-tool-check`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Geo Tool Check run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Geo Tool Check