de.agundur/geo-scanner
Official1 toolGEO Scanner
Checks whether a website is readable and citable by AI systems (ChatGPT, Claude, Perplexity, etc.)
Check website accessibility and citation eligibility for major AI systems.
Captured live from the server via tools/list.
geo_scan
Checks whether a website is readable and citable by AI systems (ChatGPT, Claude, Perplexity, Google AI Overviews). Returns a 0-100 score across checks like llms.txt, Schema.org structured data, AI bots in robots.txt, content freshness, and heading structure — each with a concrete fix. Use whenever someone asks to check, audit, or improve a website's AI/GEO visibility.
Parameters (1)
- urlstringrequired
Full URL of the website to check, including https://
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"geo-scanner": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.agundur.de/mcp.php"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.