VoxOdds MCP server
MCP serverDev toolsAll-in outcome rankings with live depth, fees, verified rules, EV checks, and track records.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use VoxOdds MCP server to submit forecast
From the project's README
As published by softdevfz/voxodds-mcp in README.md.
Remote Model Context Protocol server for VoxOdds — live prediction-market odds (Polymarket, Kalshi) with all-in executable quotes, fee-aware EV checks, verified resolution rules, and an audited AI-vs-market forecasting track record. Free, no API key.
- Endpoint:
https://voxodds.com/mcp(Streamable HTTP, JSON-RPC 2.0, stateless, no auth) - Official registry:
com.voxodds/voxodds· Glama connector: https://glama.ai/mcp/connectors/com.voxodds/voxodds - REST alternative: OpenAPI at
https://voxodds.com/api/openapi.json, Swagger UI athttps://voxodds.com/docs, agent notes athttps://voxodds.com/llms.txt
Use it
Claude Code:
claude mcp add --transport http voxodds https://voxodds.com/mcp
mcp.json (Cursor, VS Code, and other clients that read this format):
{
"mcpServers": {
"voxodds": { "url": "https://voxodds.com/mcp" }
}
}
Claude.ai / ChatGPT — add https://voxodds.com/mcp under Settings → Connectors.
Try it with curl:
curl -s https://voxodds.com/mcp \
-H 'Content-Type: application/json' -H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_market_odds","arguments":{"question":"Will Lando Norris be the 2026 F1 champion?"}}}'
Tools
| Tool | What it does |
|---|---|
get_market_odds(question) | Resolve a natural-language question to one live market and return its implied probabilities. Refuses ambiguous matches. |
list_trending_markets(category?, search?, limit?) | Trending markets by volume, optionally filtered. |
compare_platforms(query?, limit?) | Same event priced on Polymarket vs Kalshi, with the spread. |
get_executable_quote(platform, market_id, side?, amount_usd?) | All-in fill for one exact contract: order-book depth, venue taker fees, average price. |
compare_executable_quotes(polymarket_id, kalshi_ticker, ...) | Executable comparison across venues for a reviewed equivalent pair. |
list_executable_opportunities(amount_usd?, side?) | Ranked all-in opportunities across YES and NO of every reviewed equivalent pair. |
list_arbitrage_candidates(max_capital_usd?) | Size-matched opposite-side coverage whose captured all-in cost is below the payout (unfilled candidates; legs are non-atomic). |
list_sportsbook_surebets(sport_key?, capital_usd?) | Sportsbook surebets; returns a disabled notice until a live odds feed is configured. |
check_bet(event, side, odds_offered?, sport?) | Pre-bet check: conservative event resolution, then EV, break-even odds and Kelly against the market reference. |
find_best_price(event, side, sport?) | Best available price across configured books; prediction-market midpoints are never presented as executable. |
get_edge_signals(limit?) | Current edge signals from the VoxOdds edge engine. |
get_research_theses() | Research-desk theses with supporting markets. |
get_track_record() | The audited AI-vs-market experiment: Brier scores vs contemporaneous prices, losses included. |
submit_forecast(market_id, outcome, probability, forecaster_id) | Record your own probability on a live market (append-only) and build a public Brier track record. |
get_forecaster_record(forecaster_id) | Public scorecard for any forecaster id. |
get_world_cup_odds() / get_world_cup_brief() / get_world_cup_matchday(date?) | Archived World Cup 2026 tools. |
Notes
- Displayed probabilities are not executable quotes; verify order books, fees, fills, eligibility and resolution rules before acting. Research only; check venue eligibility and jurisdiction.
- Venue links returned by the tools may carry a referral code (the price is the same for you).
- Scored-forecast dataset:
https://voxodds.com/api/v1/scoreboard/dataset.csv(CC BY 4.0). - Operated by Soft Dev FZ LLC (Fujairah Creative City, UAE). Contact: apps@brainystack.co
Tools it offers (18)
What this server listed when ahel dialed its public endpoint in Sep 2026, with no key and no account of yours. The names are the server’s own.
submit_forecastget_market_oddsget_executable_quotecompare_executable_quoteslist_executable_opportunitieslist_arbitrage_candidateslist_sportsbook_surebetsget_world_cup_oddsget_world_cup_briefget_world_cup_matchdaylist_trending_marketscheck_betfind_best_pricecompare_platformsget_edge_signalsget_track_recordget_forecaster_recordget_research_theses
Signals
- Last commit
- Sep 2026
Advanced
- Delivery
- voxodds MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
- Catalog kind
- mcp-server
- Gateway key
com-voxodds-voxodds- Source
- github.com/softdevfz/voxodds-mcp
- Hosted endpoint
https://voxodds.com/mcp