HackerTrans
TopNewTrendsCommentsPastAskShowJobs

teamtrayd

no profile record

Submissions

[untitled]

1 points·by teamtrayd·3 माह पहले·0 comments

[untitled]

1 points·by teamtrayd·3 माह पहले·0 comments

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

github.com
2 points·by teamtrayd·4 माह पहले·0 comments

MCP to trade Robinhood through Claude Code

github.com
3 points·by teamtrayd·6 माह पहले·0 comments

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

github.com
3 points·by teamtrayd·6 माह पहले·6 comments

comments

teamtrayd
·6 माह पहले·discuss
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 माह पहले·discuss
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 माह पहले·discuss
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.