Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ALCHEMY_KEYNoOptional: private RPC instead of public
HOOD_MCP_PORTNoPort for HTTP transport (default 8730)8730
HOOD_MCP_NETWORKNoNetwork to use: mainnet or testnet (default mainnet)mainnet
HOOD_MCP_TRANSPORTNoTransport type: stdio or http (default stdio)stdio
HOOD_MCP_ENABLE_TRADINGNoMust be set to '1' to enable trading server
HOOD_MCP_MAX_SPEND_USDGNoPer-call spend cap in USD (default 25)25
HOOD_MCP_MAX_SESSION_USDGNoPer-session spend cap in USD (default 100)100
ROBINHOOD_CHAIN_PRIVATE_KEYNoPrivate key for trading server (0x...)
HOOD_MCP_ACKNOWLEDGE_ELIGIBILITYNoSet to '1' if eligible to hold Stock Tokens (default 0)0

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_chain_statsA

Live Robinhood Chain overview: latest block, gas price, TVL, and network totals (blocks, addresses, transactions, block time). No inputs.

list_stock_tokensA

The registry of tokenized-equity Stock Tokens on Robinhood Chain (ticker, name, contract, Chainlink feed). Set pricedOnly to return only tokens with a live feed.

get_stock_quoteA

Price a Stock Token by ticker: the Chainlink oracle price, the on-chain Uniswap DEX mid price, the premium/discount between them, and the ERC-8056 multiplier (so you also get the underlying share price).

get_portfolioA

Multiplier-correct Stock Token portfolio for any address: per-position token balance, ERC-8056 share-equivalent, USD value, plus the USDG cash balance. Read-only.

get_coinA

Detail for any Robinhood Chain token by contract address: price, 24h volume, liquidity, FDV, holder count, and whether it is a registered Stock Token.

list_trending_coinsA

The trending pools on Robinhood Chain right now (memecoins and stocks) with price, 24h volume, price change, and liquidity — the pulse of the chain.

get_recent_launchesA

Recently launched tokens on Robinhood Chain launchpads (NOXA and The Odyssey), newest first, scanned from on-chain logs.

watch_launchesA

Watch NOXA + The Odyssey live for new token launches, blocking up to waitSeconds (or until limit launches are seen), then returns what appeared. Falls back to the most recent launch if none fire in the window.

search_tokenA

Find tokens on Robinhood Chain by ticker, name, or contract address — searches the Stock Token registry and the Blockscout index together.

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/nirholas/robinhood-chain-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server