Skip to main content
Glama
tmbot12

meridian-edge-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MERIDIAN_EDGE_API_KEYNoYour API key from meridianedge.io. The server works out of the box with a free demo key (limited data), but this is required for full access.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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_signalsB

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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tmbot12/meridian-edge-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server