Polymarket MCP
About
Self-hosted MCP server for AI agent trading on Polymarket. 42 tools for market discovery, order placement, wallet intelligence, copy trading, and reward discovery.
Details
- Author
- joinquantish
- Categories
- Other, Finance
Jump to
Setup
Install Polymarket MCP in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/joinquantish/polymarket-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
⚠️ Notice: Quantish is winding down.The Quantish platform (quantish.live) is shutting down. This MCP server is self-hosted and will continue to work independently, but the Quantish team will no longer be maintaining or updating this project. If you're building in the prediction market space and need real-time data infrastructure, check outpolynode.dev.
Self-hosted MCP server for trading on Polymarket prediction markets.
This package provides an MCP (Model Context Protocol) server that enables AI agents to trade on Polymarket prediction markets via the Polygon network.
- Full Polymarket Trading- Buy/sell on any Polymarket market
- Polygon Wallet Management- Generate and manage wallets with Safe integration
- Gasless Transactions- Most operations use Polymarket's relayer (no MATIC needed)
- MCP Compatible- Works with Claude, Cursor, and any MCP client
- Self-Hostable- Run on Railway, Fly.io, or any Node.js host
git clone https://github.com/joinQuantish/polymarket-mcp cd polymarket-mcp npm install
# Generate ENCRYPTION_KEY (32 bytes = 64 hex chars) node -e "console.log(require('crypto').randomBytes(32).toString('hex'))" # Generate BOT_SIGNING_SECRET (for trusted bot auth) node -e "console.log(require('crypto').randomBytes(32).toString('hex'))"
# Generate Prisma client npm run db:generate # Create tables npm run db:push
# Development npm run dev # Production npm run build npm start
Note:Market search tools (search_markets,get_market,get_active_markets) are available via theDiscovery MCP.
The server exposes a JSON-RPC 2.0 endpoint at/mcp:
curl -X POST https://your-server.com/mcp \ -H "Content-Type: application/json" \ -H "x-api-key: YOUR_API_KEY" \ -d '{ "jsonrpc": "2.0", "method": "tools/call", "params": { "name": "get_balances", "arguments": {} }, "id": 1 }'
{ "mcpServers": { "polymarket": { "command": "npx", "args": [ "-y", "mcp-remote", "https://your-server.com/mcp", "--header", "x-api-key: YOUR_API_KEY" ] } } }
For security, returning users (existingexternalId) cannot get new API keys without authentication. Options:
- Use existing API key- If you have it saved
- HMAC Authentication(trusted bots only) - Sign withBOT_SIGNING_SECRET:
signature = HMAC-SHA256(externalId:timestamp, BOT_SIGNING_SECRET)
# Install dependencies npm install # Generate Prisma client npm run db:generate # Run migrations npm run db:push # Start development server npm run dev
- GitHub:joinQuantish/polymarket-mcp
- Discovery MCP:joinQuantish/quantish-discovery
- Polymarket Docs:docs.polymarket.com
This project is licensed under thePolyForm Noncommercial License 1.0.0.
Free for personal use, research, and non-commercial purposes.Commercial use requires explicit permission from Quantish Inc. Contacthello@quantish.livefor commercial licensing.
AI trading memory layer for MT5/forex with 15 MCP tools — store/recall trades, pattern discovery, strategy evolution, and Outcome-Weighted Memory.
EUR settlement for AI agents. USDC/EURC to EUR via SEPA Instant. Trust scoring (KYA 0-100), market data, crypto analytics, AI tools.
Full-lifecycle algorithmic trading: describe strategies in plain English, AI generates code, backtest on real data, deploy live to 10+ brokers. Stocks, options, crypto, futures. Free tier available.
MCP server for cryptocurrency asset prices, exchange rates, and market metadata via Crypto APIs
Free MCP server for real-time cryptocurrency data. 5 tools: get_price, get_market_overview, get_token_info, get_historical_prices, get_trending. 70+ tokens supported via CoinGecko API.
Provides real-time cryptocurrency market data using the CoinGecko API.
Live Stock Market Data, SEC Filings, Stock Screener, and analysis
Crypto research & trading MCP — swaps, earn, perps, Polymarket across major chains.
Financial market intelligence with 12 tools: real-time stock quotes, crypto prices, technical analysis (RSI, MACD, Bollinger Bands), market overview, and portfolio tracking. Zero API keys required.
Institutional-grade orderflow intelligence for AI agents. Detects spoofing, buy-absorption, and liquidity events with a 15-30s lead time over price action. Audited by Manus AI (0.85 confidence)
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



