INDIVIDUAL MCP TOOL
get_oracle_board
Return the Oracle Bettable Board: whale-vs-model cross-validated prediction-market plays — real Polymarket/Kalshi trades from tracked insider wallets, cross-checked against Olympus's own Monte Carlo sims — that cleared a live entry-price gate plus the profitability-zone and tier self-learning gates, for an entitled MCP Connect or MCP Pro agent.
LIVE ENDPOINT
https://app.olympus-bets.com/mcp
Connect to this endpoint to inspect the live schema for get_oracle_board and invoke it with your own arguments.
Indexed 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 server
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.olympus-bets-analytics]
url = "https://app.olympus-bets.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"olympus-bets-analytics": {
"type": "http",
"url": "https://app.olympus-bets.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: olympus-bets-analytics
Remote MCP URL: https://app.olympus-bets.com/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": {
"olympus-bets-analytics": {
"url": "https://app.olympus-bets.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"olympus-bets-analytics": {
"type": "http",
"url": "https://app.olympus-bets.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "olympus-bets-analytics",
"transport": "streamable-http",
"url": "https://app.olympus-bets.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_todays_projections— Return today's free sports betting projections published by Olympus Bets Analytics.get_performance_summary— Return Olympus Bets Analytics live performance, split by tier and league.get_track_record— Return resolved sports betting picks from the public Olympus Bets Analytics record.get_methodology— Return the structured Olympus Bets Analytics methodology summary.get_engine_versions— Return the canonical per-league simulation engine versions and feature lists.get_model_vs_market— Return Olympus Bets Analytics' own self-graded model-quality metrics — NOT pick win rate.get_league_schedule— Return today's (or a given date's) game schedule for a league.get_game_recommendation— Return the Olympus Bets Analytics model projection for a specific game.