MCP Hub
Back to servers

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.

glama
Updated
Mar 27, 2026

Rekko MCP

PyPI smithery badge License: MIT Python 3.11+

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

  1. Get an API key at rekko.ai (free tier available)
  2. Set your key: export REKKO_API_KEY=rk_free_...
  3. 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:

CategoryTools
Market intelligencelist_markets, get_market, search_markets, get_market_history, get_resolution, get_execution_guidance
Screeningscreen_markets, get_calibration
Deep researchanalyze_market, check_analysis_status, get_analysis, list_analyses
Strategyget_strategy, get_portfolio_strategy, get_consensus
Arbitrageget_arbitrage, get_arbitrage_live
Correlationget_correlation
Tradingplace_shadow_trade, report_trade, get_portfolio, get_performance, check_resolutions
Datarun_scraper
Webhookscreate_webhook, list_webhooks, delete_webhook

Pricing

TierPrice/callWhat you get
Free$0.00Calibration metrics, health check
Listing$0.01Browse and search markets, price history
Insight$0.10Start analyses, screen markets, resolution intelligence
Strategy$2.00Strategy signals, portfolio-aware sizing, consensus
Deep$5.00Arbitrage 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

Reviews

No reviews yet

Sign in to write a review