IncomeBot Trading Intelligence
io.github.albermm/incomebotOptions trading — regime detection, momentum scanning, income screening, and risk simulation.
Tools · 10
Get broad market snapshot — SPY, QQQ, VIX with technical indicators.
Get a single ticker snapshot with price, SMAs, volume, and ADR.
Screen stocks against momentum universe filter — ADR, volume, price range.
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 a proposed trade against 7-layer risk guardrails. Checks: hard limits, circuit breakers, velocity, confidence gates, position sizing, portfolio heat, and drawdown triggers.
Calculate risk-based position size using fixed fractional method.
Get current portfolio heat — total risk across all positions. Shows per-position heat, momentum vs income sleeve breakdown, and remaining heat capacity (6% max).
Full momentum universe scan — screen + pattern detection + ranking. Scans the entire watchlist for bull flags, breakouts, and pullback setups. May take 10-30 seconds.
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.
Monte Carlo portfolio risk simulation. Runs N simulations to estimate VaR, CVaR, max drawdown, and expected return.
Similar MCP servers embedding-nearest
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"
}
}
}