Skip to main content
Glama
drasticstatic

robinhood-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ROBINHOOD_PASSWORDYesYour Robinhood password
ROBINHOOD_USERNAMEYesYour Robinhood email/username
ROBINHOOD_TOTP_SECRETNoYour 2FA secret if using authenticator app (optional if using Face ID/Touch ID)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
robinhood_get_portfolioA

Get current portfolio value and performance metrics.

Returns portfolio profile with equity, extended hours equity, withdrawable amount, and other account details.

robinhood_get_positionsA

Get all current stock positions with details.

Returns a dict mapping stock symbols to position details including price, quantity, average buy price, equity, and percent change.

robinhood_get_positionB

Get one current stock position with a faster single-symbol lookup.

robinhood_get_watchlistC

Get stocks in a watchlist.

robinhood_get_quoteB

Get real-time quote for a stock symbol.

robinhood_get_fundamentalsC

Get fundamental data for a stock.

robinhood_get_historicalsB

Get historical price data for a stock.

robinhood_get_newsB

Get recent news articles for a stock.

robinhood_get_earningsB

Get earnings data for a stock.

robinhood_get_ratingsB

Get analyst ratings summary for a stock.

robinhood_get_dividendsA

Get all dividend payments received.

Returns list of dividend payments with amount, payable date, record date, and instrument details.

robinhood_get_options_positionsA

Get all current options positions (read-only).

Returns list of options positions with chain symbol, type, strike price, expiration, and quantity.

robinhood_search_symbolsA

Search for stock symbols by company name or ticker.

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

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