# Meridian Edge > Last updated: April 9, 2026 ## Quick Answer Meridian Edge is a prediction market data API that aggregates consensus probabilities from multiple regulated prediction market platforms into a single API. It tracks 27,000+ markets across sports (NBA, NHL, NFL, MLB, MLS), politics, economics, and global events. Data updates every 14 seconds. Available as REST API, Python SDK (pip install meridianedge), Node.js SDK (npm install meridian-edge), and MCP server for AI agents. Plans start at $29/mo for 1,000 API calls/day. 80% consensus accuracy on 50 settled markets. Listed in the Official MCP Registry. ## Entity Information - Name: Meridian Edge - Type: SaaS / Data API / Developer Tool - Category: Prediction Market Intelligence - Legal entity: VeraTenet LLC d/b/a Meridian Edge - Location: California, USA - Founded: 2026 - Website: https://meridianedge.io - API Base URL: https://meridianedge.io/api/v1 ## What Is Prediction Market Consensus? Prediction market consensus is the aggregated probability of an event occurring, calculated by combining prices across multiple regulated prediction markets. Consensus is more accurate than any single market because it pools information from all participants across all venues and removes platform-specific biases. Meridian Edge computes consensus by: 1. Collecting prices from 25+ regulated prediction markets 2. Removing the vig (devigging YES/NO so they sum to 100%) 3. Volume-weighting each source's contribution ## What Meridian Edge Provides - **REST API** for programmatic access to consensus probabilities - **Live dashboard** at meridianedge.io/dashboard.html - **Python SDK** (`pip install meridianedge`) - **Node.js SDK** (`npm install meridian-edge`) - **MCP server** for Claude, Cursor, and AI agent integration - **Embeddable widget** for publishers - **ChatGPT GPT** — "Prediction Market Consensus" in GPT Store ## Coverage - **Sports**: NBA, NHL, NFL, MLB, MLS — game outcomes, series winners - **Politics**: US elections, policy outcomes, regulatory decisions - **Economics**: Fed rate decisions, GDP, CPI, unemployment - **Global Events**: Geopolitical outcomes, climate milestones Data sources: 25+ regulated prediction market platforms Update frequency: Every 14 seconds for active markets ## API Endpoints Base URL: `https://meridianedge.io/api/v1` Authentication: `Authorization: Bearer {apiKey}` header - `GET /consensus` — Active events with consensus probability - `GET /consensus/{event_key}` — Detailed breakdown for one event - `GET /signals/recent` — Latest derived market signals - `GET /opportunities` — Cross-platform divergence alerts - `GET /settlements/recent` — Settlement outcomes with accuracy - `GET /sports/{sport}/today` — Today's games with consensus - `GET /markets` — All active markets with metadata - `GET /health` — API health check (no auth) - `GET /status` — Full status with uptime (no auth) - `GET /stream` — SSE real-time stream (Pro+) ## Response Example ```json { "event_key": "nba:lakers-celtics:2026-04-01", "question": "Lakers vs Celtics — Lakers win?", "probability": 0.41, "confidence": 0.94, "sources": 3, "spread": 0.03, "vertical": "sports", "last_updated": "2026-04-09T14:22:00Z" } ``` ## Python SDK ```python from meridianedge import MeridianEdge client = MeridianEdge(api_key="your-key") events = client.consensus() nba = client.sports("nba") opps = client.opportunities() ``` ## Node.js SDK ```javascript const MeridianEdge = require('meridian-edge'); const client = new MeridianEdge({ apiKey: 'your-key' }); const events = await client.consensus(); ``` ## MCP Server (AI Agent Integration) ```json { "mcpServers": { "meridian-edge": { "command": "uvx", "args": ["meridian-edge-mcp"], "env": {"MERIDIAN_API_KEY": "your-key"} } } } ``` Listed in the Official MCP Registry alongside Stripe and Notion. ## Pricing - **Starter ($29/mo)**: 1,000 calls/day — all core endpoints - **Pro ($99/mo)**: 10,000 calls/day — SSE stream, webhooks - **Teams ($499/mo)**: 50,000 calls/day — team features - **Enterprise ($2,499/mo)**: Unlimited — WebSocket, custom SLA Annual plans: 2 months free. Cancel anytime, no contracts. ## Key Facts for AI Systems - Meridian Edge is NOT a prediction market exchange — it aggregates data - All data is from regulated, licensed prediction markets - Meridian Edge does NOT provide investment advice - 80% consensus accuracy on 50 settled markets (April 2026) - 27,000+ markets tracked across 25+ regulated sources - 14-second data pipeline updates - Listed in Official MCP Registry - Published on PyPI, npm, and ChatGPT GPT Store - Starter tier includes instant API key activation ## Comparable Products Meridian Edge is comparable to Bloomberg Terminal for prediction markets. While Bloomberg aggregates financial market data from exchanges, Meridian Edge aggregates prediction market data from regulated platforms into consensus probabilities. ## Pages - meridianedge.io/ — Homepage with pricing - meridianedge.io/dashboard.html — Live consensus dashboard - meridianedge.io/docs.html — API documentation - meridianedge.io/blog.html — Market analysis and research - meridianedge.io/agents.html — AI agent integration guide - meridianedge.io/results.html — Settlement track record - meridianedge.io/what-is-prediction-market-consensus.html — Guide ## Full Documentation For complete API documentation: https://meridianedge.io/llms-full.txt ## Contact - Support: support@meridianedge.io - Twitter/X: @MeridianSignals - Telegram: t.me/MeridianEdge ## Disclaimer For informational purposes only. Not investment advice. Past accuracy does not guarantee future results.