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 💡
aniketsingh98571/github-mcp
A GitHub integration service that provides a Model Control Protocol (MCP) interface for interacting with GitHub's API
mcp-server-cloudflare
Model Context Protocol (MCP) is a new, standardized protocol for managing context between large language models (LLMs) and external systems. In this repository, you can find several MCP servers allowing you to connect to Cloudflare's service from an MCP client (e.g. Cursor, Claude) and use natural language to accomplish tasks through your Cloudflare account.
rithik-perera/CodeCrunchMCP
An MCP server for analyzing Azure usage data from CSV files, providing insights, summaries, and visualizations.
mcp-atlassian
MCP server for Atlassian tools (Confluence, Jira)
mcp
Official AWS MCP Servers
inspektor-gadget
AI-powered debugging and inspection for Kubernetes clusters using Inspektor Gadget.