Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

IncomeBot Trading Intelligence

io.github.albermm/incomebot

Options trading — regime detection, momentum scanning, income screening, and risk simulation.

Uptime
2.3%
43 probes
Response
2515ms
last probe
Tools
10
callable
Resources
0
readable
Prompts
0
available

Tools · 10

get_market_snapshot

Get broad market snapshot — SPY, QQQ, VIX with technical indicators.

get_ticker_snapshot

Get a single ticker snapshot with price, SMAs, volume, and ADR.

screen_momentum_universe

Screen stocks against momentum universe filter — ADR, volume, price range.

find_options_by_delta

Find options contracts by delta range and days to expiration. Useful for income sleeve put selling — find 20-25 delta puts with 25-40 DTE.

validate_trade_risk

Validate a proposed trade against 7-layer risk guardrails. Checks: hard limits, circuit breakers, velocity, confidence gates, position sizing, portfolio heat, and drawdown triggers.

calculate_position_size

Calculate risk-based position size using fixed fractional method.

get_portfolio_heat

Get current portfolio heat — total risk across all positions. Shows per-position heat, momentum vs income sleeve breakdown, and remaining heat capacity (6% max).

run_momentum_scan

Full momentum universe scan — screen + pattern detection + ranking. Scans the entire watchlist for bull flags, breakouts, and pullback setups. May take 10-30 seconds.

run_income_scan

Full income sleeve scan — find cash-secured put opportunities. Checks regime gate, scans for 20-25 delta puts with 25-40 DTE on SPY/QQQ. May take 10-30 seconds.

run_monte_carlo

Monte Carlo portfolio risk simulation. Runs N simulations to estimate VaR, CVaR, max drawdown, and expected return.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "incomebot_trading_intelligence": {
      "url": "https://ib.phos.nz/mcp/",
      "transport": "streamable-http"
    }
  }
}