Analytics
livecasinodata.com
Provides statistics and fairness ratings for live casino games.
ENDPOINT 1
https://livecasinodata.com/api/mcp
MCP server metadata
- Name
- livecasinodata
- Version
- 1.1.0
Read-only live casino statistics for Evolution Gaming games. All data is public (CC BY 4.0). Use list_games to discover slugs, then get_game_stats for detail and get_recent_rounds for raw round history.
Known tools 5
get_platform_statsPlatform-wide live casino statistics: total rounds ever collected, number of games tracked, and the timestamp of the most recent data.
Inferred read-onlylist_gamesList all actively tracked live casino games with their 30-day round count, observed bonus rate, and Live Casino Fairness Index (LCFI) grade.
Inferred read-onlyget_game_statsDetailed statistics for one game across 7/30/90-day windows: rounds, bonus rate, average and max multiplier, and LCFI score.
Inferred read-onlyget_fairness_indexThe Live Casino Fairness Index (LCFI): platform-wide fairness score plus per-game scores over the last 30 days, comparing observed bonus rates to certified theoretical rates.
Inferred read-onlyget_recent_roundsThe most recent raw rounds for one game (result, multiplier, bonus flag, UTC timestamp), newest first.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.livecasinodata]
url = "https://livecasinodata.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"livecasinodata": {
"type": "http",
"url": "https://livecasinodata.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: livecasinodata
Remote MCP URL: https://livecasinodata.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"livecasinodata": {
"url": "https://livecasinodata.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"livecasinodata": {
"type": "http",
"url": "https://livecasinodata.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "livecasinodata",
"transport": "streamable-http",
"url": "https://livecasinodata.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for livecasinodata.com was fetched 2026-09-23T22:02:50.407Z.
livecasinodata.com is assessed as RestrictedContent: Domain runs gambling-related technology.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.