Skip to main content
Glama

Alpha Vantage MCP Server

by calvernaz

ultosc

Calculate the Ultimate Oscillator technical indicator for stocks to identify potential buy and sell signals by analyzing price momentum across multiple time periods.

Instructions

Fetch ultimate oscillator

Input Schema

NameRequiredDescriptionDefault
symbolYes
intervalYes
monthNo
timeperiod1Yes
timeperiod2Yes
timeperiod3Yes
datatypeNo

Input Schema (JSON Schema)

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