Trayd
@trayders
Trayd について
概要はまだありません
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Trayd?
Trayd is an MCP server that lets you trade Robinhood from Claude using natural language. It provides portfolio analysis, real-time quotes, and order execution directly through conversational commands. It is designed for Robinhood users who want faster, more flexible trading.
How to use Trayd?
You set up Trayd as a custom MCP connector in Claude.ai (Settings > Connectors) with URL https://mcp.trayd.ai/mcp, then sign in and link your Robinhood account. For Claude Code (terminal), run claude mcp add --transport http trayd https://mcp.trayd.ai/mcp --scope user and authorize. Both connect to the same account.
Key features of Trayd
- Portfolio analysis: "What's my portfolio worth?"
- Real-time quotes: "What's NVDA trading at?"
- Buy/sell and limit orders via natural language
- Ladder orders: set multiple limit orders in one sentence
- Multi-account support: list and switch accounts
- Batch operations: buy multiple tickers at once
- 24/7 quotes with automatic data source fallback
- OAuth 2.1 with PKCE and in-memory token storage
Use cases of Trayd
- Place trades in seconds instead of clicking through the Robinhood app
- Run automated trading bots using Claude Code’s
/loopcommand - Manage multiple Robinhood accounts from a single chat interface
- Cancel or modify all open orders with a single instruction
- Execute complex order strategies (e.g., ladder buys) without manual entry
FAQ from Trayd
How does Trayd handle my Robinhood credentials?
Robinhood credentials are passed directly to Robinhood’s API and never stored. Access tokens are held in memory only and wiped on logout, restart, or redeployment. Robinhood phone 2FA is required on every login.
Can I run a trading bot with Trayd?
Yes. Claude Code’s /loop command turns Trayd into an always‑on trading agent. You describe rules in natural language (e.g., "Check my positions every 5 minutes. If anything drops 3%, sell it.") and Claude executes them on a schedule.
What should I do if authentication fails?
Type /mcp in Claude Code, select trayd, and click Authorize. If you’re missing a phone notification, make sure the Robinhood app is installed and you’re logged in.
Are market orders supported after hours?
Robinhood policy rejects market orders after hours. Use limit orders instead—Trayd supports them and defaults to 24‑hour extended trading.
How does Trayd get real‑time quotes 24/7?
Quotes are served through a dual‑source system: live Robinhood data during market hours, with automatic fallback to a partnered market data provider pre‑market and overnight.
コメント