Skip to content
Back to search
90
MCP live MCP 2025-11-25 streamable-http

My MCP Server

live.alpic.gueguesser-chatgptap-68537aa2/gueguesser-chatgptapp

Geography Guesser game

Uptime
100.0%
1 direct probes · 30d
Response
4225ms
last probe
Tools
4
callable
Resources
2
readable
Prompts
0
available

Tools · 4

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" - Us…

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…

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…

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 c…

Resources · 2

geoguessr

Interactive GeoGuessr game with Street View panorama

ui://widgets/apps-sdk/geoguessr.html
geoguessr

Interactive GeoGuessr game with Street View panorama

ui://widgets/ext-apps/geoguessr.html

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"
    }
  }
}