Skip to main content
Glama

Alpha Vantage MCP Server

by calvernaz

bbands

Calculate Bollinger Bands to identify overbought or oversold conditions in stock prices using standard deviation channels for technical analysis.

Instructions

Fetch bollinger bands

Input Schema

NameRequiredDescriptionDefault
symbolYes
intervalYes
monthNo
time_periodYes
series_typeYes
nbdevupYes
nbdevdnYes
datatypeNo

Input Schema (JSON Schema)

{ "properties": { "datatype": { "type": "string" }, "interval": { "type": "string" }, "month": { "type": "string" }, "nbdevdn": { "type": "number" }, "nbdevup": { "type": "number" }, "series_type": { "type": "string" }, "symbol": { "type": "string" }, "time_period": { "type": "number" } }, "required": [ "symbol", "interval", "time_period", "series_type", "nbdevup", "nbdevdn" ], "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