Skip to main content
Glama
pforpav

Stock Snapshot MCP

by pforpav

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ALPHAVANTAGE_API_KEYYesYour Alpha Vantage API key

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
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_stock_snapshotA

Return a stock snapshot from Alpha Vantage, including meta info, latest quote, basic fundamentals (if available), and recent daily OHLCV history. Educational / demo use only.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so no risk of confusion or overlap with other tools.

Naming Consistency5/5

The single tool name 'get_stock_snapshot' follows a clear verb_noun pattern.

Tool Count3/5

One tool is minimal for a stock snapshot server; for educational/demo use it may suffice, but typically more tools are expected.

Completeness3/5

The tool covers a snapshot request, but lacks separate endpoints for history, search, or detailed fundamentals, leaving gaps for typical stock data needs.

Maintenance

ActivityInactive
ResponsivenessNo issues