Connect Claude Code to your Robinhood account. Analyze your portfolio, get real-time quotes, and execute trades—all through conversation. Then in Claude Code: 1. Type /mcp → select trayd → click Authorize 2. Sign in with Google 3. Say: "Link my Robinhood account" 4. Approve on your phone 5. Start trading! Instead of clicking through dozens of screens: Important to understand: - Your Robinhood emai
Add this skill
npx mdskills install trayders/trayd-mcpWell-documented trading MCP with clear examples, but high-risk credentials model
Connect Claude Code to your Robinhood account. Analyze your portfolio, get real-time quotes, and execute trades—all through conversation.
claude mcp add --transport http trayd https://mcp.trayd.ai/mcp --scope user
Then in Claude Code:
/mcp → select trayd → click Authorize"What's my portfolio worth?"
"Which positions are up today? Which are down?"
"What's my biggest winner this week?"
"Show me everything that's down more than 5%"
"What's NVDA trading at?"
"Get me a quote on AAPL"
"Check the price of TSLA"
"Buy 10 shares of AAPL"
"Place a limit order for TSLA at $400"
"Set 5 ladder buys for NVDA from $180-$175"
"Set stop losses on all my positions at -5%"
"Sell half of my TSLA position"
"What's my biggest loser today? Sell it."
"Cancel all my open orders and show me what's left"
"Buy $500 worth of each: AAPL, GOOGL, MSFT"
Note: Market orders work during regular hours (9:30 AM - 4 PM ET). Extended hours (pre-market & after-hours) require limit orders—this is a Robinhood policy.
Instead of clicking through dozens of screens:
Setting 5 ladder limit orders manually:
Open app → Search NVDA → Buy → Limit → $180 → 10 shares → Submit
→ Search NVDA → Buy → Limit → $178.75 → 10 shares → Submit
→ Search NVDA → Buy → Limit → $177.50 → 10 shares → Submit
→ Search NVDA → Buy → Limit → $176.25 → 10 shares → Submit
→ Search NVDA → Buy → Limit → $175 → 10 shares → Submit
(50+ clicks, 5 minutes)
With Trayd:
"Set 5 ladder buys for NVDA from $180-$175"
(1 sentence, 10 seconds)
You → Claude Code → Trayd Server → Robinhood API
↓ ↓
(MCP token) (Your RH credentials
passed through to RH,
NEVER stored by us)
Important to understand:
| Data | Stored? | Where | Duration |
|---|---|---|---|
| Robinhood password | NO | Never touches disk | Passed through, then discarded |
| Robinhood access token | Yes | Server memory only | Until logout/restart |
| Your trades/positions | NO | Not logged | Fetched live from RH |
| Your Google identity | Yes | Via Clerk | For auth only |
You: What's my portfolio worth?
Claude: Your Robinhood portfolio:
• Total Equity: $45,230.82
• Cash Available: $2,156.33
• Buying Power: $2,156.33
You: Show my positions
Claude: Your current holdings:
NVDA - 50 shares
• Avg Cost: $127.45 → Current: $137.01
• Market Value: $6,850.50
• P&L: +$478.00 (+7.5%)
AAPL - 100 shares
• Avg Cost: $178.23 → Current: $254.49
• Market Value: $25,449.00
• P&L: +$7,626.00 (+42.8%)
You: What's TSLA trading at?
Claude: TSLA (Tesla Inc) - $421.06
• Bid: $421.05 × 100
• Ask: $421.08 × 200
• Day Range: $415.02 - $428.50
• Volume: 42.3M
You: Buy 5 shares of GOOGL at $191
Claude: I'll place a limit order to buy 5 shares of GOOGL at $191.00.
[Calls place_order tool]
✓ Limit order placed successfully
• Order ID: 67890-abcdef
• Buy 5 GOOGL @ $191.00 limit
You: Cancel my GOOGL order
Claude: [Calls cancel_order tool]
✓ Order cancelled successfully
| Issue | Solution |
|---|---|
| Browser doesn't open for auth | Type /mcp → select trayd → click "Authorize" |
| Phone notification not received | Ensure Robinhood app is installed and you're logged in |
| "Authentication required" error | Run /mcp to re-authenticate |
| Market order rejected after hours | Use limit orders (Robinhood policy for extended hours) |
Is this safe?
Yes, and here's why you can verify it yourself:
Phone 2FA on every login - Robinhood sends a notification to your phone. Nothing happens unless you tap "Approve". You control access.
Your Claude is honest to you - This MCP runs through your Claude Code. Ask Claude "Am I logged in to Robinhood?" or "Is my Robinhood linked?" anytime. Claude will honestly tell you your connection status because it's your assistant.
Instant logout, verified by Claude - Say "Logout from Robinhood" and all credentials are immediately wiped from memory. Then ask Claude "Am I still connected?" - it will confirm you're logged out. No trust required—verify it yourself.
Test with a safe order first - Try "Place a limit buy for 1 NVDA at $50" (a price that won't execute). Check your Robinhood app—you'll see the order. Cancel it from either place. Now you know it works, with zero risk.
Why should I trust you?
You don't have to trust us blindly—you can verify:
What if something goes wrong with a trade? You are responsible for all trades placed through your account. We provide the interface; you make the decisions. Always verify orders before confirming.
Please read before using:
By using Trayd, you acknowledge:
Not affiliated with Robinhood Markets, Inc.
Not financial advice. This tool helps you interact with your own brokerage account. All investment decisions are yours.
MIT
Install via CLI
npx mdskills install trayders/trayd-mcpTrayd - Trade Robinhood from Claude Code is a free, open-source AI agent skill. Connect Claude Code to your Robinhood account. Analyze your portfolio, get real-time quotes, and execute trades—all through conversation. Then in Claude Code: 1. Type /mcp → select trayd → click Authorize 2. Sign in with Google 3. Say: "Link my Robinhood account" 4. Approve on your phone 5. Start trading! Instead of clicking through dozens of screens: Important to understand: - Your Robinhood emai
Install Trayd - Trade Robinhood from Claude Code with a single command:
npx mdskills install trayders/trayd-mcpThis downloads the skill files into your project and your AI agent picks them up automatically.
Trayd - Trade Robinhood from Claude Code works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.