We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/NyxiumYuuki/GeoGuessrMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•264 B
"""
GeoGuessr MCP Server Package.
A Model Context Protocol server for analyzing GeoGuessr game statistics
with automatic API monitoring and dynamic schema adaptation.
"""
__version__ = "0.2.0"
__author__ = "Yûki VACHOT"
__all__ = ["__version__", "__author__"]