Is this page readable for AI search? Crawler access, structure and citability checks, runs locally.
MCPpedia last refreshed this data
io.github.shufflethis/geo-tool-check is an MCP server that is this page readable for AI search? Crawler access, structure and citability checks, runs locally. Its tool list has not been published yet over stdio, requires no API key, and scores 56/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-shufflethis-geo-tool-check": {
"command": "npx",
"args": [
"-y",
"geo-tool-check"
]
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Is this page readable for AI search? Crawler access, structure and citability checks, runs locally.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'geo-tool-check' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked geo-tool-check against OSV.dev.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in browser
Chrome DevTools for coding agents
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
MCP server paired with a browser extension that enables AI agents to control the user's browser.
MCP Security Weekly
Get CVE alerts and security updates for io.github.shufflethis/geo-tool-check and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
npx geo-tool-check example.com

Everything runs on your machine. No account, no API key, no telemetry — nothing is ever sent to geo-tool.com. The score is computed by the same engine as the free website audit on geo-tool.com, so the number here matches the number there.
geo-tool-check —
Node 18+, zero runtime dependenciesio.github.shufflethis/geo-tool-check
(stdio server, ships in the package)https://www.geo-tool.com/mcp (Streamable
HTTP) · manifest
/.well-known/mcp.jsoncheck_citability scores a text passage
with no network request at all--min-score 70 turns the score into an exit codeNot for measuring whether AI answers actually mention your brand — that is a different measurement: the hosted geo-tool.com workspace checks real ChatGPT, Perplexity, and Gemini answers for your buying-intent questions daily.
| I want to… | Run |
|---|---|
| Score a page | npx geo-tool-check example.com |
| See which AI crawlers robots.txt blocks | npx geo-tool-check example.com --crawlers |
| Gate a deploy in CI | npx geo-tool-check https://example.com --min-score 70 |
| Get machine-readable output | npx geo-tool-check example.com --json |
| Use it from an AI agent (MCP) | npx geo-tool-check --mcp — setup guide |
Almost every MCP client accepts this block (per-client setup, config files to copy):
{
"mcpServers
... [View full README on GitHub](https://github.com/shufflethis/geo-tool-check#readme)