Connection check
verified live · 27h ago
prediction-markets
Prediction market odds from Polymarket. Active markets, probabilities, volume. x402.
Tools
3
GitHub stars
—
Installs / wk
—
Licence
MIT
Transport
sse
Last checked
27h ago
Tools & capabilities
3 toolsRead from the running server on 27h ago.
prediction_get_market_odds
querymarketId
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 q… 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. question: the full prediction market question text 2. outcomes: array of possible outcomes with their current probabilities 3. outcomePrices: decimal probabilities per outcome (0.72 = 72% implied probability) 4. volume: total all-time trading volume in USD 5. volume24h: trading volume in the last 24 hours 6. liquidity: current depth of the order book in USD 7. endDate: resolution date of the market 8. description: detailed market description and resolution criteria 9. active: whether the market is currently open for trading 10. source: which platform the market is from -- "polymarket" or "kalshi" Example output: { question: "Will ETH flip BTC by 2027?", outcomes: ["Yes", "No"], outcomePrices: { "Yes": 0.08, "No": 0.92 }, volume: 2340000, volume24h: 45000, liquidity: 120000, endDate: "2027-12-31", active: true, source: "polymarket" } Use this when a user asks about the probability of a specific event happening, election odds, or crypto predictions. Provides the crowd-sourced probability estimate backed by real money from two leading platforms. Do NOT use for crypto price data -- use token_get_price instead. Do NOT use for crypto news -- use crypto_get_news instead. Do NOT use for stock prices -- use stock_get_quote instead. Do NOT use for DeFi yields -- use defi_find_best_yields instead. Do NOT use for Hyperliquid perp data -- use hyperliquid_get_market_data instead.
prediction_list_markets
sortlimitsourcecategory
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 proba… 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 volume, and metadata. 1. question: the prediction market question (e.g. "Will Bitcoin reach $100k by December 2026?") 2. outcomePrices: probability for each outcome as decimal (0.65 = 65% chance YES) 3. volume: total trading volume in USD 4. liquidity: current available liquidity in USD 5. endDate: when the market resolves 6. category: topic category (politics, crypto, sports, science, culture) 7. active: whether the market is currently trading 8. source: data source -- "polymarket" or "kalshi" Example output: { markets: [{ question: "Will Trump win 2028?", outcomePrices: { "Yes": 0.42, "No": 0.58 }, volume: 15420000, liquidity: 890000, endDate: "2028-11-06", category: "politics", source: "polymarket" }] } Use this to gauge public consensus on future events. Merges data from both Polymarket (crypto-native) and Kalshi (CFTC-regulated). Essential for research, forecasting, and understanding market sentiment on any topic. Do NOT use for crypto price data -- use token_get_price instead. Do NOT use for crypto news -- use crypto_get_news instead. Do NOT use for stock prices -- use stock_get_quote instead. Do NOT use for DeFi yields -- use defi_find_best_yields instead. Do NOT use for Hyperliquid perp data -- use hyperliquid_get_market_data instead.
prediction_trending_markets
limitsource