Skip to main content
Glama
morsingnet

mcp-tastytrade-server

by morsingnet

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TASTYTRADE_SANDBOXNoSet to 'true' to use the certification environment (default: false)false
TASTYTRADE_PASSWORDYesYour TastyTrade login password
TASTYTRADE_USERNAMEYesYour TastyTrade login username

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_accountsA

List all TastyTrade accounts for the authenticated customer.

get_positionsB

Get current open positions for a TastyTrade account.

get_balancesC

Get current balances and buying power for a TastyTrade account.

get_ordersC

Get orders for a TastyTrade account, optionally filtered by status.

place_orderB

Place a new order on a TastyTrade account. Use dry_run_order first to validate the order and check buying power impact.

dry_run_orderA

Validate an order without placing it. Returns buying power effect, fees, and any warnings.

cancel_orderC

Cancel a live order on a TastyTrade account.

get_option_chainA

Get the option chain for an underlying symbol. Use format='nested' (default) for expirations grouped by date, or format='compact' for a flat list.

get_market_metricsB

Get market metrics for one or more symbols: IV rank, IV percentile, 30-day IV, liquidity rating, and more.

get_transactionsC

Get transaction history for a TastyTrade account.

search_equitiesC

Search for equity instruments by symbol.

get_watchlistsA

Get all watchlists for the authenticated customer.

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/morsingnet/tasty-mcp'

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