sports-mcp-server
CloudbetパブリックAPIを使用した、スポーツデータおよびベッティングツール公開のための[Model Context Protocol](https://modelcontextprotocol.io/introduction) (MCP) のシングルファイルかつ最小限の実装です。このデモ用mcp serversは[MCP Server仕様](https://modelcontextprotocol.io/specification/2025-03-26/server)に準拠しており、教育およびデモンストレーションのみを目的としています。責任を持って、ご自身の判断とリスクで使用してください。
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 💡
Humboldtian/remote-mcp-server
A remote Model Context Protocol (MCP) server designed to run on Cloudflare Workers, featuring OAuth login and demonstrating integration with MCP Inspector and Claude Desktop.
azure-mcp
The Azure MCP Server, bringing the power of Azure to your agents.
@container-inc/mcp
An MCP Server designed for automated deployments to the Container Inc. platform.
reza-gholizade/k8s-mcp-server
Manage Your Kubernetes Cluster with k8s mcp-server
@johnneerdael/netskope-mcp
A Model Context Protocol (MCP) server for managing Netskope Network Private Access (NPA) infrastructure through Large Language Models (LLMs).
@felores/cloudinary-mcp-server
An MCP server enabling media (images, videos) uploads to Cloudinary, designed for integration with Claude Desktop and other MCP clients.