Skip to main content
Glama

Alpha Vantage MCP Server

by calvernaz

analytics_sliding_window

Calculate technical indicators over moving time windows for stock symbols to analyze market trends and perform financial analysis using Alpha Vantage data.

Instructions

Fetch analytics sliding window

Input Schema

NameRequiredDescriptionDefault
symbolsYes
intervalYes
series_rangeYes
ohlcNo
window_sizeYes
calculationsYes

Input Schema (JSON Schema)

{ "properties": { "calculations": { "type": "array" }, "interval": { "type": "string" }, "ohlc": { "type": "string" }, "series_range": { "type": "string" }, "symbols": { "type": "array" }, "window_size": { "type": "number" } }, "required": [ "symbols", "series_range", "interval", "calculations", "window_size" ], "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