loading…
Search for a command to run...
loading…
Provides prediction market intelligence, research, and strategy signals for platforms like Kalshi, Polymarket, and Robinhood. It enables AI assistants to perfor
Provides prediction market intelligence, research, and strategy signals for platforms like Kalshi, Polymarket, and Robinhood. It enables AI assistants to perform market screening, arbitrage detection, and deep causal analysis to support informed trading decisions.
rekko-mcp MCP server MCP Badge
Prediction market intelligence for AI coding assistants. 24 MCP tools for market data, deep analysis, trading signals, arbitrage detection, and screening across Kalshi, Polymarket, Robinhood, and Coinbase.
uvx rekko-mcp
# or
pip install rekko-mcp
Requires Python 3.11+ and a Rekko API key (free tier available).
Claude Code:
claude plugin install rekko
Or add to .mcp.json:
{
"mcpServers": {
"rekko": {
"command": "uvx",
"args": ["rekko-mcp"],
"env": { "REKKO_API_KEY": "rk_free_your_key_here" }
}
}
}
Cursor — same .mcp.json format in .cursor/mcp.json.
"What are the top prediction markets right now?"
"Analyze the Fed rate decision market on Kalshi"
"Find arbitrage opportunities above 3% spread"
"Screen the top 50 Kalshi markets and analyze anything actionable"
"Show me a quickstart for Python"
| Tier | Per call | Includes |
|---|---|---|
| Free | $0.00 | Calibration, health check |
| Listing | $0.01 | Market data, price history |
| Insight | $0.10 | Analysis, screening, resolution |
| Strategy | $2.00 | Signals, portfolio sizing, consensus |
| Deep | $5.00 | Arbitrage, correlation, webhooks |
Free plan: 100 listing + 10 insight calls/month. Upgrade to Pro for higher limits.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"rekko-mcp": {
"command": "npx",
"args": []
}
}
}