← oddsradarwire.com

INDIVIDUAL MCP TOOL

get_fixture

One fixture in full by id: every normalized market with its canonical key, tier, structure, status, decimal price and the no-vig probability per selection.

oddsradarwire.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://oddsradarwire.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_fixture 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

oddsradarwire.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.wire-api]
url = "https://oddsradarwire.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "wire-api": {
      "type": "http",
      "url": "https://oddsradarwire.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: wire-api
Remote MCP URL: https://oddsradarwire.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": {
    "wire-api": {
      "url": "https://oddsradarwire.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "wire-api": {
      "type": "http",
      "url": "https://oddsradarwire.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "wire-api",
  "transport": "streamable-http",
  "url": "https://oddsradarwire.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_live_odds — Current live (in-play) odds for this product's board: every fixture with its OPEN markets, decimal prices and the no-vig probability on each selection.
  • get_prematch_odds — Current prematch (pre-game) odds for this product's board — the upcoming fixtures with their OPEN markets, decimal prices and the no-vig probability on each selection.
  • get_coverage — What is on the board right now: live and pre-game fixture counts per sport, plus the time of the last catalog walk.
  • get_health — Feed liveness and freshness: whether the upstream is connected, seconds since the last price frame, board size, market coverage and walk errors.
  • list_sports — Every sport id this wire understands, so a sport= filter is never a guess.
  • get_my_plan — This key: plan, per-second/per-minute/per-day limits, SSE entitlement and usage so far today.