Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
r0x_setupA

One-time setup for the r0x plugin. Import an existing Robinhood Chain wallet by private key, or generate a fresh one locally (no payment required to generate). The wallet is stored at ~/.r0x/config.json and reused by every other r0x tool.

balanceA

ETH + USDG balance for any Robinhood Chain address. Costs $0.01 USDG.

txA

Decoded transaction details for any Robinhood Chain tx hash. Costs $0.01 USDG.

priceB

Current USD price for ETH or USDG. Costs $0.01 USDG.

walletA

Generates a fresh Robinhood Chain keypair via the r0x facilitator. Costs $0.01 USDG. For your own agent wallet, prefer the free local generation in r0x_setup instead.

chatA

Sends a message to the r0x agent and returns its reply. Costs $0.01 USDG.

sendA

Constructs an unsigned ETH or USDG transfer transaction on Robinhood Chain. Costs $0.01 USDG. Pass the result to the broadcast tool to actually sign and send it.

fundA

Balance plus step-by-step funding instructions for a Robinhood Chain address. Costs $0.01 USDG.

broadcastA

Signs an unsigned transaction (from the send tool) with a private key and broadcasts it on Robinhood Chain. Costs $0.01 USDG. Defaults to the wallet configured via r0x_setup if no privateKey is given. Use with care, this moves real funds.

spend_limitA

Local-only safety guard, never touches the server. Reads or sets a USD cap on total spend across all paid r0x tools in this session. Omit "setUSD" to just check status.

tradeA

Constructs a real Uniswap V3 swap transaction between any two tokens on Robinhood Chain — pass "ETH", "USDG", or any ERC20 address, there is no allowlist. Costs $0.01 USDG. Anything needing an approval first comes back as steps (approve, then swap); broadcast them in order. Pass the result to the broadcast tool to actually sign and send it.

quoteA

Live Uniswap V3 swap price quote for any token pair on Robinhood Chain — pass "ETH", "USDG", or any ERC20 address, no transaction constructed. Costs $0.01 USDG.

poolA

Uniswap V3 pool reserves and implied price for any token pair on Robinhood Chain — pass "ETH", "USDG", or any ERC20 address. Costs $0.01 USDG.

yieldA

Live Morpho steakUSDG vault APY, the vault behind Robinhood Earn. Costs $0.01 USDG.

bridgeA

Across Protocol bridge quote for moving USDC or WETH from Ethereum, Arbitrum or Base onto Robinhood Chain. Costs $0.01 USDG.

liquidity_addA

Mints a Uniswap V3 liquidity position for any token pair on Robinhood Chain, with a custom price range. Costs $0.01 USDG. amountA/amountB are maximums — the contract only pulls what the chosen range actually needs. Comes back as steps (approvals, then mint); broadcast them in order. Pass the result to the broadcast tool to actually sign and send it.

liquidity_removeA

Withdraws and collects a Uniswap V3 liquidity position on Robinhood Chain by tokenId (from liquidity_add or liquidity_positions). Costs $0.01 USDG. If the position involves ETH, the WETH leg is automatically unwrapped back to native ETH. Comes back as steps; broadcast them in order. Pass the result to the broadcast tool to actually sign and send it.

liquidity_positionsA

Lists every Uniswap V3 liquidity position NFT owned by an address on Robinhood Chain, with tick range, liquidity, and uncollected fees for each. Costs $0.01 USDG.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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