Back to Apps

MCP Predictive Market
Supports UIby ericgrill
Aggregate and analyze prediction market data from 5 major platforms including Polymarket and Kalshi.
0 stars
Works in:Cursor
Exposes:Tools
What it does
Aggregates data from five major prediction market platforms (Manifold, Polymarket, Metaculus, PredictIt, and Kalshi) to allow AI agents to search markets, compare odds, and detect arbitrage opportunities via natural language.
Tools
search_markets: Search markets across all platforms by keywordlist_categories: Get available market categoriesbrowse_category: Browse markets in a specific categoryget_market_odds: Get current odds for a specific marketcompare_platforms: Side-by-side comparison of similar marketstrack_market: Add a market to your watchlistget_tracked_markets: View all tracked markets with current pricesfind_arbitrage: Detect price discrepancies between platforms
Installation
{
"mcpServers": {
"prediction-market": {
"command": "uv",
"args": ["run", "--directory", "/path/to/mcp-predictive-market", "python", "-m", "mcp_predictive_market.server"]
}
}
}
Supported hosts
Claude Desktop, Claude Code, Cursor.
Quick install
uv run python -m mcp_predictive_market.serverInformation
- Pricing
- free
- Published
- 7/2/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
mcp.json entry in ~/.cursor/ or project .cursor/Claude Desktop
{
"mcpServers": {
"prediction-market": {
"command": "uv",
"args": ["run", "--directory", "/path/to/mcp-predictive-market", "python", "-m", "mcp_predictive_market.server"]
}
}
}





