ferdousbhai/tasty-agent — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Python MCP server that lets Claude connect to my tastytrade brokerage account and help manage my portfolio from chat.

I want it to use tastytrade OAuth credentials, show my balances, net liquidation value, current positions, live orders, transaction history, and order history. It should be able to get real time quotes, option Greeks, market metrics like IV rank and liquidity, market hours, and symbol search. It also needs watchlist tools so I can list, create, add, remove, and delete symbols.

For trading, I want Claude to place stock, option, futures, and multi leg option orders using live quote mid prices, with a dry run option, safe validation against bid and ask, quantity sizing from a target dollar amount, replace order at current mid, and cancel orders. Please include rate limiting so the API doesn’t get spammed.

Make it easy to run locally as an MCP server, include example client usage, tests, and clear setup instructions for credentials.

Want more depth? Deep Reverse