Analysis updated 2026-05-18
Let an AI agent check what tokenized Robinhood stock tokens a wallet holds.
Get a live swap quote between two Robinhood Chain stock tokens before trading.
See the true total return value of a stock token including reinvested dividends.
Execute a guarded, capped swap through Robinhood Chain's Uniswap v4 router.
| jumpboxtech/rhc-mcp | 0xradioac7iv/tempfs | 52191314/web-agent-proxy-sdk | |
|---|---|---|---|
| Stars | 0 | 0 | 0 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | moderate | moderate | moderate |
| Complexity | 3/5 | 3/5 | 4/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires Node.js, an RPC endpoint, and a funded private key on Robinhood Chain if you want to swap, not just read positions.
rhc-mcp is a connector that lets AI assistants like Claude or ChatGPT interact with Robinhood Chain, a blockchain version of Robinhood where certain US stocks are represented as digital tokens. Robinhood already offers its own AI trading connector, but that one only handles regular, off-chain stock trades inside the US. This project fills the gap by letting an AI agent look at and trade the tokenized versions of stocks that live on the blockchain instead. The tool works through the Model Context Protocol, a standard way for AI agents to call external tools. It gives an agent three main abilities: check what stock tokens a wallet address holds, get a price quote for swapping one token for another, and actually carry out that swap. Checking positions and getting quotes require no special setup, since they only read public blockchain data. Executing an actual swap is treated much more carefully because it moves real money. One notable detail the project highlights is that these stock tokens can pay out dividends and handle stock splits by increasing an internal multiplier rather than changing the token balance directly. A simple balance check on the blockchain would therefore miss real gains the holder has earned. This tool calculates and shows the true, adjusted value instead. Because trading involves real funds, the swap feature is switched off unless you explicitly provide a private key, defaults to a dry run that only shows what would happen, enforces a cap on how large a single swap can be, and limits how long any spending approval stays valid. The project stresses that this code has not been independently audited, so anyone using it to move funds should review it carefully first. Setup involves cloning the repository, installing dependencies, building the project, and then connecting it to an AI agent such as Claude Code or Claude Desktop by pointing the agent's configuration at the built file. The project is released under the MIT license.
An MCP connector that lets AI agents read wallet positions and swap tokenized Robinhood stocks on Robinhood Chain, with strict safety limits on real money swaps.
Mainly TypeScript. The stack also includes TypeScript, Node.js, MCP.
Free to use, modify, and distribute, including commercially, as long as you keep the copyright notice.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.