{
  "markdown": "[![PyPI](https://img.shields.io/pypi/v/meridianedge)](https://pypi.org/project/meridianedge/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)\n[![MCP](https://img.shields.io/badge/MCP-Compatible-blue)](https://modelcontextprotocol.io)\n\n# Meridian Edge MCP Server\n\nQuery real-time prediction market consensus data directly from Claude and other AI assistants via the [Model Context Protocol](https://modelcontextprotocol.io).\n\nAsk Claude: *\"What does the prediction market say about the Lakers game tonight?\"* and get a live answer.\n\n---\n\n## What It Does\n\nThis MCP server gives Claude access to **Meridian Edge** — aggregated prediction market consensus data from multiple regulated prediction markets, updated every 10 minutes.\n\n**5 tools available to Claude:**\n\n| Tool | What it returns |\n|------|----------------|\n| `get_consensus` | Aggregated consensus probabilities for sports/politics events |\n| `get_opportunities` | Events where prediction markets show notable divergence |\n| `get_signals` | Recent directional market moves |\n| `get_markets` | Active markets currently being tracked |\n| `get_settlements` | Recently settled events with verified outcomes |\n\n---\n\n## Quick Start\n\n### Option 1 — uvx (recommended, no install)\n\n```json\n{\n  \"mcpServers\": {\n    \"meridian-edge\": {\n      \"command\": \"uvx\",\n      \"args\": [\"meridian-edge-mcp\"]\n    }\n  }\n}\n```\n\n### Option 2 — pip install\n\n```bash\npip install meridian-edge-mcp\n```\n\n```json\n{\n  \"mcpServers\": {\n    \"meridian-edge\": {\n      \"command\": \"meridian-edge-mcp\"\n    }\n  }\n}\n```\n\n### Option 3 — run from source\n\n```bash\ngit clone https://github.com/meridian-edge/meridian-edge-mcp\ncd meridian-edge-mcp\npip install -e .\n```\n\n```json\n{\n  \"mcpServers\": {\n    \"meridian-edge\": {\n      \"command\": \"python\",\n      \"args\": [\"-m\", \"meridian_edge_mcp.server\"]\n    }\n  }\n}\n```\n\n---\n\n## Configure Claude Desktop\n\nOpen your Claude Desktop config file:\n\n- **macOS:** `~/Library/Application Support/Claude/claude_desktop_config.json`\n- **Windows:** `%APPDATA%\\Claude\\claude_desktop_config.json`\n\nAdd the `meridian-edge` entry to `mcpServers`:\n\n```json\n{\n  \"mcpServers\": {\n    \"meridian-edge\": {\n      \"command\": \"uvx\",\n      \"args\": [\"meridian-edge-mcp\"],\n      \"env\": {\n        \"MERIDIAN_EDGE_API_KEY\": \"your_api_key_here\"\n      }\n    }\n  }\n}\n```\n\nRestart Claude Desktop. You'll see the Meridian Edge tools listed in Claude's tool panel.\n\n### Cursor IDE\n\nAdd to `.cursor/mcp.json`:\n\n```json\n{\n  \"meridian-edge\": {\n    \"command\": \"uvx\",\n    \"args\": [\"meridian-edge-mcp\"]\n  }\n}\n```\n\n### Windsurf IDE\n\nAdd to Windsurf MCP config:\n\n```json\n{\n  \"meridian-edge\": {\n    \"command\": \"uvx\",\n    \"args\": [\"meridian-edge-mcp\"]\n  }\n}\n```\n\n---\n\n## Try It Now\n\nAsk Claude:\n- \"What's the prediction market consensus on the Lakers game?\"\n- \"Show me events where prediction markets disagree\"\n- \"What markets settled today?\"\n\nExample response:\n```\nLakers vs Celtics\n  Consensus: 62% (YES)\n  Sources: 5 regulated markets\n  Confidence: HIGH\n  Spread: 8.3%\n```\n\n---\n\n## API Key\n\nThe server works out of the box with a free demo key (limited data).\n\nFor full access, get a **free API key** at [meridianedge.io](https://meridianedge.io) — no credit card required, instant signup.\n\nSet it as an environment variable:\n\n```bash\nexport MERIDIAN_EDGE_API_KEY=your_key_here\n```\n\nOr in your Claude Desktop config (see above).\n\n**Free tier:** 100 calls/day — enough for personal use.\n\n---\n\n## Example Prompts\n\nOnce configured, ask Claude:\n\n**Game consensus:**\n> \"What's the prediction market consensus on tonight's NBA games?\"\n\n> \"What are prediction markets saying about the Lakers vs Warriors?\"\n\n> \"Show me NFL prediction market probabilities for this week\"\n\n**Divergence / opportunities:**\n> \"Which prediction markets are showing the most disagreement right now?\"\n\n> \"Show me events where prediction markets disagree — NBA only\"\n\n> \"What are today's highest-scoring divergence opportunities?\"\n\n**Signals:**\n> \"What prediction market signals fired in the last hour?\"\n\n> \"Show me the most recent market moves\"\n\n**Markets:**\n> \"What prediction markets are active right now?\"\n\n> \"List active NHL prediction markets\"\n\n**History:**\n> \"How did recent prediction market consensus perform? Show settled events\"\n\n> \"What outcomes were predicted correctly in the last batch?\"\n\n---\n\n## Example Output\n\n```\nPREDICTION MARKET CONSENSUS — NBA (3 events)\n\n1. NBA: ATL vs DET (2026-03-25)\n   Consensus: 46.6% YES  |  Spread: 1.6%  |  Confidence: MEDIUM\n   Trend (30min): ↓ -23.3%  |  Platforms: 2  |  ▃▃▄▄▇▆\n   Updated: 2026-03-26 01:15 UTC\n\n2. NBA: BOS vs OKC (2026-03-25)\n   Consensus: 39.0% YES  |  Spread: 1.2%  |  Confidence: LOW\n   Trend (30min): ↑ +3.5%  |  Platforms: 2  |  ▆▆▆▆▆▄\n   Updated: 2026-03-26 01:15 UTC\n\n3. NBA: CLE vs MIA (2026-03-25)\n   Consensus: 57.0% YES  |  Spread: 0.8%  |  Confidence: HIGH\n   Trend (30min): → stable  |  Platforms: 2  |  ▆▆▆▇▇▇\n   Updated: 2026-03-26 01:15 UTC\n\nFor informational purposes only. Not investment advice.\nSource: Meridian Edge — meridianedge.io\n```\n\n---\n\n## Data Coverage\n\n- **Sports:** NBA, NFL, MLB, NHL, MLS, college sports, boxing\n- **Politics:** US elections, ballot measures\n- **Economics:** Federal Reserve rate decisions, macro indicator markets\n- **Update frequency:** Every 10 minutes during active market hours\n\n---\n\n## Pricing\n\n| Tier | Price | Calls/day | Features |\n|------|-------|-----------|---------|\n| **Free** | $0 | 100 | Consensus probabilities, active markets |\n| **Starter** | $29/mo | 500 | + Opportunities, signals, spread data |\n| **Pro** | $99/mo | 5,000 | + Fair value, platform breakdown, history |\n| **Teams** | $499/mo | 50,000 | + Team seats, priority support |\n\n[Full pricing →](https://meridianedge.io/#pricing)\n\n---\n\n## AI Platform Integrations\n\nUse Meridian Edge consensus data directly inside major AI platforms — no code required:\n\n| Platform | Link | Notes |\n|----------|------|-------|\n| **ChatGPT** | [Open Custom GPT](https://chatgpt.com/g/g-69c5cf29be388191aeaaf3159cd41697-prediction-market-consensus) | No setup — just open and ask |\n| **Claude (this repo)** | [MCP install guide](https://github.com/meridian-edge/meridian-edge-mcp) | Claude Desktop / Cursor via MCP |\n| **Gemini** | [Open Gem](https://gemini.google.com/gem/1aSpfo0atq00TWFEjDJLytxzsnqTdqHjJ) | No setup — just open and ask |\n\n---\n\n## Links\n\n- [Dashboard](https://meridianedge.io/dashboard.html) — free, no signup required\n- [API Documentation](https://meridianedge.io/docs.html)\n- [AI Integrations](https://meridianedge.io/agents.html)\n- [Embeddable Widget](https://meridianedge.io/widget.html)\n- [Get Free API Key](https://meridianedge.io)\n\n---\n\n## Also Available On\n\n- **[ChatGPT GPT Store](https://chatgpt.com/g/g-69c5cf29be388191aeaaf3159cd41697-prediction-market-consensus)** — Ask ChatGPT about prediction markets\n- **[Google Gemini Gem](https://gemini.google.com/gem/1aSpfo0atq00TWFEjDJLytxzsnqTdqHjJ)** — Deep Research with prediction data\n- **[Python SDK](https://pypi.org/project/meridianedge/)** — `pip install meridianedge`\n- **[RapidAPI](https://rapidapi.com)** — REST API marketplace listing\n- **[Dashboard](https://meridianedge.io/dashboard.html)** — Free, no signup\n- **[API Docs](https://meridianedge.io/docs.html)** — Full endpoint reference\n- **[Free API Key](https://meridianedge.io)** — 100 calls/day, no credit card\n\n---\n\n## License\n\nMIT — see [LICENSE](LICENSE)\n\n*For informational purposes only. Not investment advice. Data aggregated from publicly available prediction market sources. © 2026 VeraTenet LLC d/b/a Meridian Edge.*\n",
  "bytes": 7551,
  "sha": "c6d9432ece75195c52e6dd232ea20004cd702493e469abdf172abf16e462bd74",
  "repo_slug": "meridian-edge/meridian-edge-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_tmbot12_meridian_edge_6ac0b4e9/readme"
}