Rekko MCP
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.
README
Rekko MCP
Prediction market intelligence for AI coding assistants. Deep causal research, arbitrage detection, screening, and strategy signals for Kalshi, Polymarket, and Robinhood.
Install
# Zero-install via uvx
uvx rekko-mcp
# Or install from PyPI
pip install rekko-mcp
Claude Code
claude mcp add rekko -- uvx rekko-mcp
Or add to .mcp.json:
{
"mcpServers": {
"rekko": {
"command": "uvx",
"args": ["rekko-mcp"],
"env": {
"REKKO_API_KEY": "rk_free_your_key_here"
}
}
}
}
Cursor / Windsurf
Add to your MCP configuration with the same uvx rekko-mcp command and REKKO_API_KEY env var.
Setup
- Get an API key at rekko.ai (free tier available)
- Set your key:
export REKKO_API_KEY=rk_free_... - Start using — tools appear as
mcp__rekko__*automatically
Example prompts
- "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 my shadow portfolio performance"
What you get
25 MCP tools integrated natively into your AI assistant:
| Category | Tools |
|---|---|
| Market intelligence | list_markets, get_market, search_markets, get_market_history, get_resolution, get_execution_guidance |
| Screening | screen_markets, get_calibration |
| Deep research | analyze_market, check_analysis_status, get_analysis, list_analyses |
| Strategy | get_strategy, get_portfolio_strategy, get_consensus |
| Arbitrage | get_arbitrage, get_arbitrage_live |
| Correlation | get_correlation |
| Trading | place_shadow_trade, report_trade, get_portfolio, get_performance, check_resolutions |
| Data | run_scraper |
| Webhooks | create_webhook, list_webhooks, delete_webhook |
Pricing
| Tier | Price/call | What you get |
|---|---|---|
| Free | $0.00 | Calibration metrics, health check |
| Listing | $0.01 | Browse and search markets, price history |
| Insight | $0.10 | Start analyses, screen markets, resolution intelligence |
| Strategy | $2.00 | Strategy signals, portfolio-aware sizing, consensus |
| Deep | $5.00 | Arbitrage scanning, correlation analysis, webhooks |
Full pricing details at rekko.ai/docs/pricing.
Chaining with execution skills
Rekko provides the intelligence — chain with execution skills for trading:
- PolyClaw — execute trades on Polymarket
- Kalshi Trader — execute trades on Kalshi
Example flow: Rekko analysis → strategy signal → PolyClaw executes the trade.
Links
- rekko.ai/docs — Full documentation
- API Reference — Direct API access
- RapidAPI — Marketplace subscription
- Discord — Community
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.