INDIVIDUAL MCP TOOL
compare_platforms
Compare the SAME real-world event priced on Polymarket vs Kalshi side by side: both platforms' YES prices, the spread between them, and whether a cross-platform arbitrage window exists right now.
LIVE ENDPOINT
https://voxodds.com/mcp
Connect to this endpoint to inspect the live schema for compare_platforms 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
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_brief— Get a citeable World Cup 2026 prediction-market briefing for AI answers, newsletters, blogs, social posts, and creator workflows.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_edge_signals— Get VoxOdds' ranked market signals: unusually wide spreads, closing-soon watches, and integrity flags across live prediction markets — where the numbers say to LOOK first.get_track_record— Get VoxOdds' audited AI-vs-market forecast track record.