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
Real-time prediction market data in your AI workflow. Get current odds and prices from Polymarket, PredictIt, and Kalshi. No API keys required.
An MCP (Model Context Protocol) server that brings live prediction market data into AI coding environments like Cursor and Claude Desktop.
Ready to explore prediction markets? Install in seconds:
Install in Cursor (Recommended):
Or install manually:
npm install -g prediction-markets-mcp
# Or from source:
git clone https://github.com/JamesANZ/prediction-markets-mcp.git
cd prediction-markets-mcp && npm install && npm run build
get-prediction-marketsSearch for prediction markets across multiple platforms by keyword.
Parameters:
keyword (string, required): Search term (max 50 characters)
Returns:
Click the install link above or use:
cursor://anysphere.cursor-deeplink/mcp/install?name=prediction-markets-mcp&config=eyJwcmVkaWN0aW9uLW1hcmtldHMtbWNwIjp7ImNvbW1hbmQiOiJucHgiLCJhcmdzIjpbIi15IiwicHJlZGljdGlvbi1tYXJrZXRzLW1jcCJdfX0=
Requirements: Node.js 18+ and npm
# Clone and build
git clone https://github.com/JamesANZ/prediction-markets-mcp.git
cd prediction-markets-mcp
npm install
npm run build
# Run server
node build/index.js
Find prediction markets by keyword:
{
"tool": "get-prediction-markets",
"arguments": {
"keyword": "trump"
}
}
Find markets related to elections:
{
"tool": "get-prediction-markets",
"arguments": {
"keyword": "election"
}
}
| Platform | Format | Description |
|---|---|---|
| Polymarket | Percentage odds | Crypto-based prediction markets |
| PredictIt | Dollar prices | Traditional prediction markets |
| Kalshi | Regulated | US-regulated prediction markets |
https://clob.polymarket.com/marketshttps://www.predictit.org/api/marketdata/all/Built with: Node.js, TypeScript, MCP SDK
Dependencies: @modelcontextprotocol/sdk, superagent, zod
Platforms: macOS, Windows, Linux
โญ If this project helps you, please star it on GitHub! โญ
Contributions welcome! Please open an issue or submit a pull request.
MIT License โ see LICENSE file for details.
If you find this project useful, consider supporting it:
โก Lightning Network
lnbc1pjhhsqepp5mjgwnvg0z53shm22hfe9us289lnaqkwv8rn2s0rtekg5vvj56xnqdqqcqzzsxqyz5vqsp5gu6vh9hyp94c7t3tkpqrp2r059t4vrw7ps78a4n0a2u52678c7yq9qyyssq7zcferywka50wcy75skjfrdrk930cuyx24rg55cwfuzxs49rc9c53mpz6zug5y2544pt8y9jflnq0ltlha26ed846jh0y7n4gm8jd3qqaautqa
โฟ Bitcoin: bc1ptzvr93pn959xq4et6sqzpfnkk2args22ewv5u2th4ps7hshfaqrshe0xtp
ฮ Ethereum/EVM: 0x42ea529282DDE0AA87B42d9E83316eb23FE62c3f
Install via CLI
npx mdskills install JamesANZ/prediction-market-mcpPrediction Markets MCP Server is a free, open-source AI agent skill. 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
Install Prediction Markets MCP Server with a single command:
npx mdskills install JamesANZ/prediction-market-mcpThis downloads the skill files into your project and your AI agent picks them up automatically.
Prediction Markets MCP Server works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.