← livecasinodata.com
INDIVIDUAL MCP TOOL
get_platform_stats
Platform-wide live casino statistics: total rounds ever collected, number of games tracked, and the timestamp of the most recent data.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT 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-com]
url = "https://livecasinodata.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"livecasinodata-com": {
"type": "http",
"url": "https://livecasinodata.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: livecasinodata-com
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-com": {
"url": "https://livecasinodata.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"livecasinodata-com": {
"type": "http",
"url": "https://livecasinodata.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "livecasinodata-com",
"transport": "streamable-http",
"url": "https://livecasinodata.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_games— List all actively tracked live casino games with their 30-day round count, observed bonus rate, and Live Casino Fairness Index (LCFI) grade.get_game_stats— Detailed statistics for one game across 7/30/90-day windows: rounds, bonus rate, average and max multiplier, and LCFI score.get_fairness_index— The 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.