← Registry

Analytics

skipodds.com

Provide sports odds and fair probabilities for fixtures and tournaments.

1 endpoint5 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://skipodds.com/mcp

No auth detected

MCP server metadata

Name
skipodds
Version
1.0.0
Capabilities
tools
Server instructions

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_fixtures

Upcoming 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-only
get_fixture

A single fixture by id with its full de-vigged consensus: fair probability per outcome, fair odds, bookmaker count, last update.

Potential side effects
fixture_movement

How the SkipOdds Index moved over time for one fixture — timestamped consensus snapshots.

Inferred read-only
tournament_outrights

Soccer tournament-winner probabilities, normalised across the still-alive field (eliminated teams excluded).

Inferred read-only
golf_tournaments

Golf tournaments with normalised outright-winner probabilities.

Inferred read-only

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.