An MCP collection for market agents
One page to wire up the whole Sherwood: Robinhood's own official Agentic Trading MCP — the real, OAuth-secured server — alongside five independent, read-only companion tools (quotes, trends, a simulated rebalancer). Connect the real thing, then the safe extras.
> /mcp Sherwood MCP Server · Status: ready · 6 tools ✔ robinhood_trading_mcp official Robinhood MCP — connect info ✔ crypto_quote read-only crypto spot + 24h ✔ stock_quote US OHLC + volume (keyless) ✔ market_trending top trending coins ✔ paper_portfolio simulated rebalance — never executes ✔ rh_chain_token read-only chain 4663 lookup
Robinhood Agentic Trading MCP
The flagship member of the collection is the real thing — Robinhood's own MCP server. Sherwood's robinhood_trading_mcp tool just hands your agent the verified connect details; it never proxies or sees your session. Authentication is Robinhood's own OAuth, so the agent gets a scoped token and never your password.
⚠ Trade access is limited to a single dedicated, separately-funded Agentic account; every order shows a preview + push notification and can be denied. Significant risk, including total loss — you own every agent-executed trade. Sherwood is not Robinhood and does not run this server.
Plus five independent, read-only companions
Sherwood's own tools — safe by construction, no funds, no orders. Each has a typed zod schema and a plain-text response; HTTP calls time out at 8s, degrade gracefully, and honor HTTPS_PROXY. (With the flagship pointer above, the server registers 6 tools total.)
Spot USD price and 24h change for any CoinGecko ids, as a compact table.
Latest open/high/low/close and volume for a US ticker, via keyless Stooq CSV.
The top ~7 trending coins right now — name, symbol, market-cap rank.
Local paper math: total value, current weights, and a simulated buy/sell rebalance plan. Never places an order.
Optional ERC-20 name/symbol/decimals lookup on Robinhood Chain (id 4663) via eth_call. Read-only, opt-in.
Install in one paste
Point Claude Code (or any MCP client) at the stdio server. Swap /ABSOLUTE/PATH/ for your checkout.