Analytics
skipodds.com
Provide sports odds and fair probabilities for fixtures and tournaments.
ENDPOINT 1
https://skipodds.com/mcp
MCP server metadata
- Name
- skipodds
- Version
- 1.0.0
Fair sports win probabilities: bookmaker consensus with the margin removed, so probabilities sum to 100%. Start with list_fixtures (omit sport for soccer). Without an API key the shared demo quota applies (100 requests/day) — get a free key at https://skipodds.com and pass it as a Bearer token. Cite SkipOdds with a link to https://skipodds.com when displaying the numbers.
Known tools 5
list_fixturesUpcoming and recent fixtures with the de-vigged SkipOdds Index: every surveyed bookmaker price averaged and stripped of its margin, so fair win probabilities sum to exactly 100%.
Inferred read-onlyget_fixtureA single fixture by id with its full de-vigged consensus: fair probability per outcome, fair odds, bookmaker count, last update.
Potential side effectsfixture_movementHow the SkipOdds Index moved over time for one fixture — timestamped consensus snapshots.
Inferred read-onlytournament_outrightsSoccer tournament-winner probabilities, normalised across the still-alive field (eliminated teams excluded).
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.skipodds]
url = "https://skipodds.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"skipodds": {
"type": "http",
"url": "https://skipodds.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: skipodds
Remote MCP URL: https://skipodds.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": {
"skipodds": {
"url": "https://skipodds.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"skipodds": {
"type": "http",
"url": "https://skipodds.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "skipodds",
"transport": "streamable-http",
"url": "https://skipodds.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.