Give your AI agent real-time prediction market consensus data via MCP server, Python SDK, and REST API.
See Plans →Summary: Connect AI agents to real-time prediction market consensus via MCP server, Python SDK, and Node.js SDK. Works with Claude, Cursor, and agent frameworks.
Language models are trained on static data with a knowledge cutoff. Prediction markets provide something different: real-time, crowd-sourced probability estimates that reflect what the market believes right now. When an agent can query "What probability does the market assign to X?", it grounds its reasoning in live data rather than stale training data.
This is particularly valuable for agents that make decisions under uncertainty, generate research reports, or answer questions about current events.
The Meridian Edge MCP server works with Claude Desktop, Cursor, VS Code, and any MCP-compatible client. Install with one config block:
{
"mcpServers": {
"meridian-edge": {
"command": "uvx",
"args": ["meridian-edge-mcp"],
"env": {"MERIDIAN_EDGE_API_KEY": "your-api-key"}
}
}
}
Five tools are exposed: get_consensus, get_opportunities, get_signals, get_markets, and get_settlements. The server is listed in the Official MCP Registry.
The Python SDK integrates directly with LangChain, LlamaIndex, CrewAI, and any agent framework that can call Python functions:
from meridianedge import MeridianEdge
client = MeridianEdge(api_key="your-key")
events = client.consensus(vertical="sports")
The Node.js SDK works with Vercel AI SDK, LangChain.js, and any JavaScript agent framework. Zero dependencies, native fetch.
For agent-to-agent communication, Meridian Edge supports the A2A protocol. The agent card is published at /.well-known/agent-card.json, enabling automatic discovery by other agents.
The Meridian Edge MCP server is a Model Context Protocol server that gives AI assistants like Claude, Cursor, and VS Code direct access to real-time prediction market consensus data. It exposes five tools for querying consensus, opportunities, markets, indicators, and settlements.
Meridian Edge supports Claude Desktop, Cursor, VS Code via MCP; ChatGPT via custom GPT; Gemini via Gem; and any agent framework (LangChain, CrewAI, LlamaIndex) via the Python and Node.js SDKs.
No. Data returned through any integration is for informational purposes only. It does not constitute investment, financial, or trading advice. Prediction market participation involves risk of loss.
Starter plan includes API access, the live dashboard, divergence alerts, and email digests.
See Plans →