explaingit

jumpboxtech/rhc-mcp

Analysis updated 2026-05-18

0TypeScriptAudience · developerComplexity · 3/5LicenseSetup · moderate

TLDR

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.

Mindmap

mindmap
  root((rhc-mcp))
    What it does
      Read on chain positions
      Quote token swaps
      Execute guarded swaps
    Tech stack
      TypeScript
      Node.js
      Model Context Protocol
    Use cases
      Check stock token balances
      Get swap quotes
      Trade stock tokens
    Audience
      Developers
      Crypto traders

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Let an AI agent check what tokenized Robinhood stock tokens a wallet holds.

USE CASE 2

Get a live swap quote between two Robinhood Chain stock tokens before trading.

USE CASE 3

See the true total return value of a stock token including reinvested dividends.

USE CASE 4

Execute a guarded, capped swap through Robinhood Chain's Uniswap v4 router.

What is it built with?

TypeScriptNode.jsMCP

How does it compare?

jumpboxtech/rhc-mcp0xradioac7iv/tempfs52191314/web-agent-proxy-sdk
Stars000
LanguageTypeScriptTypeScriptTypeScript
Setup difficultymoderatemoderatemoderate
Complexity3/53/54/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires Node.js, an RPC endpoint, and a funded private key on Robinhood Chain if you want to swap, not just read positions.

Free to use, modify, and distribute, including commercially, as long as you keep the copyright notice.

In plain English

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.

Copy-paste prompts

Prompt 1
What are my Robinhood Chain positions for wallet 0x1234...?
Prompt 2
Quote swapping 1 NVDA stock token to USDG on Robinhood Chain.
Prompt 3
Explain what uiMultiplier means for my Robinhood Chain stock token balance.
Prompt 4
Walk me through setting up rhc-mcp with Claude Code and enabling swaps safely.

Frequently asked questions

What is rhc-mcp?

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.

What language is rhc-mcp written in?

Mainly TypeScript. The stack also includes TypeScript, Node.js, MCP.

What license does rhc-mcp use?

Free to use, modify, and distribute, including commercially, as long as you keep the copyright notice.

How hard is rhc-mcp to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is rhc-mcp for?

Mainly developer.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.