Skip to main content
Glama
markswendsen-code

mcp-robinhood

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ROBINHOOD_HEADLESSNoSet to 'false' to see the browsertrue
ROBINHOOD_MFA_CODENoMulti-factor authentication code (if enabled)
ROBINHOOD_PASSWORDYesYour Robinhood password
ROBINHOOD_USERNAMEYesYour Robinhood email address

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
robinhood_loginB

Login to Robinhood. Credentials can be provided as arguments or set via ROBINHOOD_USERNAME and ROBINHOOD_PASSWORD environment variables.

robinhood_get_portfolioA

Get the current portfolio including all positions, values, and performance. Requires login first.

robinhood_get_quoteB

Get the current stock or crypto quote/price for a given symbol.

robinhood_get_account_balanceA

Get the account balance including buying power, cash balance, and total portfolio value.

robinhood_get_watchlistB

Get the current watchlist(s) from Robinhood.

robinhood_get_order_historyC

Get recent order history including buys, sells, and their statuses.

robinhood_place_tradeA

Place a buy or sell order on Robinhood. Use dry_run: true to preview without executing. CAUTION: This places real trades with real money.

robinhood_logoutA

Logout from Robinhood and close the browser session.

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

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