Skip to main content
Glama

Alpha Vantage MCP Server

by calvernaz

macd

Calculate moving average convergence divergence to analyze stock price momentum and identify potential trend changes for financial trading decisions.

Instructions

Fetch moving average convergence divergence

Input Schema

NameRequiredDescriptionDefault
symbolYes
intervalYes
monthNo
series_typeYes
fastperiodNo
slowperiodNo
signalperiodNo
datatypeNo

Input Schema (JSON Schema)

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