Overview
Features
Single-file MCP server
A compact, minimal MCP server implemented in a single Go file suitable for quick experimentation and learning.
MCP Server compliant
Follows the MCP Server specification to enable standardized tool discovery and execution.
Cloudbet API integration
Integrates the Cloudbet public API to expose structured data such as fixtures, live odds, stake limits, and markets.
Tool discovery via tools/list
Demonstrates how to describe available tools using the MCP tools/list method.
Tool invocation via tools/call
Demonstrates how to call a tool by name with arguments using the MCP tools/call method.
Educational/demo-oriented
Designed for educational and demonstration purposes, not production-ready.
Go runtime friendly
Runs as a single-file Go application via go run, with simple curl examples included.
Who Is This For?
- Developers:Experiment with MCP endpoints and tool invocation using Cloudbet data.
- Educators:Demonstrate MCP concepts in tutorials or classrooms.
- MCP learners:Practice tool discovery and invocation in a minimal, safe environment.




