meridian-edge-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MERIDIAN_EDGE_API_KEY | No | Your Meridian Edge API key for full access (optional, free demo key used otherwise) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_consensusA | Get real-time prediction market consensus probabilities. Returns aggregated consensus from multiple regulated prediction markets. Each event shows the collective probability, trend direction, and how much markets agree (spread). Args: sport: Filter by sport — NBA, NFL, MLB, NHL, MLS, POLITICS, or omit for all active events. limit: Number of events to return (1–20, default 10). Returns: Formatted consensus data with probabilities, trends, and confidence. |
| get_opportunitiesA | Get events where prediction markets show notable divergence. Divergence opportunities are events where regulated prediction markets disagree significantly. Higher scores indicate greater disagreement. This may surface events where information is still being incorporated. Args: min_score: Minimum opportunity score to include (default 5.0). sport: Filter by sport — NBA, NFL, MLB, NHL, MLS, POLITICS, or omit. limit: Number of opportunities to return (1–20, default 10). Returns: Formatted list of divergence opportunities ranked by score. |
| get_signalsA | Get recent market signals showing direction of price moves. Signals indicate notable directional moves in prediction market consensus. Each signal shows whether the market shifted toward YES or NO, and the current status of the market. Args: limit: Number of signals to return (1–10, default 5). Returns: Formatted recent signals with direction and event details. |
| get_marketsA | Get active prediction markets currently being tracked. Shows markets that are open and being monitored for consensus. Use this to see what events are currently available before querying consensus. Args: sport: Filter by sport — NBA, NFL, MLB, NHL, MLS, POLITICS, or omit. limit: Number of markets to return (1–20, default 10). Returns: Formatted list of active markets with status and sport. |
| get_settlementsA | Get recently settled prediction market events with verified outcomes. Shows events that have concluded, with verified outcome data. Useful for checking how recent consensus predictions compared to actual results. Args: limit: Number of settled events to return (1–10, default 5). Returns: Formatted settlement history with outcomes and verification status. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool targets a distinct aspect of prediction markets: consensus probabilities, active markets, divergence opportunities, settled events, and market signals. No two tools overlap in purpose.
All tools follow a consistent `get_<noun>` pattern (e.g., get_consensus, get_markets), making it easy to predict and understand tool functionality.
With exactly 5 tools, the surface is focused and scoped appropriately for a prediction market data server, covering querying, divergence detection, and history without bloat.
Covers core operations: listing active markets, getting consensus, finding divergences, viewing signals, and checking settled outcomes. Missing a tool for detailed individual event info, but the set is largely complete for its stated purpose.