INDIVIDUAL MCP TOOL
geo_scan
Checks whether a website is readable and citable by AI systems (ChatGPT, Claude, Perplexity, Google AI Overviews).
LIVE ENDPOINT
https://www.agundur.de/mcp.php
Connect to this endpoint to inspect the live schema for geo_scan and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.agundur-mcp]
url = "https://www.agundur.de/mcp.php"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agundur-mcp": {
"type": "http",
"url": "https://www.agundur.de/mcp.php"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agundur-mcp
Remote MCP URL: https://www.agundur.de/mcp.php
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"agundur-mcp": {
"url": "https://www.agundur.de/mcp.php"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agundur-mcp": {
"type": "http",
"url": "https://www.agundur.de/mcp.php"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agundur-mcp",
"transport": "streamable-http",
"url": "https://www.agundur.de/mcp.php"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
local_business_check— Checks a website for LocalBusiness Schema.