HackerTrans
トップ新着トレンドコメント過去質問紹介求人

teamtrayd

no profile record

投稿

[untitled]

1 ポイント·投稿者 teamtrayd·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 teamtrayd·3 か月前·0 コメント

Show HN: Trade Robinhood from Claude Code – 10 real traders, 60K orders served

github.com
2 ポイント·投稿者 teamtrayd·4 か月前·0 コメント

MCP to trade Robinhood through Claude Code

github.com
3 ポイント·投稿者 teamtrayd·6 か月前·0 コメント

Show HN: I built an MCP server to trade Robinhood through Claude Code

github.com
3 ポイント·投稿者 teamtrayd·6 か月前·6 コメント

コメント

teamtrayd
·6 か月前·議論
Agreed on both counts! The danger is inherent to any unofficial Robinhood integration since they don't provide OAuth. We've tried to be upfront about the tradeoffs in our security model docs.
teamtrayd
·6 か月前·議論
Neither - it's a real tool with honest documentation. We could have hidden the credential flow like other projects do. Instead we documented exactly how it works so users can make informed decisions.

The "temporary access" framing is accurate: Robinhood returns tokens that expire, we hold them in memory (not disk), and they're wiped on logout or server restart.
teamtrayd
·6 か月前·議論
Yes, that's correct and documented. Robinhood doesn't offer OAuth for third parties - every unofficial integration (robin_stocks, etc.) uses the same pattern.

  We're transparent about this tradeoff. If you're not comfortable with it, don't use it. For those who are, tokens are memory-only and wiped on logout/restart.