r0x-os
Provides tools for interacting with Robinhood Chain, enabling AI agents to manage balances, transactions, prices, trading, yield, and bridging.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@r0x-oswhat's the price of ETH?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
r0x-os
The official SDK, Claude Code / MCP plugin, and facilitator docs for r0x, the USDG-native operating system for AI agents, built on Robinhood Chain.
r0x runs the official x402 facilitator for Robinhood Chain. AI agents can use it right now: discover a priced capability, authorize a USDG payment, and invoke it, all in one uninterrupted call. No API keys, no subscriptions, no human approving anything in between.
Live site: projectr0x.dev · Facilitator docs: docs/facilitator.md · Skill reference: docs/skills.md
What's in this repo
SDK (
src/client): a TypeScript client (R0xClient) that handles the x402 challenge/sign/retry cycle automatically. Published asr0x-oson npm.Claude Code / MCP plugin (
src/plugin): exposes the full skill catalog as MCP tools, plus local wallet setup and a spend-limit guard.Virtuals GAME integration (
integrations/virtuals-game): a GAME SDK worker that gives any Virtuals agent the same skill catalog as fifteen callable functions, with optional auto-broadcast of trades and transfers.Docs (
docs/): how the facilitator works and the full skill reference.Examples (
examples/): a minimal, dependency-light reference client.
Related MCP server: robinhood-mcp
Install
npm install r0x-osimport { R0xClient } from 'r0x-os';
const client = new R0xClient({ privateKey: process.env.R0X_PRIVATE_KEY });
// $0.01 USDG per call, settled automatically
const { data } = await client.price('ETH');
console.log(data.priceUSD);
const balance = await client.balance('0x...');
console.log(balance.data.balances);See docs/skills.md for every method the client exposes.
Claude Code plugin
/plugin marketplace add nhevers/project-r0x
/plugin install r0x-osOr add it directly as an MCP server:
claude mcp add r0x -- npx r0x-osNo private key is needed upfront, the agent calls r0x_setup on first use to
either import an existing wallet or generate a fresh one. After that, eighteen
tools are available: r0x_setup, balance, tx, price, wallet, chat,
send, fund, broadcast, spend_limit, trade, quote, pool,
liquidity_add, liquidity_remove, liquidity_positions, yield, and
bridge. trade, quote, pool, and liquidity_* all accept any ERC20
token on Robinhood Chain, not just ETH and USDG — there's no allowlist.
Virtuals GAME agents
Any agent built on the Virtuals GAME SDK can plug straight into r0x. See integrations/virtuals-game for a worker exposing the full skill catalog as GAME functions, with optional auto-broadcast of trades, transfers, and liquidity transactions.
Building from source
git clone https://github.com/nhevers/project-r0x.git
cd project-r0x
npm install
npm run build # compiles src/ -> dist/
npm run example:tx # runs the reference test-transaction scriptHow the facilitator works
Read docs/facilitator.md for the full protocol walk-through,
or jump straight to examples/test-transaction.js
for a working ~80-line client.
License
MIT, see LICENSE.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI agents to interact with Robinhood brokerage accounts via browser automation, supporting portfolio viewing, quotes, trading, and account management.Last updated822MIT
- Flicense-qualityDmaintenanceEnables AI models to manage Robinhood portfolios, execute trades, and run automated trading bots with stop-loss/take-profit monitoring.Last updated1
- AlicenseAqualityBmaintenanceEnables agents to query live Robinhood Chain data including tokens, wallets, Chainlink feeds, heat scores, and tracking error on tokenized equities, all read-only without API keys.Last updated417MIT

terahood-agentofficial
Alicense-qualityCmaintenanceEnables agents to purchase and use compute resources on Robinhood Chain via x402 payments. Provides tools for thinking, renting GPUs, checking balances, and viewing the compute menu.Last updatedMIT
Related MCP Connectors
Provide AI agents and automation tools with contextual access to blockchain data including balance…
500+ pay-per-call tools + skill packs. USDC + USDG on 12 chains, or free via proof-of-work.
Connect AI agents to bank accounts, transactions, balances, and investments.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nhevers/project-r0x'
If you have feedback or need assistance with the MCP directory API, please join our Discord server