Skip to main content
Glama
glama.json1.61 kB
{ "$schema": "https://glama.ai/mcp/schemas/server.json", "name": "bet-mcp", "version": "0.1.0", "description": "Serie A pre-match betting MCP server (fixtures, odds, fair odds, value picks).", "homepage": "https://glama.ai/mcp", "repository": "https://github.com/valerio/bet-mcp", "maintainers": [ "valerio" ], "tags": [ "football", "serie-a", "sports", "betting", "odds" ], "entry": { "transport": "http", "port": 8080, "command": "node dist/index.js", "build": "npm install && npm run build" }, "env": [ { "key": "FOOTBALL_DATA_TOKEN", "required": true, "description": "Football-Data.org token" }, { "key": "FOOTBALL_DATA_COMPETITION", "default": "SA", "description": "Football-Data competition code" }, { "key": "FOOTBALL_DATA_SEASON", "default": "2025", "description": "Season year used in Football-Data queries" }, { "key": "ODDS_API_KEY", "required": true, "description": "The Odds API key" }, { "key": "ODDS_API_REGION", "default": "eu", "description": "Odds API region filter" }, { "key": "ODDS_API_MARKETS", "default": "h2h,totals,btts", "description": "Odds API market request" }, { "key": "ODDS_API_SPORT", "default": "soccer_italy_serie_a", "description": "Odds API sport key" }, { "key": "HOME_ADVANTAGE_FACTOR", "default": "1.08", "description": "Home λ multiplier" }, { "key": "CACHE_TTL_SECONDS", "default": "120", "description": "Cache TTL for upstream calls" } ], "tools": [ "fixtures_list", "match_snapshot", "odds_prematch", "fair_compute", "value_detect" ] }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Valerio357/bet-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server