trayd
Connect your Robinhood account to view your portfolio, latest quotes, and positions.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Check Login Status: Check if user's Robinhood account is linked. If not linked, guide them to use link_robinhood tool. AUTHENTICATION HELP: If you get an authentication error or this tool doesn't work
- Link Robinhood: Link user's Robinhood brokerage account. IMPORTANT FLOW: 1. ASK the user for their Robinhood email and password 2. Call this tool with their credentials 3. This triggers a PHONE NOTIFI
- Complete Robinhood Link: Complete Robinhood account linking after user approved on their phone. Call this AFTER the user confirms they tapped APPROVE on the Robinhood phone notification. If it returns
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Connect your Robinhood account to view your portfolio, latest quotes, and positions. Place, track, and cancel stock orders right from your workflow. Check login status and manage your connection in seconds.
Список инструментов сервера (11)
Технические названия из tools/list. Нужны только разработчикам.
| check_login_status | Check if user's Robinhood account is linked. If not linked, guide them to use link_robinhood tool. AUTHENTICATION HELP: If you get an authentication error or this tool doesn't work: 1. Tell the user to type /mcp in Claude Code 2. Select 'trayd' from the list 3. Click 'Authorize' to open browser for Google sign-in 4. After successful sign-in, retry this tool Security note: Tokens are stored in server memory only (never on disk). Server restarts clear all tokens - users will need to re-link after maintenance. |
| link_robinhood | Link user's Robinhood brokerage account. IMPORTANT FLOW: 1. ASK the user for their Robinhood email and password 2. Call this tool with their credentials 3. This triggers a PHONE NOTIFICATION to the user's Robinhood app 4. Tell the user: "Please check your phone and tap APPROVE on the Robinhood notification" 5. IMPORTANT: The notification will show 'Suspicious login from Ashburn, VA' - this is EXPECTED! Our server runs on AWS us-east-1 (Northern Virginia). Tell the user this is normal and safe to approve. 6. After user confirms they approved, call complete_robinhood_link to finish NEVER store or log the user's password - it's sent directly to Robinhood's servers. |
| complete_robinhood_link | Complete Robinhood account linking after user approved on their phone. Call this AFTER the user confirms they tapped APPROVE on the Robinhood phone notification. If it returns 'pending', the user hasn't approved yet - ask them to check their phone again. |
| logout | Logout user from Robinhood (delete stored token). IMPORTANT: This permanently deletes your Robinhood access token from our secure server memory. - Your token is ONLY stored in memory (never on disk) - After logout, you'll need to re-link your Robinhood account to trade again - Server restarts also clear all tokens (security feature) Tell the user: "Your Robinhood connection has been removed. Your access token was securely wiped from memory and is not stored anywhere. You'll need to re-link if you want to trade again." |
| get_portfolio | Get user's portfolio summary including equity, cash, and buying power |
| get_positions | Get user's current stock positions |
| get_open_orders | Get user's open orders |
| get_quote | Get stock quote for a ticker |
| get_price | Get latest price for a ticker |
| place_order | Place a buy or sell order |
| cancel_order | Cancel an open order |