RH MCP Playground

Spot prices · Order reviews · Response analyzer

Disconnected
MCP Client Home
Select Symbol
Spot Price via get_equity_quotes / get_index_quotes
Select a symbol to load price…
Equity quotes via get_equity_quotes Indexes resolve via get_indexesget_index_quotes Requires authenticated MCP session
Simulates order — nothing is placed
review_equity_order — a live, ready-to-review default is assembled after connecting. It is always a 1-share limit buy, gtc, in the 24 Hour Market, priced $3 below the live spot.
Response will appear here…
Paste & Analyze Response Copy a raw MCP response from any tool and paste it here for a structured breakdown
Auto-detects tool type (review_equity_order, review_option_order, get_equity_quotes, etc.)
Paste a JSON response above and click Analyze…
Quick Reference — Tool Workflow
Equity Order Flow
  1. get_accounts → get account_number
  2. get_equity_quotes → spot price
  3. review_equity_order → pre-trade check
  4. User confirms → place_equity_order
  5. get_equity_orders → check status
  6. (if needed) cancel_equity_order
Options Order Flow
  1. get_accounts → verify option_level
  2. get_option_chains → chain_id
  3. get_option_instruments → option_id (UUID)
  4. get_option_quotes → live mark/greeks
  5. review_option_order → fees + alerts
  6. User confirms → place_option_order
Index Quote Notes
  • SPX / XSP use get_indexesget_index_quotes
  • Indexes are read-only — no direct equity orders on SPX
  • Trade SPX options via get_option_chains with underlying_symbol="SPX"
  • XSP = Mini SPX — 1/10th notional, cash-settled
  • SPY = equity ETF, fully tradeable like a stock