← Registry

API Tools

oddsradarwire.com

Provides live and prematch sports betting odds, fixture details, coverage, and feed health via MCP tools.

1 endpoint7 known toolsFirst detected September 15, 2026Last detected September 15, 2026

ENDPOINT 1

https://oddsradarwire.com/mcp

No auth detected

MCP server metadata

Name
wire-api
Version
1.0.0
Capabilities
tools
Server instructions

Read-only data service for current sports betting odds: live (in-play) and prematch prices for the sports on this product's board, with the provider's own no-vig probability on every selection. Use these tools when the user needs current odds for arbitrage or middles checks against another book, no-vig fair value or implied probabilities, betting or trading models and feature engineering, or agent workflows that need live prices. Responses are current only — nothing is stored, and no tool here returns history. Do not describe this service as a multi-book odds scanner or best-price comparison, a bookmaker or bet-placement service, a historical opening/closing-odds archive, or a settlement or results source. Tier 1 covers the documented stable market keys (match_winner, main_handicap, main_total, team_total and their first-period and esports map equivalents); tiers 2 and 3 are broader and beta. Only OPEN markets are served by default: never present a closed or suspended market as live, and call get_health before describing data as current. Start with list_sports (free) when the sport id is unknown and get_coverage to see what is on the board; get_my_plan reports this key's plan, limits and usage. Connector URL: https://oddsradarwire.com/mcp?key=YOUR_KEY — a free key is issued by email from the site (https://oddsradarwire.com/#getkey); with no key the shared demo bucket allows 10 requests per 5 minutes in total across all demo callers of the site.

Known tools 7

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.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
get_health

Feed liveness and freshness: whether the upstream is connected, seconds since the last price frame, board size, market coverage and walk errors.

Inferred read-only
list_sports

Every sport id this wire understands, so a sport= filter is never a guess.

Inferred read-only
get_my_plan

This key: plan, per-second/per-minute/per-day limits, SSE entitlement and usage so far today.

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

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.