Skip to main content
Glama

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:

  1. Long Call & Put Options

  2. Short Call & Put Options

  3. Covered Call

  4. Married Put

  5. Straddle

  6. Strangle

  7. Iron Condor

  8. Broken Wing Butterfly

  9. Protective Collar

  10. Diagonal Spread

  11. Jade Lizard

  12. Iron Butterfly

  13. Calendar Spread

  14. Zebra

Related MCP server: OptionsFlow MCP Server

Quick start

python3 -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt
pip install -e .
python -m tasty_mcp

MCP 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://strategies resource

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.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables large language models to interact with Alpaca's trading infrastructure using natural language, supporting stock/options trading, portfolio management, watchlist handling, and real-time market data access.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables advanced options analysis and strategy evaluation through Yahoo Finance data. Supports calculating Greeks, analyzing risk metrics, and evaluating credit spreads, cash secured puts, and covered calls strategies.
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables AI agents to discover and retrieve options market-structure data (GEX, gamma flip levels, dealer positioning, skew, max pain, expected-move levels, options flow, and ranked trade setups) from Trading Volatility's public API via natural language.
    17
    1
    MIT

Latest Blog Posts

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