Skip to main content
Glama

Alpha Vantage MCP Server

by calvernaz

stochf

Calculate the stochastic oscillator fast to identify overbought and oversold conditions for stock analysis using price momentum indicators.

Instructions

Fetch stochastic oscillator fast

Input Schema

NameRequiredDescriptionDefault
symbolYes
intervalYes
monthNo
fastkperiodNo
fastdperiodNo
fastdmatypeNo
datatypeNo

Input Schema (JSON Schema)

{ "properties": { "datatype": { "type": "string" }, "fastdmatype": { "type": "string" }, "fastdperiod": { "type": "number" }, "fastkperiod": { "type": "number" }, "interval": { "type": "string" }, "month": { "type": "string" }, "symbol": { "type": "string" } }, "required": [ "symbol", "interval" ], "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