Rekko MCP
Rekko MCP is a prediction market intelligence server offering 27 tools for market data, analysis, trading signals, arbitrage detection, and portfolio management across Kalshi, Polymarket, Robinhood, and Coinbase.
Market Data & Discovery
List, search, and browse prediction markets; get detailed market info and price history (48h, 7d, 30d)
Run scrapers to fetch fresh market data
Deep Analysis & Research
Run async AI research pipelines for probability estimates, causal decomposition, edge assessment, and scenario/risk analysis
Get resolution intelligence (time urgency, mechanism, theta estimates) and execution guidance (spread analysis, slippage, order recommendations)
Screen markets in batch by volume or composite score, with action recommendations (analyze/watch/skip)
Trading Signals & Strategy
Generate full strategy signals with causal decomposition, edge assessment, and confidence scoring
Portfolio-aware signals with correlation analysis and Kelly criterion position sizing
Get consensus probabilities aggregated from agent trades
Arbitrage & Correlation
Retrieve cached or run live cross-platform arbitrage scans between Kalshi and Polymarket
Compute cross-market correlation graphs for portfolio diversification
Portfolio & Performance Tracking
Place paper (shadow) trades and report real trades for consensus aggregation
View portfolio positions, performance summaries, calibration metrics (Brier score, hit rates), and check open trade resolutions
Webhooks & Alerts
Create, list, and delete webhooks for real-time alerts on whale trades, price shifts, and analysis completion
Provides prediction market intelligence, strategy signals, and screening tools for prediction markets on the Robinhood platform.
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., "@Rekko MCPFind arbitrage opportunities between Polymarket and Kalshi with a 3% spread"
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.
rekko-mcp
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.
Install
uvx rekko-mcp
# or
pip install rekko-mcpRequires Python 3.11+ and a Rekko API key (free tier available).
Configure
Claude Code:
claude plugin install rekkoOr 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 You Get
Market data — browse, search, and get price history across Kalshi, Polymarket, Robinhood, and Coinbase
Deep analysis — multi-stage AI research pipeline with probability estimates and causal decomposition (30-90s)
Trading signals — edge assessment, confidence scoring, Kelly criterion position sizing
Arbitrage — cross-platform spread detection between Kalshi and Polymarket
Screening — batch score markets by volume, movement, and opportunity
Performance — trading track record and calibration metrics
Webhooks — real-time alerts for price shifts and whale trades
Quickstart — working code snippets for Python, curl, and MCP config to get started in under 5 minutes
Quick Examples
"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"Tutorials
Prediction Market API Comparison — Kalshi vs Polymarket vs Robinhood vs Coinbase APIs compared
Build a Trading Bot with Python — End-to-end bot with screening, analysis, and signals
Kalshi API Guide — RSA-PSS auth, endpoints, and adding AI analysis
Polymarket API Guide — CLOB, py-clob-client, and AI-powered analysis
MCP Trading Workflow — Natural language market research from your IDE
Cross-Platform Arbitrage — Find price gaps between platforms
Kelly Criterion Sizing — Optimal position sizing
Pricing
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.
Links
rekko.ai — Home
Documentation — Full API reference and tutorials
Status — API uptime and incident history
OpenAPI Spec — Machine-readable API schema
RapidAPI — Marketplace listing
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Rekko-AI/rekko-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server