Skip to main content
Glama

Alpha Vantage MCP Server

by calvernaz

adosc

Calculate accumulation/distribution oscillator values to identify buying and selling pressure trends for stocks using specified time intervals and period parameters.

Instructions

Fetch accumulation/distribution oscillator

Input Schema

NameRequiredDescriptionDefault
symbolYes
intervalYes
monthNo
fastperiodYes
slowperiodYes
datatypeNo

Input Schema (JSON Schema)

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