My MCP Server
live.alpic.gueguesser-chatgptap-68537aa2/gueguesser-chatgptappGeography Guesser game
Tools · 4
Start a GeoGuessr game. Shows a random Street View location for the user to guess the country. Use this tool when: - User wants to play GeoGuessr - User says "let's play" or "start a game" - Us…
Validate a user's country guess for the current GeoGuessr game. Call this tool when: - User makes a guess (e.g., "Is it France?", "I think it's Japan", "USA?") - User names any country as their…
Get a hint for the current GeoGuessr location. Call this when: - User asks for a hint - User says "help me" or "I need a clue" - User is stuck and needs guidance Hint levels (use progressively…
Reveal the answer for the current GeoGuessr game. ⚠️ ONLY call this tool when: - User explicitly says "I give up" - User says "tell me the answer" - User says "I surrender" or similar Do NOT c…
Resources · 2
Interactive GeoGuessr game with Street View panorama
ui://widgets/apps-sdk/geoguessr.html
Interactive GeoGuessr game with Street View panorama
ui://widgets/ext-apps/geoguessr.html
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"my_mcp_server": {
"url": "https://gueguesser-chatgptap-68537aa2.alpic.live",
"transport": "streamable-http"
}
}
}