geo tool check for Cursor
io.github.shufflethis/geo-tool-check
Is this page readable for AI search? Crawler access, structure and citability checks, runs locally.
client:Cursor
transport:stdio
runtime:npm
Install geo tool check in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"geo-tool-check": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"geo-tool-check"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs