Trade the market from your terminal.
HOLT is a terminal agent you own, wired into a Robinhood trading MCP. Ask for a live quote, your portfolio, or a buy/sell order in plain English — right next to reading files and running commands. You pick the model and the permission level, and orders only go live when you confirm.
runs entirely in your browser · no sign-up
holt — ~/workspace
What it does
Trade and build from one terminal.
HOLT drives your Robinhood account and your codebase from the same prompt — with every side effect made visible.
$
Trade via Robinhood
A built-in Robinhood MCP places market & limit buy/sell orders, lists positions, and cancels open orders — all from plain-English prompts in the terminal.
Live quotes & portfolio
Pull real-time last / bid / ask quotes for any ticker and read your equity, market value, and buying power at a glance.
You confirm every order
Trades, file writes, and shell commands go through a permission policy — orders never fire without your explicit confirm. Cycle modes with Shift+Tab.
Use any model
Bring Anthropic, OpenAI, Gemini, xAI, DeepSeek, Kimi, Qwen, GLM and 25+ providers — or any OpenAI/Anthropic-compatible endpoint. Switch with /model.
Real tool use
Read, write, edit, search, run shell, fetch URLs, and diff git alongside trading — every action rendered live as a tool card.
Durable local sessions
Sessions are saved on-device, searchable, and resumable. /rewind rolls back the last exchange, /compact trims context.
Robinhood MCP
Your brokerage, in the terminal
Connect the robinhood MCP server with a ROBINHOOD_TOKEN and HOLT gets six trading tools. Read-only tools work out of the box; orders require your confirm.
rh_quote
Latest last / bid / ask price for one or more tickers.
rh_portfolio
Account equity, market value, and buying power.
rh_positions
Your current non-zero stock holdings.
rh_orders
Recent orders, most recent first.
rh_place_order
Buy or sell — market or limit — gated behind confirm: true.
rh_cancel_order
Cancel an open order by its id.
✦ Live desk
Your trading desk, at a glance
A sample of what HOLT surfaces from the Robinhood MCP — connect your ROBINHOOD_TOKEN for your real account.
◆ Portfolio sample
Equity
$48,213.67
Buying power
$6,233.55
Today's P&L
+$512.40 · +1.07%
Open positions
3
▤ Market watch — live sample
TickerPrice24hVol
⟐ Executions — recent sample
TimeSideTickerSizeStatus
Bring your own key
Works with the models you want
In the terminal
Slash commands
Type / for the full menu. A few of the essentials:
/model · /providerSwitch the active model or provider
/spec · /planDraft and review a plan before building
/resume · /rewindContinue or roll back a local session
/permissions · /toolsInspect the policy and available tools
/theme · /doctor · /configAdjust appearance and inspect setup
Ready when you are.
Boot the terminal, ask for a quote or describe a task — HOLT takes it from there.
holt — boot
booting0%
main ~/workspace claude-sonnet-5
Working · writing · 0s · ↑ 0 tok Ctrl+C to cancel
ask · effort auto · ? shortcuts 0/1000K · 0%
claude-sonnet-5
Keyboard Preference: On
Keyboard Shortcuts
Press ? anywhere to toggle this overlay
Chat
Enter
Send message
Esc
Clear input
CtrlC
Cancel streaming response
?
Toggle this help overlay
Navigate command history
Model & Run Controls
CtrlT
Cycle reasoning effort (auto → low → medium → high)
ShiftTab
Cycle permission mode (ask → auto → full-auto → yolo)
CtrlP
Toggle plan mode
Navigation
CtrlB
Toggle sidebar
CtrlL
Clear terminal
CtrlO
Toggle transcript mode
Commands
/
Open slash command menu
!
Run a shell command (e.g. !ls -la)
Holtv1.0.0
Font Size
13 pt

Theme
Dark >
>

Workspace
/Workspace Manager>
$Boot Script

Advanced
~Advanced Settings>
HOLT · @useHOLT
Workspace Manager
/workspace
Quota OK Ephemeral
>
NAMESIZEACTIONS
No files in /workspace
Destination Folder
/workspace
Files will be uploaded to this folder. Existing files with the same name will be overwritten.
^
Click to select files or drag and drop here
Multiple files allowed
Advanced Settings
Some privacy and advanced options.
Toolbar visibility
Enforce the visibility.
Stream responses
Show tokens as they arrive.
Auto-compact context
Automatically compact when near limit.
Debug mode
Show raw API responses and timing.
Permission mode
ask mode
Boot Script
Set the bash code to be executed upon VM start.
112