API Tools
oddiwire.com
Provides live and prematch sports betting odds, fixture details, coverage, and feed health via MCP.
ENDPOINT 1
https://oddiwire.com/mcp
MCP server metadata
- Name
- wire-api
- Version
- 1.0.0
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://oddiwire.com/mcp?key=YOUR_KEY — a free key is issued by email from the site (https://oddiwire.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_oddsCurrent 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-onlyget_prematch_oddsCurrent 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-onlyget_fixtureOne 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-onlyget_coverageWhat is on the board right now: live and pre-game fixture counts per sport, plus the time of the last catalog walk.
Inferred read-onlyget_healthFeed liveness and freshness: whether the upstream is connected, seconds since the last price frame, board size, market coverage and walk errors.
Inferred read-onlylist_sportsEvery sport id this wire understands, so a sport= filter is never a guess.
Inferred read-onlyget_my_planThis key: plan, per-second/per-minute/per-day limits, SSE entitlement and usage so far today.
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.wire-api]
url = "https://oddiwire.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"wire-api": {
"type": "http",
"url": "https://oddiwire.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: wire-api
Remote MCP URL: https://oddiwire.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://oddiwire.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"wire-api": {
"type": "http",
"url": "https://oddiwire.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "wire-api",
"transport": "streamable-http",
"url": "https://oddiwire.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.