trading
Installation
SKILL.md
TastyTrade Trading
Interact with TastyTrade brokerage accounts via the tasty-agent MCP server. Covers portfolio monitoring, market data streaming, options analysis, and order management.
Workflow
- Check market status — call
market_statusto confirm the relevant exchange is open before placing orders or fetching live quotes. - Review account state — use
account_overviewwithinclude=["balances","positions"]to see net liquidating value and current holdings. - Research — gather data with the appropriate tool:
get_quotesfor real-time stock/option/futures quotes via DXLink streamingget_greeksfor delta, gamma, theta, vega, rho on specific option contractsget_market_metricsfor IV rank, IV percentile, beta, and liquidity across symbolssearch_symbolsto look up tickers by name
- Plan the trade — verify positions with
account_overview, check Greeks for risk, and confirm the user's intent before proceeding. - Execute — use
place_orderfor new orders,replace_orderto reprice existing live orders at the current mid, orcancel_orderto cancel. Always require explicit user confirmation before placing. - Track — use
get_historyfor transaction or order history,list_ordersfor live orders, andwatchlistto manage symbol lists.