Skip to main content
Glama
tnngnc

Tastytrade MCP Server

by tnngnc

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TASTYTRADE_CLIENT_SECRETYesTastytrade Client Secret
TASTYTRADE_REFRESH_TOKENYesTastytrade Refresh Token

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_price_historyB
Get historical price data (candles) for a symbol.

Args:
    symbol: The symbol to fetch data for (e.g. 'SPY', 'AAPL').
    days: Number of past days to fetch data for (default 7).
    interval: Candle interval (e.g. '1d', '1h', '5m').

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap between tools. The tool's purpose is clearly distinct and standalone.

Naming Consistency5/5

The single tool name follows a clear verb_noun pattern (get_price_history), and with only one tool, consistency is inherently perfect as there are no other tools to compare against.

Tool Count2/5

A single tool is too few for a server named 'Tastytrade MCP Server', which implies a broader financial or trading domain. This minimal toolset feels thin and under-scoped for such a purpose.

Completeness1/5

The server is severely incomplete for its implied domain. It only provides historical price data, with no tools for account management, order placement, real-time quotes, or other core trading functionalities, leading to significant gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues