Skip to main content
ClaudeWave

Remote MCP server for VoxOdds — live prediction-market odds, all-in executable quotes, EV checks and audited forecast track records. Free, no auth.

MCP ServersOfficial Registry0 stars0 forksMITUpdated today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 9/12/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/softdevfz/voxodds-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "voxodds-mcp": {
      "command": "node",
      "args": ["/path/to/voxodds-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/softdevfz/voxodds-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# VoxOdds MCP server

Remote [Model Context Protocol](https://modelcontextprotocol.io) server for **[VoxOdds](https://voxodds.com)** — 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 at `https://voxodds.com/docs`, agent notes at `https://voxodds.com/llms.txt`

## Use it

Claude Code:
```bash
claude mcp add --transport http voxodds https://voxodds.com/mcp
```

`mcp.json` (Cursor, VS Code, and other clients that read this format):
```json
{
  "mcpServers": {
    "voxodds": { "url": "https://voxodds.com/mcp" }
  }
}
```

Claude.ai / ChatGPT — add `https://voxodds.com/mcp` under Settings → Connectors.

Try it with curl:
```bash
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

What people ask about voxodds-mcp

What is softdevfz/voxodds-mcp?

+

softdevfz/voxodds-mcp is mcp servers for the Claude AI ecosystem. Remote MCP server for VoxOdds — live prediction-market odds, all-in executable quotes, EV checks and audited forecast track records. Free, no auth. It has 0 GitHub stars and its last recorded update is dated 2026-09-11.

How do I install voxodds-mcp?

+

You can install voxodds-mcp by cloning the repository (https://github.com/softdevfz/voxodds-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is softdevfz/voxodds-mcp safe to use?

+

Our security agent has analyzed softdevfz/voxodds-mcp and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains softdevfz/voxodds-mcp?

+

softdevfz/voxodds-mcp is maintained by softdevfz. The last recorded GitHub activity is dated 2026-09-11, with 0 open issues.

Are there alternatives to voxodds-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy voxodds-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: softdevfz/voxodds-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/softdevfz-voxodds-mcp)](https://claudewave.com/repo/softdevfz-voxodds-mcp)
<a href="https://claudewave.com/repo/softdevfz-voxodds-mcp"><img src="https://claudewave.com/api/badge/softdevfz-voxodds-mcp" alt="Featured on ClaudeWave: softdevfz/voxodds-mcp" width="320" height="64" /></a>

More MCP Servers

voxodds-mcp alternatives