geo tool check for Grok
io.github.shufflethis/geo-tool-check
Is this page readable for AI search? Crawler access, structure and citability checks, runs locally.
client:Grok
transport:stdio
runtime:npm
Install geo tool check in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"geo-tool-check": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"geo-tool-check"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs