Tasty MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Tasty MCPFind strategies for a bullish market with defined risk and low volatility."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
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_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.
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.
This server cannot be installed
Maintenance
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
Options analytics for AI assistants: chains, IV rank, VRP, Greeks, GEX, expected moves, screeners.
Live US options chains with Greeks and IV, a screener, SQL, and FMP fundamentals.
Options trading — regime detection, momentum scanning, income screening, and risk simulation.
Backtest trading strategies written in plain English, on real market data, with graded results.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables 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
- AlicenseNot gradedqualityCmaintenanceEnables 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
- AlicenseAqualityCmaintenanceEnables 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.171MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI assistants to access options analysis data, market research tools, portfolio risk snapshots, and platform context via 32 tools.1MIT
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