Skip to main content
Glama
DOsinga

MCP Stock Tracker

by DOsinga

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ALPHA_VANTAGE_API_KEYYesAlpha Vantage API key for fetching stock data.

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": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_stock_quoteA

Get real-time stock quote for a symbol

Args: symbol: Stock ticker symbol (e.g., AAPL, MSFT, GOOGL)

Returns: Dictionary containing stock quote data including price, change, volume, etc.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
stock_trackerReal time stock tracker

TDQS

B3.4/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusion. The tool's purpose is clearly defined for retrieving a stock quote.

Naming Consistency4/5

The single tool name follows a clear verb_noun pattern (get_stock_quote), which is consistent and readable. However, with only one tool, pattern consistency across multiple tools cannot be fully assessed.

Tool Count2/5

One tool is insufficient for a stock tracker. Users would expect additional functionality such as symbol lookup, historical data, or portfolio management, making the count feel overly minimal.

Completeness2/5

The tool surface is severely incomplete. A stock tracker should at least include listing available symbols or fetching historical prices, but only a single quote retrieval is provided.

Maintenance

ActivityInactive
ResponsivenessNo issues