Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Cloudbet

БесплатноНе проверен

Structured sports and esports data via Cloudbet API: fixtures, live odds, stake limits, and markets.

GitHubEmbed

Описание

Structured sports and esports data via Cloudbet API: fixtures, live odds, stake limits, and markets.

README

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.

  1. Run the Server:
go run .
  1. 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 .
  1. 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 .

from github.com/cloudbet/sports-mcp-server

Установка Cloudbet

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/cloudbet/sports-mcp-server

FAQ

Cloudbet MCP бесплатный?

Да, Cloudbet MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Cloudbet?

Нет, Cloudbet работает без API-ключей и переменных окружения.

Cloudbet — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Cloudbet в Claude Desktop, Claude Code или Cursor?

Открой Cloudbet на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Cloudbet with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development