One question returns the aggregated probability across several regulated prediction markets, plus the places where those markets currently disagree with each other.
A Python server serving Meridian Edge's aggregated prediction-market data. Consensus probabilities, divergence between venues, recent moves and settled outcomes come from multiple regulated prediction markets, updated every 10 minutes.
- get_consensus returns aggregated consensus probabilities for sports and politics events
- get_opportunities surfaces events where the markets show notable divergence from each other
- get_signals reports recent directional market moves
- get_markets lists the markets currently being tracked
- get_settlements returns recently settled events with verified outcomes
Python. `uvx meridian-edge-mcp` runs it without an install step, or `pip install meridian-edge-mcp`. A Meridian Edge API key goes in the client config.
One command plus a key — pip install meridian-edge-mcp, then supply credentials
