Skip to main content
Glama

Alpha Vantage MCP Server

by calvernaz

analytics_fixed_window

Calculate technical indicators for stocks over specified time periods to analyze market trends and perform financial analysis using Alpha Vantage data.

Instructions

Fetch analytics fixed window

Input Schema

NameRequiredDescriptionDefault
symbolsYes
intervalYes
series_rangeYes
ohlcNo
calculationsYes

Input Schema (JSON Schema)

{ "properties": { "calculations": { "type": "array" }, "interval": { "type": "string" }, "ohlc": { "type": "string" }, "series_range": { "type": "string" }, "symbols": { "type": "array" } }, "required": [ "symbols", "series_range", "interval", "calculations" ], "type": "object" }

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/calvernaz/alphavantage'

If you have feedback or need assistance with the MCP directory API, please join our Discord server