← skipodds.com

INDIVIDUAL MCP TOOL

get_fixture

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

skipodds.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

skipodds.com

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.

Related tools

  • 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%.
  • fixture_movement — How the SkipOdds Index moved over time for one fixture — timestamped consensus snapshots.
  • tournament_outrights — Soccer tournament-winner probabilities, normalised across the still-alive field (eliminated teams excluded).
  • golf_tournaments — Golf tournaments with normalised outright-winner probabilities.