Catalog
io.github.reviewmyemails/prediction-market-mcp
OfficialReal-time Polymarket and Kalshi data, cross-platform arb detection, strategy signals
Real-time prediction market data with arbitrage detection and signals.
README not available yet.
Install
Configuration
Environment variables
RAPIDAPI_KEYrequiredsecretRapidAPI key for Prediction Market Data API (get free at rapidapi.com/illgottengainsss/api/prediction-market-data)
claude_desktop_config.json
{
"mcpServers": {
"prediction-market-mcp": {
"command": "npx",
"args": [
"-y",
"prediction-market-mcp@1.0.1"
],
"env": {
"RAPIDAPI_KEY": "<YOUR_RAPIDAPI_KEY>"
}
}
}
}