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.
npm i -g @meridianedge/mcp-server (or configure with npx){
"mcpServers": {
"meridian-edge": {
"command": "npx",
"args": ["-y", "@meridianedge/mcp-server"],
"env": {
"MERIDIAN_API_KEY": "me_live_YOUR_KEY"
}
}
}
}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+)
Add your API key to the Cursor MCP config and start asking about prediction markets directly in your editor.
View Plans → API Reference