TradingAssistantMCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_quoteA | Get the current price and day range for a stock symbol. Args: symbol: Stock ticker symbol, e.g. "AAPL" or "MSFT". |
| get_fundamentalsA | Get valuation/financial ratios for a stock symbol (P/E, market cap, EPS, dividend yield, beta, 52-week range, margins, growth, etc.). Fields may be null if not available for a given symbol/exchange. Args: symbol: Stock ticker symbol, e.g. "AAPL" or "MSFT". |
| get_candlesA | Get historical OHLCV candlestick bars for a stock symbol. Args: symbol: Stock ticker symbol, e.g. "AAPL" or "MSFT". period: How far back to fetch, e.g. "1mo", "3mo", "6mo". interval: Bar size, e.g. "1h", "1d". |
| get_technical_indicatorsA | Compute standard technical indicators (SMA-20/50, RSI-14, MACD, Bollinger Bands, ATR-14, volume vs its 20-period average) for a stock symbol. Fetches its own candle data internally (not via get_candles - that tool's raw output is too large to round-trip through a tool call). Needs at least 50 candles for every indicator to be non-null (fewer still works, but indicators requiring more history than is available return null). Args: symbol: Stock ticker symbol, e.g. "AAPL" or "MSFT". period: How far back to fetch, e.g. "1mo", "3mo", "6mo". interval: Bar size, e.g. "1h", "1d". |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| analyze_stock | Short-term technical + fundamental read on a stock, using standard textbook indicator interpretations (not a price prediction). Args: symbol: Stock ticker symbol, e.g. "AAPL" or "MSFT". |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |