Connects MCP clients to TastyTrade for portfolio data, market research, watchlists, and trade execution.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Tasty Agent.
page_offsetCallable MCP tool function
limitCallable MCP tool function
target_valueCallable MCP tool function
quantityCallable MCP tool function
BuyCallable MCP tool function
SellCallable MCP tool function
The ferdousbhai/tasty-agent MCP server exposes TastyTrade brokerage operations through MCP. It can retrieve account balances and open positions, including net liquidating value, and provide market information for stocks, options, futures, and indices. Market tools cover real-time quotes, option Greeks, IV rank, IV percentile, beta, liquidity, market status, holidays, and symbol search.
Trading functions cover multi-leg order placement, repricing, cancellation, and live-order listing. The server also retrieves transaction and order history with date, symbol, transaction-type, and pagination controls. Watchlist operations can list watchlists, inspect symbols, add or remove symbols, and delete watchlists. An IV Rank Analysis prompt helps analyze IV extremes across positions and watchlists.
The server authenticates to TastyTrade with an OAuth client secret and refresh token. An account ID can be supplied when the OAuth grant covers multiple brokerage accounts; it may be omitted for a grant containing only one account.
Quote and Greeks requests use DXLink streaming. When placing an order, the server resolves the requested instruments, fetches current quotes, calculates a signed net midpoint, checks the resulting limit price against bid/ask guardrails, and aligns prices to the brokerβs valid tick grid. Option orders require TastyTrade tick-size data; missing data causes the request to fail before submission. A dry-run option is available for order placement.
Quantity can be given directly, or a single-leg equity or equity-option order can be sized from a target value. For multi-leg spreads, quantity represents the leg ratio when target-value sizing is used. Supported order actions include the TastyTrade equity and option actions for opening and closing positions, plus Buy and Sell for futures.
The ferdousbhai/tasty-agent MCP server can run locally over stdio with uvx tasty-agent. Configure an MCP client with the tasty-agent package and these environment variables:
TASTYTRADE_CLIENT_SECRETTASTYTRADE_REFRESH_TOKENTASTYTRADE_ACCOUNT_ID when needed for multiple accountsBefore configuration, create a TastyTrade OAuth application, enable its scopes, create a personal OAuth grant, and copy the resulting refresh token. The README shows Claude Desktop as a local MCP client. The project also documents deployment on Modal, where clients authenticate with Modal-Key and Modal-Secret headers.
The server can execute live trades, so credentials and order parameters require careful handling. Quote-derived pricing depends on current market data, and option placement stops if required tick-size information is unavailable. The account ID is optional only for single-account OAuth grants. Remote Modal deployment adds proxy authentication requirements beyond the TastyTrade credentials. The project is licensed under MIT.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/ferdousbhai-tasty-agent)<a href="https://allmcps.com/mcp/ferdousbhai-tasty-agent"><img src="https://allmcps.com/api/badge/ferdousbhai-tasty-agent?style=directory" alt="Tasty Agent on AllMCPs" /></a>