An MCP (Model Context Protocol) server that brings live prediction market data into AI coding environments like Cursor and Claude Desktop. - ๐ No API Keys โ Works out of the box, zero configuration - ๐ Multi-Platform โ Polymarket, PredictIt, and Kalshi in one interface - โก Real-time Data โ Current odds and prices from live markets - ๐ฏ Easy Setup โ One-click install in Cursor or simple manual se
Add this skill
npx mdskills install JamesANZ/prediction-market-mcpProvides real-time prediction market data from multiple platforms with clear setup and usage docs
1# ๐ Prediction Markets MCP Server23> **Real-time prediction market data in your AI workflow.** Get current odds and prices from Polymarket, PredictIt, and Kalshi. No API keys required.45An [MCP (Model Context Protocol)](https://modelcontextprotocol.io) server that brings live prediction market data into AI coding environments like Cursor and Claude Desktop.67[](https://archestra.ai/mcp-catalog/jamesanz__prediction-market-mcp)89<a href="https://glama.ai/mcp/servers/@JamesANZ/prediction-market-mcp">10 <img width="380" height="200" src="https://glama.ai/mcp/servers/@JamesANZ/prediction-market-mcp/badge" alt="prediction-market-mcp MCP server" />11</a>1213## Why Use Prediction Markets MCP?1415- ๐ **No API Keys** โ Works out of the box, zero configuration16- ๐ **Multi-Platform** โ Polymarket, PredictIt, and Kalshi in one interface17- โก **Real-time Data** โ Current odds and prices from live markets18- ๐ฏ **Easy Setup** โ One-click install in Cursor or simple manual setup19- ๐ **Keyword Search** โ Find markets by topic or keyword2021## Quick Start2223Ready to explore prediction markets? Install in seconds:2425**Install in Cursor (Recommended):**2627[๐ Install in Cursor](cursor://anysphere.cursor-deeplink/mcp/install?name=prediction-markets-mcp&config=eyJwcmVkaWN0aW9uLW1hcmtldHMtbWNwIjp7ImNvbW1hbmQiOiJucHgiLCJhcmdzIjpbIi15IiwicHJlZGljdGlvbi1tYXJrZXRzLW1jcCJdfX0=)2829**Or install manually:**3031```bash32npm install -g prediction-markets-mcp33# Or from source:34git clone https://github.com/JamesANZ/prediction-markets-mcp.git35cd prediction-markets-mcp && npm install && npm run build36```3738## Features3940### `get-prediction-markets`4142Search for prediction markets across multiple platforms by keyword.4344**Parameters:**4546- `keyword` (string, required): Search term (max 50 characters)47 - Examples: "trump", "election", "supreme court"4849**Returns:**5051- Markets from Polymarket (percentage odds)52- Markets from PredictIt (dollar prices)53- Markets from Kalshi (regulated US markets)5455## Installation5657### Cursor (One-Click)5859Click the install link above or use:6061```62cursor://anysphere.cursor-deeplink/mcp/install?name=prediction-markets-mcp&config=eyJwcmVkaWN0aW9uLW1hcmtldHMtbWNwIjp7ImNvbW1hbmQiOiJucHgiLCJhcmdzIjpbIi15IiwicHJlZGljdGlvbi1tYXJrZXRzLW1jcCJdfX0=63```6465### Manual Installation6667**Requirements:** Node.js 18+ and npm6869```bash70# Clone and build71git clone https://github.com/JamesANZ/prediction-markets-mcp.git72cd prediction-markets-mcp73npm install74npm run build7576# Run server77node build/index.js78```7980## Usage Examples8182### Search for Markets8384Find prediction markets by keyword:8586```json87{88 "tool": "get-prediction-markets",89 "arguments": {90 "keyword": "trump"91 }92}93```9495### Search Election Markets9697Find markets related to elections:9899```json100{101 "tool": "get-prediction-markets",102 "arguments": {103 "keyword": "election"104 }105}106```107108## Supported Platforms109110| Platform | Format | Description |111| -------------- | --------------- | ------------------------------- |112| **Polymarket** | Percentage odds | Crypto-based prediction markets |113| **PredictIt** | Dollar prices | Traditional prediction markets |114| **Kalshi** | Regulated | US-regulated prediction markets |115116## Data Sources117118- **Polymarket**: `https://clob.polymarket.com/markets`119- **PredictIt**: `https://www.predictit.org/api/marketdata/all/`120- **Kalshi**: Regulated US prediction markets121122## Use Cases123124- **Traders** โ Monitor odds and prices across platforms125- **Researchers** โ Analyze market sentiment and predictions126- **Developers** โ Build apps with prediction market data127- **Analysts** โ Track political and event probabilities128129## Technical Details130131**Built with:** Node.js, TypeScript, MCP SDK132**Dependencies:** `@modelcontextprotocol/sdk`, `superagent`, `zod`133**Platforms:** macOS, Windows, Linux134135## Contributing136137โญ **If this project helps you, please star it on GitHub!** โญ138139Contributions welcome! Please open an issue or submit a pull request.140141## License142143MIT License โ see LICENSE file for details.144145## Support146147If you find this project useful, consider supporting it:148149**โก Lightning Network**150151```152lnbc1pjhhsqepp5mjgwnvg0z53shm22hfe9us289lnaqkwv8rn2s0rtekg5vvj56xnqdqqcqzzsxqyz5vqsp5gu6vh9hyp94c7t3tkpqrp2r059t4vrw7ps78a4n0a2u52678c7yq9qyyssq7zcferywka50wcy75skjfrdrk930cuyx24rg55cwfuzxs49rc9c53mpz6zug5y2544pt8y9jflnq0ltlha26ed846jh0y7n4gm8jd3qqaautqa153```154155**โฟ Bitcoin**: [bc1ptzvr93pn959xq4et6sqzpfnkk2args22ewv5u2th4ps7hshfaqrshe0xtp](https://mempool.space/address/bc1ptzvr93pn959xq4et6sqzpfnkk2args22ewv5u2th4ps7hshfaqrshe0xtp)156157**ฮ Ethereum/EVM**: [0x42ea529282DDE0AA87B42d9E83316eb23FE62c3f](https://etherscan.io/address/0x42ea529282DDE0AA87B42d9E83316eb23FE62c3f)158
Full transparency โ inspect the skill content before installing.