ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

profitabul-mcp

Real-time futures market intelligence, GEX/options flow analysis, trading signals, paper trading, backtesting, and live execution via MCP. Covers ES, NQ, SPX, NDX, QQQ, IWM, GC, SI, CL, and more.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/codeurge/profitabul
Or

Profitabul MCP

Real-time futures and options market intelligence for AI trading agents. Get live market context, GEX-derived support/resistance levels, trading signals, historical data, backtesting, and paper trading — all through a single MCP endpoint.

Features

  • Market Context — Live price, GEX regime, VIX state, and candle summaries for 13 symbols
  • Heatseeker Signals — Directional trading signals combining gamma exposure, vanna exposure, and VIX trend
  • GEX Key Levels — King node, gatekeeper, zero gamma, ceiling, and floor levels derived from real options flow
  • Historical Data — Candle data across multiple timeframes (1m to 1d) with up to 200K bars
  • Statistics — Realized volatility, average range, volume stats over any lookback period
  • Reports — Opening Range Breakout (ORB) and Initial Balance (IB) analysis
  • Backtesting — Server-side strategy backtests (ORB breakout/fade) with configurable parameters
  • Paper Trading — Open, close, and track hypothetical positions with full P&L
  • Live Execution — Execute real trades through ProjectX broker (when enabled)

Supported Symbols

CategorySymbols
IndicesSPX, NDX
ETFsSPY, QQQ, IWM
FuturesES, NQ, YM, RTY
CommoditiesGC (Gold), SI (Silver), CL (Crude Oil), HG (Copper)

Setup

1. Get Your API Key

  1. Sign up at profitabul.com
  2. Subscribe to a Pro plan (API access is included)
  3. Go to Settings > Integrations and generate an Agent API key
  4. Copy the key (shown once, starts with pab_live_)

2. Configure Environment

Add to ~/.clawdbot/.env:

PROFITABUL_API_KEY=pab_live_YOUR_KEY_HERE

3. Configure mcporter

Add to config/mcporter.json:

{
  "mcpServers": {
    "profitabul": {
      "baseUrl": "https://agents.profitabul.ai/mcp",
      "headers": {
        "Authorization": "Bearer ${PROFITABUL_API_KEY}"
      }
    }
  }
}

4. Verify

mcporter list profitabul

Available Tools (16)

Market Intelligence

ToolDescription
get_market_contextComprehensive market snapshot: price, GEX levels, VIX state, candle summary
get_signalHeatseeker trading signal with directional bias, confidence, and entry/exit levels
get_key_levelsGEX-derived support/resistance: king node, gatekeeper, zero gamma, floor, ceiling

Historical Data & Analysis

ToolDescription
get_historyFetch historical candles for any symbol/timeframe/date range
get_statisticsSummary statistics: realized volatility, average range, volume
run_reportOpening Range Breakout (ORB) and Initial Balance (IB) analysis
run_backtestServer-side strategy backtest with configurable parameters

Paper Trading

ToolDescription
paper_tradeOpen, close, or list paper positions with P&L tracking

Metadata

Author@codeurge
Stars3409
Views0
Updated2026-03-25
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-codeurge-profitabul": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.