Skip to content
Back to search
100
MCP live v1.1.0 sse

Prediction Markets API

io.github.Br0ski777/prediction-markets

Prediction market odds from Polymarket. Active markets, probabilities, volume. x402.

Uptime
50.0%
4 probes
Response
214ms
last probe
Tools
3
callable

Tools · 3

prediction_list_markets

Use this when you need to browse active prediction markets or find betting odds on real-world events. Returns a list of active markets from Polymarket and Kalshi with current probabilities, trading vo…

prediction_get_market_odds

Use this when you need detailed odds, probabilities, and trading data for a specific prediction market. Searches both Polymarket and Kalshi to find the best match by market ID or question text. 1. qu…

prediction_trending_markets

Use this when you need to see what prediction markets are trending right now. Returns the hottest markets from both Polymarket and Kalshi ranked by recent trading volume and activity. 1. question: th…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "prediction_markets_api": {
      "url": "https://prediction-markets.api.klymax402.com/mcp",
      "transport": "sse"
    }
  }
}