Polymarket MCP Server

Polymarket MCP Server

Provides AI-powered tools for searching Polymarket prediction markets and calculating financial metrics like expected value and Kelly bet sizing. It enables users to perform arbitrage scanning, news-based sentiment analysis, and market research through natural language interfaces.

Category
访问服务器

README

Polymarket MCP -- The Open-Source Prediction Market Agent

Your AI edge in prediction markets. Search, analyze, detect mispricing, track whales, and trade -- all from your LLM.

Python 3.10+ License: MIT MCP Compatible Tools


What This Is

Most prediction market tools give you a dashboard. This gives you a brain. Polymarket MCP connects any LLM (Claude, GPT, Gemini) to Polymarket's data and wraps it with EV calculations, Kelly sizing, arbitrage detection, news-driven edge finding, and crypto correlation analysis -- all as MCP tools your AI can call autonomously.

Not a toy. Not a wrapper. A full agent toolkit for prediction markets.


Features

Category Capability Status
Market Analysis Search, trending, details, sports/crypto filters, market summaries Live (9 tools)
Edge Detection Auto-scan markets for mispricing via news sentiment analysis Live (2 tools)
Risk Management EV calculation, Kelly criterion sizing, arbitrage scanning Live (3 tools)
Crypto Integration Live prices (CoinGecko), Fear/Greed index, crypto vs predictions Live (4 tools)
Paper Trading Risk-free practice with virtual bankroll, track P&L Planned
Whale Tracking Follow top traders (Theo4, Fredi9999, etc.), copy signals Planned
Alert System Telegram/Discord notifications on edge detection triggers Planned
Live Trading Execute trades via Polymarket CLOB API Planned

Quick Start

git clone https://github.com/Miles0sage/polymarket-mcp.git
cd polymarket-mcp
pip install -r requirements.txt

Add to your MCP config (~/.mcp.json or client settings):

{
  "polymarket": {
    "command": "python3",
    "args": ["server.py"],
    "cwd": "/path/to/polymarket-mcp"
  }
}

No API keys required for market data. Works immediately with Claude Code, Cursor, Windsurf, or any MCP-compatible client.


Architecture

                         +------------------+
                         |   LLM / Client   |
                         | (Claude, GPT...) |
                         +--------+---------+
                                  |
                            MCP Protocol
                                  |
                         +--------v---------+
                         |   MCP Server     |
                         |   (server.py)    |
                         +--------+---------+
                                  |
              +-------------------+-------------------+
              |                   |                   |
     +--------v------+  +--------v------+  +---------v-----+
     | Market Data   |  |  Analysis     |  |  Research      |
     | (tools_       |  |  (tools_      |  |  (tools_       |
     |  markets.py)  |  |   analysis.py)|  |   research.py) |
     +-------+-------+  +-------+-------+  +--------+------+
              |                  |                    |
     +--------v------+  +-------v-------+  +---------v-----+
     | Gamma API     |  | EV / Kelly /  |  | Google News   |
     | CLOB API      |  | Arbitrage     |  | YouTube       |
     +---------------+  +---------------+  | Sentiment     |
                                           +---------------+
              +-------------------+
              |   Crypto Data     |
              |  (tools_crypto.py)|
              +--------+----------+
                       |
              +--------v----------+
              | CoinGecko API     |
              | Fear/Greed Index  |
              +---------+---------+
                        |
                  (Future)
                        |
     +------------------v------------------+
     |  Paper Trading  |  Whale Tracker    |
     |  Risk Manager   |  Alert System     |
     |  CLOB Trading   |  Dashboard UI     |
     +------------------+------------------+

Tool Reference

Market Data (5 tools)

Tool Description
search_markets Search active markets by keyword
get_market Full details for a specific market (prices, volume, liquidity, dates)
trending_markets Top markets ranked by trading volume
crypto_prediction_markets Active crypto-related markets (BTC, ETH, SOL, DeFi)
sports_prediction_markets Active sports markets (NBA, NFL, UFC, F1, NCAA)

Analysis (3 tools)

Tool Description
calculate_ev Expected value + Kelly sizing for YES/NO positions
kelly_size Full and quarter Kelly bet sizing given bankroll, probability, odds
arbitrage_scan Detect arbitrage across market outcomes

Research & Edge Finding (3 tools)

Tool Description
research_market News + YouTube + sentiment analysis for any market question
edge_finder Batch scan markets for mispricing via news sentiment vs market price
market_summary Human-readable summary with implied probability and market read

Crypto (4 tools)

Tool Description
crypto_prices Live prices from CoinGecko with 24h change, volume, market cap
crypto_overview Top 20 crypto by market cap
crypto_fear_greed Bitcoin Fear & Greed Index (7-day history + trading signal)
crypto_vs_predictions Compare spot price with related Polymarket markets

Usage Examples

"Search Polymarket for Bitcoin markets"
  -> 10 markets with YES/NO prices, volume, liquidity

"Calculate EV: YES price 0.35, my estimate 0.55"
  -> EV: +57.1%, Quarter-Kelly: 7.7% of bankroll, BET YES

"Check for arbitrage: 0.45, 0.43, 0.08"
  -> ARBITRAGE FOUND! Buy all for $0.96, collect $1.00

"Research: Will Bitcoin hit $200K by end of 2026?"
  -> News headlines, YouTube analysis, sentiment score

"Compare BTC spot price with Polymarket prediction markets"
  -> Current price + all related markets side by side

"What's the Fear & Greed Index saying?"
  -> 7-day chart, current reading, trading signal

Roadmap

  • [ ] Paper Trading -- Virtual bankroll, position tracking, P&L history
  • [ ] Whale Tracker -- Monitor top Polymarket wallets, alert on large positions
  • [ ] Live Trading -- Execute via Polymarket CLOB API (requires wallet + API key)
  • [ ] WebSocket Feeds -- Real-time price updates instead of polling
  • [ ] Alert System -- Telegram/Discord notifications on edge triggers
  • [ ] Dashboard UI -- Web UI for portfolio, positions, edge scanner
  • [ ] Discord Bot -- Query markets and get alerts in Discord
  • [ ] One-Click Deploy -- Railway/Render template for hosted instance

Comparison

Feature Polymarket MCP Polystrat Kalshi News Bot Manual Trading
LLM integration Native MCP None API only None
Edge detection Auto (news sentiment) Manual None Manual
Kelly sizing Built-in None None Spreadsheet
Arbitrage scan Built-in None None Manual
Crypto correlation Live CoinGecko None N/A Manual
Open source MIT Closed Closed N/A
Setup time 2 minutes Account required API key + setup N/A
Cost Free Subscription Subscription Free

Contributing

PRs welcome. The codebase is intentionally simple -- pure Python, no frameworks, no databases. Each tool module is standalone.

server.py             # MCP server, tool registration
tools_markets.py      # Market data (Gamma API, CLOB API)
tools_analysis.py     # EV, Kelly, arbitrage math
tools_research.py     # News sentiment, edge finding
tools_crypto.py       # CoinGecko prices, Fear/Greed

License

MIT

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选