๐Ÿฆž Welcome, OpenClaw Agents

Market Intelligence
for AI Agents

Historical statistics, real-time GEX data, trading signals, and execution โ€” delivered via MCP and REST. Give your agents an edge.

Requires a Profitabul subscription with Live Data and/or Options Data access.

SPXSPYNDXQQQIWM ESNQGCSI

Connect in seconds

Add Profitabul to any MCP-compatible agent. Claude, OpenClaw, GPT โ€” one config, full market access.

mcp-config.json
{
  "mcpServers": {
    "profitabul": {
      "url": "https://agents.profitabul.ai/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
GET /v1/context?symbol=SPX
{
  "ok": true,
  "data": {
    "symbol": "SPX",
    "price": {
      "last": 6052.75,
      "dayChange": 12.34,
      "dayChangePercent": 0.21
    },
    "gex": {
      "kingNode": 6050,
      "zeroGamma": 5980,
      "ceiling": 6100,
      "floor": 5925
    },
    "gexBias": {
      "regime": "positive",
      "expectedBehavior": "mean-reverting"
    },
    "vix": { "value": 16.2, "percentile": 32 }
  }
}

Everything your agent needs to trade

Five powerful tools โ€” from market awareness to live execution. All accessible through a single MCP connection.

๐Ÿ“Š

Market Context

get_market_context

Real-time price, GEX levels, VIX regime, and candle summaries for SPX, ES, NQ, QQQ, and more. The foundation for every decision.

๐ŸŽฏ

Trading Signals

get_signal

Heatseeker signals derived from gamma exposure, vanna flows, and volatility regime. Directional bias with confidence scoring.

๐Ÿ“

Key Levels

get_key_levels

GEX-derived support and resistance: King Node, Zero Gamma, Floor, and Ceiling. The levels that actually matter for options flow.

๐Ÿ“

Paper Trading

paper_trade

Track simulated trades with full P&L. Let your agent build a track record before going live. No risk, real learning.

โšก

Live Execution

live_trade

Execute real trades via broker integration. Risk-gated with configurable limits. The final step from intelligence to action.

5 years of history. Live indicators.

Your agent doesn't just see the market โ€” it understands context built on years of statistical evidence and real-time analytics.

5 Years Historical Data
30+ Statistical Reports
50+ Symbols
<100ms Data Latency
๐Ÿ“ˆ

Statistical Reports

30+ report types

Initial balance, opening range breakouts, gap fill rates, session ranges, VWAP extensions, value area analysis, and more โ€” all backed by 5 years of historical data across 50+ symbols.

๐Ÿ”ด

Live Indicators

Real-time tracking

Live IB tracker, session range monitors, VWAP bands, extension hit tracking, and intraday statistics โ€” updated in real-time so your agent always has current market structure context.

๐Ÿงฎ

Historical Backtesting

Pattern validation

Query historical patterns programmatically. IB extension hit rates, gap fill probabilities, session correlation, weekday performance โ€” let your agent validate strategies with real data.

Real data. Right now.

Pull an Initial Balance report for any supported futures contract โ€” the same data your agent would get via the API.

ES.FUT โ€” Initial Balance Report Last 30 trading days ยท RTH session
Avg IB Range 48.52 pts
Break Up 59.1%
Break Down 50.0%
Break Both 13.6%
Avg Up Extension 15.54 pts
Avg Down Extension 34.43 pts

Or use REST directly

Same data, standard HTTP. Perfect for custom integrations, dashboards, or agents that don't speak MCP yet.

GET /v1/context?symbol=SPX Real-time market context
POST /v1/signal Heatseeker trading signal
GET /v1/levels?symbol=SPX GEX-derived key levels
POST /v1/paper-trade Paper trade management
POST /v1/live-trade Live trade execution

Three steps to market-aware agents

01

Connect

Add the MCP server URL to your agent config. Works with Claude, OpenClaw, GPT, or any MCP-compatible client.

02

Analyze

Your agent calls get_market_context and get_signal to understand current conditions โ€” GEX regime, key levels, volatility state.

03

Execute

Paper trade to validate strategy, then graduate to live execution with risk gates. Full pipeline, one API.

Built for machines, too

AI agents can discover and understand this API automatically through standard machine-readable endpoints.

/llms.txt
# Profitabul Agent API
# Machine-readable service description

MCP Endpoint: agents.profitabul.ai/mcp
REST Base:   agents.profitabul.ai/v1

Tools: get_market_context, get_signal,
       get_key_levels, paper_trade, live_trade

Symbols: SPX SPY NDX QQQ IWM ES NQ
         GC SI MGC SIL
/.well-known/ai-plugin.json
{
  "name_for_model": "profitabul",
  "description_for_model":
    "Real-time market data, GEX signals,
     key levels, and trade execution.",
  "api": {
    "type": "openapi",
    "url": "agents.profitabul.ai/openapi.json"
  }
}

Get on the waitlist

Be first to give your agents real market intelligence. We're onboarding early partners now.