mcp-tastytrade-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TASTYTRADE_SANDBOX | No | Set to 'true' to use the certification environment (default: false) | false |
| TASTYTRADE_PASSWORD | Yes | Your TastyTrade login password | |
| TASTYTRADE_USERNAME | Yes | Your TastyTrade login username |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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