Skip to main content
Glama
184,290 tools. Last updated 2026-06-08 08:11

"namespace:com.olympus-bets" matching MCP tools:

  • Retrieve all prop market types available for a given event, such as h2h, spreads, totals, or player points. Helps identify which markets are offered before placing bets.
    MIT
  • Enter a crash game round to place bets and cash out before the multiplier crashes. Use this tool to join rooms, wager SOL, and secure profits by timing cashouts appropriately.
    MIT
  • Analyze prediction market bets by initiating deep research pipelines for platforms like Kalshi and Polymarket. Provides market intelligence through causal analysis to support informed trading decisions.
    MIT
  • Retrieve your Polymarket prediction-market positions grouped by event, showing market title, outcome, quantity, current price, value, cost, PnL, redeemable status, and end date.
    MIT
  • Creates a plan-knowledge.md starter template with methodology frameworks (RICE, WSJF, etc.) and TODO sections. Refuses to overwrite existing files unless forced.
    MIT

Matching MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Public read-only registry for Codex-compatible animated companion packs. Search approved pets, fetch install instructions, generate badges and embed cards, and discover the pet request flow via Streamable HTTP MCP.
    Last updated
    7
    2,543
    3
    Apache 2.0

Matching MCP Connectors

  • Quant sports-betting analytics: free projections, live track record, methodology (12 leagues).

  • Search, preview, install community Codex pet packs, and discover the pet request flow.

  • Simulate a coin flip game with optional SOL cryptocurrency wagering. Place bets within defined limits for heads outcome prediction.
    MIT
  • Analyzes roadmap initiatives by labeling them as feature, tech debt, or strategic, then calculates ratio and score share to provide a heuristic advisory on balance.
    MIT
  • Place bets on AI agents in matches using SOL cryptocurrency to predict winners and receive updated odds information.
    MIT
  • Fetch the current Kp-index to assess geomagnetic activity and its impact on focus, deployments, and infrastructure.
    Creative Commons Zero v1.0 Universal
  • Aggregate your UPDOWN bet and claim history across all assets and timeframes. Get total bets, win/loss tallies, and arrays of active and claimable bets.
  • Place bets on prediction markets for cryptocurrency and stock price movements. Specify game type, direction (UP/DOWN), probability price, and share quantity to execute trades.
  • Return the structured Olympus Bets Analytics methodology summary. Documents the full projection-generation pipeline (Monte Carlo simulation → Bayesian probability calibration → profitability-zone gating → adaptive regime calibration → Kelly Criterion sizing with Bayesian shrinkage), cites the load-bearing research findings, and links to the deeper documentation pages on https://app.olympus-bets.com. Use this tool when an end user asks "how does Olympus Bets work?", "what's the model behind these projections?", or anything similarly methodology-shaped. The returned object is suitable for direct citation. Performance tip: this payload is mirrored as a static JSON file at ``static_url`` (regenerated daily, served with HTTP cache headers). For repeat use, prefer the static mirror to save uvicorn cycles.
    Connector
  • Scan top Polymarket markets and return opportunities where Pipeworx data disagrees with market price. Built for "what should I bet on today" — agents discover opportunities without paging hundreds of markets. FIVE MODEL FAMILIES grouped into three response segments under by_segment: (1) MODEL_DRIVEN — crypto_price (lognormal barrier from 90d FRED log-returns) and news_momentum (GDELT 7d/21d article-volume ratio, soft signal w/ halved Kelly). (2) STRUCTURAL_ARBITRAGE — partition_overround on mutually-exclusive events; per-leg favorite-longshot bias correction with per-sport α (tennis 1.02, soccer 1.10, MMA 1.15, default 1.0); placeholder-slug filter drops will-person-X / will-team-Y / will-manager-Z / will-someone-else- backstops; partitions with >20% placeholder fraction skipped entirely. (3) CONCENTRATED_LONGSHOT — basket trade when one leg ≥75% AND ≥2 longshots ≤8% AND portfolio return ≥25:1; rare-by-design (gates relaxed Run 8 from prior 85%/5%/50:1). EVERY OPPORTUNITY carries edge_pp_net (after slippage), kelly_fraction + kelly_fraction_half (capped at 0.25), market.liquidity, market.spread_pp, market.volume, plus a 24h-move warning ("Market moved X.Xpp in 24h") when the recent move alone exceeds the edge — your edge may already be in the price. TRADEABLE-EDGE KNOBS: min_liquidity / max_spread_pp drop opportunities where edge isn't realizable; min_partition_leg_kelly filters partitions by best per-leg Kelly. RESPONSE TOP-LEVEL: by_segment{model_driven,structural_arbitrage,concentrated_longshot}, fed_candidates/fed_note (Fed bets surface here, excluded from ranking — 1m-T vs EFFR signal is unreliable at meeting-month horizons without paid OIS/SOFR-futures data), and _diagnostics{concentrated_longshot:{...funnel counters},category_counts,filter_skips} so callers can see WHY a segment is empty (top-N stale, all candidates failed gates, knob dropped them). Cached 1h at the KV level keyed on all knobs.
    Connector
  • Return today's (or a given date's) game schedule for a league. Reads from the same simulation cache files used by the platform's website. Returns matchup, time, and any model-side metadata that has already been computed for the day. Args: league: One of NBA, NHL, CBB, NFL, MLB, SOCCER, LOL, CS2, TENNIS, WNBA, CFB, GOLF. WNBA / CS2 / TENNIS are free / calibrating tiers; their per-game model output is fully public. NFL / CFB return their most recent slate (offseason as of mid-2026). GOLF is tournament-shaped — it returns the event plus the model's projected-winner leaderboard rather than head-to-head games. date: YYYY-MM-DD. Defaults to today (Eastern time). Returns: Team / esports / tennis leagues: ``{league, date, count, games: [...]}``. GOLF: ``{league, date, event, round, count, projected_winners: [...]}``.
    Connector
  • Return today's free sports betting projections published by Olympus Bets Analytics. Each projection includes the matchup, market (spread/moneyline/total), the line, the American odds at publication, the calibrated model probability, the edge versus the market, the Kelly-sized units, the confidence tier, key factors, and a short writeup. These are PUBLIC projections — the same set published on https://app.olympus-bets.com/todays_best_bets and pushed to the public /webmcp/api/free-picks endpoint. Premium tier projections are not exposed here. Args: league: Optional league filter (e.g. "NBA", "NHL", "MLB", "CBB", "NFL", "SOCCER", "LOL", "GOLF"). Omit to return all leagues. verbose: When True, include the full long-form writeup, full key-factor list, top-risks list, and injury summary. Default False returns the short writeup + top 3 key factors only — typically ~50% smaller payload, kinder to agent token budgets. Set verbose=True when an agent specifically wants the detail (e.g., user asked "explain this pick"). Returns: ``{date, total, leagues_active, projections: [...]}``
    Connector