Tasty MCP
Tasty MCP
This project is a lightweight Python MCP server for educational options-strategy lookups based on the Tastylive strategy index:
https://www.tastylive.com/concepts-strategies/
It is intentionally scoped to educational/reference use. The server exposes the broader strategy-index catalog rather than a narrow top-10 article subset, including entries such as Jade Lizard, Iron Butterfly, and Calendar Spread.
Included strategies
The project focuses on the Tastylive strategy index and includes a broader set of educational strategy entries:
Long Call & Put Options
Short Call & Put Options
Covered Call
Married Put
Straddle
Strangle
Iron Condor
Broken Wing Butterfly
Protective Collar
Diagonal Spread
Jade Lizard
Iron Butterfly
Calendar Spread
Zebra
Quick start
python3 -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt
pip install -e .
python -m tasty_mcpMCP tools
list_options_strategies()get_options_strategy(strategy_name: str)find_strategies_for_market_view(direction: str | None = None, risk_tolerance: str | None = None, volatility: str | None = None, strategy_type: str | None = None)tasty://strategiesresource
Example:
find_strategies_for_market_view(direction="bullish", risk_tolerance="defined", volatility="low")Notes
This repository intentionally avoids making trading decisions or executing orders. It focuses on structured strategy discovery and educational summaries.
Attribution and licensing
This project is an original implementation of an educational MCP server for options strategy lookup. It references publicly available materials from Tastylive, including the article:
https://www.tastylive.com/concepts-strategies/10-options-strategies-every-trader-should-know
The code in this repository is licensed under the MIT License. This does not imply ownership of Tastylive content or website materials; the source article is cited for reference and educational context only.
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/mhightower/tasty-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server