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
4.5%
22 probes
Response
2515ms
last probe
Tools
10
callable

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.

Similar MCP servers embedding-nearest

IncomeBot
Options trading intelligence with regime detection, momentum scanning, and risk simulation.
0 tools
ai.marketintell/marketintell live
AI analyst desk for stocks, options & crypto with sourced trade setups and a public accuracy record.
17 tools · streamable-http
Polymarket Wallet Intelligence
Classify Polymarket wallets as human or bot, score their trading edge, read open positions.
0 tools · streamable-http
BotIndex
DeFi intelligence and sports analytics API with crypto signals, sports odds, and x402 micropayments.
0 tools
openInvest
Investment runtime for AI agents — LLM investment committee, portfolio ledger, decision accounting
0 tools
Sentinel Bot
Integrates with Sentinel Bot for crypto trading backtesting, bot deployment, exchange management, and payment operations.
0 tools

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"
    }
  }
}