A minimal Model Context Protocol (MCP) server implementation for accessing sports data and betting tools through the Cloudbet public API, designed for educational and demonstration purposes.
Retrieves events and markets for a specified competition using the Cloudbet public API.
{
"mcpServers": {
"cloudbet-sports": {
"command": "go",
"args": ["run", "."],
"env": {}
}
}
}