Back to browse
GitHub Repository

Trade Robinhood via Claude Code - MCP Server

30 stars

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

by teamtrayd·Mar 17, 2026·2 points·0 comments

AI Analysis

●●●BangerSolve My ProblemSlick

5 ladder orders in 1 sentence instead of 50 clicks — 10 users, 60K orders shipped.

Strengths
  • Real production usage — 10 traders, 60K+ orders proves it actually works
  • OAuth 2.1 with PKCE and KMS encryption shows serious security consideration
  • Complex operations like ladder orders become one-liners — genuine time saver
Weaknesses
  • Robinhood API dependency means you're locked into one broker
  • Tokens held in server memory — trust required despite encryption claims
Category
Target Audience

Traders using Claude Code who want to execute trades via conversation

Similar To

Alpaca API · Interactive Brokers API · Tradier

Post Description

One-line setup: `claude mcp add trayd https://mcp.trayd.ai/mcp`

OAuth 2.1 with PKCE, tokens encrypted with KMS. 10 users have traded real money through it, one power user placed 60K+ orders.

Similar Projects

Finance●●Solid

The first financial intelligence MCP server live trading signals Claude

Drop a URL into Claude Desktop and your assistant can call seven LLM-friendly tools that return structured JSON — trending tickers, sentiment heat, unusual options alerts, and more. The repo claims a 165k-line Python pipeline and a FastMCP server with SSE fallback that scrapes Reddit, SEC filings, FDA notices and congressional trades — neat engineering and a clear focus on making live market signals queryable by LLMs. My main hesitation: data quality, rate limits and legal/compliance implications need to be surfaced before anyone uses this for real money.

WizardryNiche GemBold Bet
Shmungus
104mo ago

Blinkit MCP – Let Claude order groceries

Browser automation MCP for one Indian grocer; interesting proof-of-concept, zero production use case.

Rabbit HoleShip It
hereisSwapnil
403mo ago
Finance●●Solid

Ticksupply – Record Binance tick data (order books, trades) as CSV

Records every raw message and stamps it with nanosecond-precision receipt times so you can replay exact exchange traffic — nice for auditing or recreating subtle timing bugs. The product leans into 'give me the raw JSON, not some normalized blob' which is exactly what power users want, but it's currently Binance-focused and I want clearer guarantees on retention, ordering, and pricing before I bet production tooling on it.

Solve My ProblemWizardry
ticksupply
104mo ago