Robinhood
LiveOfficial trading MCP with fill-rate buy/sell bands — the original Confluence Pro pairing.
plan_robinhood_entry
Confluence Pro · broker-agnostic
One signal MCP. Your brokerage MCP. Graded SPY 0DTE setups stream into Claude, ChatGPT, or Cursor — then a broker-ready checklist so you confirm every order.
Supported pairings
Confluence Pro never talks to your broker directly. It plans the trade; the official broker MCP (or app) handles quotes and placement. Same Pro gates on every broker — Robinhood, Webull, Interactive Brokers, Alpaca, and tastytrade all have Confluence plan tools today — open a pairing page for setup and marketing detail.
Official trading MCP with fill-rate buy/sell bands — the original Confluence Pro pairing.
plan_robinhood_entry
Cloud OAuth MCP (confirm in Webull app) or Local OpenAPI MCP with preview + place.
plan_webull_entry · mode=cloud|local
Official IBKR MCP — draft trade instructions from graded alerts; you Review & Submit in the IBKR AI Instructions tab (Client Portal / Desktop / TWS / Mobile). Nothing auto-fires.
plan_ibkr_entry
Official Alpaca MCP Server — option chain, quotes/Greeks, then
place_option_order after you confirm. Start on paper
(ALPACA_PAPER_TRADE=true).
plan_alpaca_entry
Self-hosted official MCP — dry-run mints a confirmation token, then
tastytrade_place_order after you confirm. Prefer
TASTYTRADE_ENV=sandbox first (production is the default and is live money).
plan_tastytrade_entry
How pairing works
https://mcp.0dteconfluence.com/mcp?key=cfl_… or local server.py.
This is the graded alert + rails + tape desk.
check_alert_tradeable → plan_entry(broker=…) → broker quotes / instruction →
you place or approve. Then format_bracket_plan.
{
"mcpServers": {
"confluence-pro": {
"url": "https://mcp.0dteconfluence.com/mcp?key=YOUR_cfl_KEY"
},
"robinhood-trading": {
"url": "https://agent.robinhood.com/mcp/trading"
},
"webull": {
"url": "https://api.webull.com/mcp"
},
"ibkr": {
"url": "https://api.ibkr.com/v1/api/mcp-public"
},
"alpaca": {
"command": "uvx",
"args": ["alpaca-mcp-server"],
"env": {
"ALPACA_API_KEY": "YOUR_KEY",
"ALPACA_SECRET_KEY": "YOUR_SECRET",
"ALPACA_PAPER_TRADE": "true"
}
},
"tastytrade": {
"command": "node",
"args": ["/ABS/PATH/tastytrade-mcp/dist/index.js"],
"env": {
"TASTYTRADE_ENV": "sandbox",
"TASTYTRADE_CLIENT_ID": "YOUR_CLIENT_ID",
"TASTYTRADE_CLIENT_SECRET": "YOUR_CLIENT_SECRET",
"TASTYTRADE_REFRESH_TOKEN": "YOUR_REFRESH_TOKEN"
}
}
}
}
Enable the brokers you use. Prefer one live broker at a time when trading.
Score ≥6/8, Pro window, hold-bar entry, rail invalidation, ⅓/⅔ scale-in. Only the MCP tool names and price source change.
Advisory software only — no custody, no auto-exec. Robinhood review, Webull in-app confirm, IBKR instructions, Alpaca / tastytrade place: the pattern is always confirm-first.
plan_entry(broker=robinhood|webull|ibkr|alpaca|tastytrade) or the named helpers. Same alert gates; broker-specific MCP sequence.
plan_robinhood_entry, plan_webull_entry,
plan_ibkr_entry, plan_alpaca_entry,
plan_tastytrade_entry, or plan_entry(broker=…).
cfl_…). Broker auth is separate (OAuth for Robinhood / Webull Cloud / IBKR; App Key / API secrets for Webull Local, Alpaca, and tastytrade).Confluence Pro
Graded alerts + broker checklist in Claude, ChatGPT, or Cursor. $199/mo · cancel anytime · advisory only.
Important: 0DTE Confluence MCP tools are advisory software and education only. We do not manage money, hold custody, or place trades. Broker MCPs are operated by their respective firms. 0DTE options carry substantial risk of loss. Not investment advice. Robinhood, Webull, Interactive Brokers, and Alpaca are trademarks of their respective owners; 0DTE Confluence is independent and not affiliated with, endorsed by, or sponsored by those firms.