Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Cloudbet Sports

FreeNot checked

Integrates with Cloudbet's sports betting API to provide live sports data, betting markets, and odds across multiple sports with fuzzy search capabilities for f

GitHubEmbed

About

Integrates with Cloudbet's sports betting API to provide live sports data, betting markets, and odds across multiple sports with fuzzy search capabilities for finding competitions by name.

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

Installing Cloudbet Sports

This server has no published package — it is built from source. Open the repository and follow its README.

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

FAQ

Is Cloudbet Sports MCP free?

Yes, Cloudbet Sports MCP is free — one-click install via Unyly at no cost.

Does Cloudbet Sports need an API key?

No, Cloudbet Sports runs without API keys or environment variables.

Is Cloudbet Sports hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Cloudbet Sports in Claude Desktop, Claude Code or Cursor?

Open Cloudbet Sports on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Cloudbet Sports with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs