live.alpic.gueguesser-chatgptap-68537aa2/gueguesser-chatgptapp
Official4 toolsMy MCP Server
Geography Guesser game
Geography guessing game for interactive play.
Captured live from the server via tools/list.
geoguessr
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" - User wants to guess locations IMPORTANT INSTRUCTIONS FOR THE AGENT: - Do NOT reveal the country under any circumstances until the user explicitly gives up - When user makes a guess, use the validate_guess tool to check if it's correct - When user asks for a hint, use the get_hint tool (start with level 1, then 2, 3, 4) - Only use reveal_answer when user explicitly says "I give up" or similar - After a correct guess or reveal, ask if they want to play again
No parameters.
validate_guess
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 answer The tool will tell you if the guess is correct or not.
Parameters (2)
- locationIdstringrequired
The location ID from the current game
- guessstringrequired
The country the user guessed
get_hint
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, don't skip ahead): - Level 1: Continent (e.g., "Europe") - Level 2: Region (e.g., "Western Europe") - Level 3: Language on signs (e.g., "French") - Level 4: Neighboring countries Start with level 1, then give level 2 if they need more help, etc.
Parameters (2)
- locationIdstringrequired
The location ID from the current game
- hintLevelnumberrequired
Hint level: 1=continent, 2=region, 3=language, 4=neighbors
reveal_answer
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 call this if: - User is still guessing - User just asked for a hint - User said "I don't know" but hasn't given up
Parameters (1)
- locationIdstringrequired
The location ID from the current game
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"gueguesser-chatgptapp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gueguesser-chatgptap-68537aa2.alpic.live"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.