MCP · AI EDITOR

Meridian Edge + Cursor

Add prediction market consensus data directly to Cursor's AI context — ask about NBA, NHL, and political event probabilities without leaving your editor.

Connect Cursor to Meridian Edge to access real-time prediction market consensus from 25+ regulated sources. Your AI assistant can answer questions about live event probabilities inline while you code.

Requirements

Installnpm i -g @meridianedge/mcp-server (or configure with npx)

Integration Code

cursor_mcp.json — Cursor MCP Configjson
{
  "mcpServers": {
    "meridian-edge": {
      "command": "npx",
      "args": ["-y", "@meridianedge/mcp-server"],
      "env": {
        "MERIDIAN_API_KEY": "me_live_YOUR_KEY"
      }
    }
  }
}
Example Cursor prompts
Ask Cursor:
  "What's the NBA consensus for tonight's games?"
  "Are there any high-divergence events right now?"
  "What's the prediction market consensus on the NBA Finals?"

The MCP server calls:
  GET /api/v1/consensus?sport=NBA&limit=10
  GET /api/v1/opportunities (Starter+)

Try it — API key in 10 seconds

Add your API key to the Cursor MCP config and start asking about prediction markets directly in your editor.

View Plans → API Reference

Frequently Asked Questions

How do I set up the Meridian Edge MCP server in Cursor?
Add the meridian-edge MCP server to your Cursor settings under MCP Servers. Provide your API key in the env block. The server exposes get_consensus and get_opportunities tools that Cursor's AI can call automatically.
How do I get started with the Meridian Edge MCP server?
Yes. The MCP server uses the same API key as direct REST access. Starter tier: 100 calls/day. Get a key at meridianedge.io/#pricing.