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 ServersRegistry oficial0 estrellas0 forksMITActualizado 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.
Casos de uso

Resumen de MCP Servers

# 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

Lo que la gente pregunta sobre voxodds-mcp

¿Qué es softdevfz/voxodds-mcp?

+

softdevfz/voxodds-mcp es mcp servers para el ecosistema de Claude AI. Remote MCP server for VoxOdds — live prediction-market odds, all-in executable quotes, EV checks and audited forecast track records. Free, no auth. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-11.

¿Cómo se instala voxodds-mcp?

+

Puedes instalar voxodds-mcp clonando el repositorio (https://github.com/softdevfz/voxodds-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar softdevfz/voxodds-mcp?

+

Nuestro agente de seguridad ha analizado softdevfz/voxodds-mcp y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene softdevfz/voxodds-mcp?

+

softdevfz/voxodds-mcp es mantenido por softdevfz. La última actividad registrada en GitHub es del 2026-09-11, con 0 issues abiertos.

¿Hay alternativas a voxodds-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega voxodds-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers

Alternativas a voxodds-mcp