Skip to main content
ClaudeWave

Hosted MCP server for Kalshi and Polymarket prediction-market quant tools.

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/predictionmarketspicks/mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp": {
      "command": "node",
      "args": ["/path/to/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/predictionmarketspicks/mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# PredictionMarketsPicks MCP

[![mcp MCP server](https://glama.ai/mcp/servers/predictionmarketspicks/mcp/badges/card.svg)](https://glama.ai/mcp/servers/predictionmarketspicks/mcp)

A hosted **Model Context Protocol** server that gives AI agents institutional-grade quant tools for **Kalshi** and **Polymarket** prediction markets — expected value, Kelly sizing, Bayesian updating, probability conversion, cross-platform arbitrage, and live edge signals.

- **Endpoint (Streamable HTTP):** `https://predictionmarketspicks.com/api/mcp/mcp`
- **Registry name:** `com.predictionmarketspicks/quant` ([Model Context Protocol registry](https://registry.modelcontextprotocol.io))
- **Docs / landing page:** https://predictionmarketspicks.com/mcp
- **Manifest:** [`server.json`](./server.json) · also served at `https://predictionmarketspicks.com/.well-known/mcp/server.json`
- **Type:** Cloud service ☁️ · TypeScript 📇

This repo is the public home and documentation for the hosted server. The server is live — no install, no build. Point any MCP client at the endpoint above.

It also ships a **local, self-contained build of the six free calculators** (`src/`) — a stdio MCP server with no network access that runs in any sandbox. See [Run the free tier locally](#run-the-free-tier-locally). The four Pro tools read live PMP edge engines and are only available on the hosted endpoint.

## Tools

The free tier is a set of stateless quant calculators. Pro tools read PredictionMarketsPicks' live edge engines and require an API key.

| Tool | Tier | What it does |
|---|---|---|
| `calculate_ev` | Free | Expected-value edge on a contract from market price + your probability; returns edge % and a BUY / SELL / SKIP read. |
| `kelly_size` | Free | Optimal Kelly position size (full / half / quarter / eighth) from win probability, price, and bankroll, with a risk rating. |
| `bayes_update` | Free | Update a prior with one or more pieces of evidence via Bayes' theorem; returns the posterior and the per-step chain. |
| `convert_probability` | Free | Convert between implied probability, American odds, and decimal odds (American odds carry no commas). |
| `base_rate_gap` | Free | Compare a market price to the historical base rate for a class of events; returns the gap in points + sample-size quality. |
| `combo_edge` | Free | Grade a same-game multi-leg combo: EV %, fair vs offered odds, and a negative-correlation-trap flag. |
| `find_arbitrage` | Pro | Cross-platform price gaps between Kalshi and Polymarket on the same sports contract (NBA, NHL, MLB, World Cup). |
| `market_pulse` | Pro | US macro-health composite (0–100) and regime, plus six category scores. |
| `commodity_edge` | Pro | Largest model edge on a Kalshi weekly-silver or twice-daily bitcoin strike, as a trade ticket (side, price, criterion, edge, tier, ¼-Kelly). |
| `scan_mispricings` | Pro | Polymarket contracts trading away from the PMP model, with direction, edge in points, and quarter-Kelly sizing. |

All tool descriptions and outputs use prediction-market terminology (trader / position / contract / market analysis).

## Connect

**Claude Code**

```
claude mcp add --transport http predictionmarketspicks https://predictionmarketspicks.com/api/mcp/mcp
```

**Claude.ai, ChatGPT, or Cursor** — add a custom connector / MCP server with the URL:

```
https://predictionmarketspicks.com/api/mcp/mcp
```

The free calculators work with no key. Pro tools require a PredictionMarketsPicks API key — see https://predictionmarketspicks.com/mcp.

## Run the free tier locally

The six free calculators run entirely offline as a stdio MCP server — no key, no network. Useful for air-gapped agents, testing, or sandboxed hosts.

```
npm install
npm start          # stdio MCP server: 6 free tools
npm run smoke      # end-to-end self-test
```

Or with Docker:

```
docker build -t pmp-mcp-quant .
docker run --rm -i pmp-mcp-quant
```

Point a stdio MCP client at `node src/index.js` (or the container). For the full ten-tool experience including the live Pro edge engines, use the hosted endpoint above.

## About

Built by [PredictionMarketsPicks](https://predictionmarketspicks.com) — independent quant tools and edge analysis for Kalshi and Polymarket, published by The 7 Oracles.

## License

MIT — see [`LICENSE`](./LICENSE). The hosted service and its live data are operated by PredictionMarketsPicks; this repository covers the server's public interface and documentation.

Lo que la gente pregunta sobre mcp

¿Qué es predictionmarketspicks/mcp?

+

predictionmarketspicks/mcp es mcp servers para el ecosistema de Claude AI. Hosted MCP server for Kalshi and Polymarket prediction-market quant tools. Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala mcp?

+

Puedes instalar mcp clonando el repositorio (https://github.com/predictionmarketspicks/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 predictionmarketspicks/mcp?

+

predictionmarketspicks/mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene predictionmarketspicks/mcp?

+

predictionmarketspicks/mcp es mantenido por predictionmarketspicks. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a mcp?

+

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

Despliega 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: predictionmarketspicks/mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/predictionmarketspicks-mcp)](https://claudewave.com/repo/predictionmarketspicks-mcp)
<a href="https://claudewave.com/repo/predictionmarketspicks-mcp"><img src="https://claudewave.com/api/badge/predictionmarketspicks-mcp" alt="Featured on ClaudeWave: predictionmarketspicks/mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a mcp