sports-mcp-server
Single-file, minimal implementation of the [Model Context Protocol](https://modelcontextprotocol.io/introduction) (MCP) for sports data and betting tool exposure using the Cloudbet public API. This demo server follows the [MCP Server specification](https://modelcontextprotocol.io/specification/2025-03-26/server) and is designed for educational and demonstration purposes only. Please use responsibly and at your own risk.
Cloudbet Sports MCP server
Single-file, minimal implementation of the Model Context Protocol (MCP) for sports data and betting tool exposure using the Cloudbet public API. This demo server follows the MCP Server specification and is designed for educational and demonstration purposes only. Please use responsibly and at your own risk.
- Run the Server:
go run .
- List Tools (Describe):
curl -X POST http://localhost:8080/ -H "Content-Type: application/json" -d
'{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/list",
"params": {}
}' | jq .
- Call a Tool:
curl -X POST http://localhost:8080/ -H "Content-Type: application/json" -d
'{
"jsonrpc": "2.0",
"id": 2,
"method": "tools/call",
"params": {
"name": "findEventsAndMarketsByCompetition",
"arguments": {
"competitionName": "Premier League"
}
}
}' | jq .
Recommend MCP Servers 💡
inspektor-gadget
AI-powered debugging and inspection for Kubernetes clusters using Inspektor Gadget.
G1L1-Tech/remote-mcp-server
A remote Model Context Protocol (MCP) server designed to run on Cloudflare Workers, featuring OAuth login for secure client connections.
@upstash/mcp-server
An MCP server that enables natural language interaction with Upstash Developer APIs, allowing users to manage Redis databases, view usage, and perform other operations via MCP clients.
microsoft-fabric-rti-mcp
MCP server enabling AI agents to interact with Microsoft Fabric Real-Time Intelligence services through natural language commands translated to KQL operations
miraclebakelaser/porkbun-mcp-server
An MCP server that provides tools to interact with the Porkbun API for managing domains, DNS, SSL, and more.
honeycomb-mcp
A Model Context Protocol server for interacting with Honeycomb observability data, enabling LLMs to query and analyze data, alerts, and dashboards for Honeycomb Enterprise customers.