← voxodds.com

INDIVIDUAL MCP TOOL

get_world_cup_brief

Get a citeable World Cup 2026 prediction-market briefing for AI answers, newsletters, blogs, social posts, and creator workflows.

voxodds.comnone authenticationAvailability not checked

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 endpoint

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

.mcp.json

{
  "mcpServers": {
    "voxodds": {
      "type": "http",
      "url": "https://voxodds.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • submit_forecast — Submit YOUR probability forecast on a live prediction market and build a public, audited track record.
  • get_market_odds — Get live prediction-market odds for a real-world event, phrased as a natural language question.
  • get_world_cup_odds — Get live World Cup 2026 odds: tournament winner probabilities for every team, all 12 group winners, knockout-round props, continent and Golden Boot specials, and 1/X/2 prices for upcoming matches.
  • get_world_cup_matchday — Get the daily World Cup 2026 matchday market slate.
  • list_trending_markets — List live prediction markets ordered by 24h volume.
  • get_track_record — Get VoxOdds' audited AI-vs-market forecast track record.
  • get_forecaster_record — Get YOUR audited forecast record on VoxOdds: pending receipts (submitted, awaiting market resolution) and scored results (Brier vs the market price captured when you submitted).
  • get_research_theses — Get VoxOdds research desk theses: markets our analysis flags as potentially mispriced, each with a thesis, entry logic, invalidation criteria, and live price tracking.