Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Predictive MarketFind arbitrage opportunities in crypto markets"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
What is this?
An MCP (Model Context Protocol) server that aggregates prediction market data from 5 major platforms. Search markets, compare odds, detect arbitrage opportunities, and track predictions through natural language.
Works with Claude Desktop, Claude Code, Cursor, and any MCP-compatible client.
Part of the
Quick Start
Add to your Claude config and start querying markets:
"Find prediction markets about AI regulation"
Why Use This?
Feature | Description |
Multi-Platform Search | Query 5 prediction markets simultaneously |
Arbitrage Detection | Find price discrepancies across platforms |
Market Tracking | Build watchlists and monitor odds changes |
Platform Comparison | Side-by-side odds for similar questions |
Unified Data Model | Consistent market schema across all platforms |
Available Tools
Search & Discovery
Tool | Description |
| Search markets across all platforms by keyword |
| Get available market categories |
| Browse markets in a specific category |
Market Data
Tool | Description |
| Get current odds for a specific market |
| Side-by-side comparison of similar markets |
Tracking
Tool | Description |
| Add a market to your watchlist |
| View all tracked markets with current prices |
Analysis
Tool | Description |
| Detect price discrepancies between platforms |
Supported Platforms
Platform | URL | Specialization |
Manifold Markets | Play money, wide variety | |
Polymarket | Crypto, high liquidity | |
Metaculus | Science, long-term forecasts | |
PredictIt | US politics | |
Kalshi | CFTC-regulated, real money |
Configuration
Claude Desktop Setup
Add to your Claude Desktop config:
Platform | Config Path |
macOS |
|
Windows |
|
Linux |
|
Claude Code Setup
Add to your project .mcp.json or ~/.config/claude-code/mcp.json:
Examples
Development
Project Structure
Troubleshooting
Platform API may be rate-limited - wait and retry
Check platform is online: visit the website directly
Some platforms filter certain market types
Lower the
min_spreadparameter (default is 5%)Try broader search terms
Fewer opportunities exist in efficient markets
Verify the market ID format (varies by platform)
Ensure the market hasn't been resolved/closed
Check you're using the correct platform name
Related Projects
Claude Code Plugin Marketplace - Discover more MCP plugins
MCP Proxmox Admin - Manage Proxmox VE through Claude
MCP Memvid State Service - Persistent state for MCP servers
Contributing
Contributions welcome!
Fork the repository
Create feature branch:
git checkout -b feature/my-featureMake changes and test:
uv run pytestCommit:
git commit -m 'Add my feature'Push:
git push origin feature/my-featureOpen a Pull Request
License
MIT