Skip to main content
Glama

Alpha Vantage MCP Server

by calvernaz

macdext

Calculate moving average convergence divergence (MACD) technical indicators for stock analysis using Alpha Vantage market data to identify trend changes and momentum shifts.

Instructions

Fetch moving average convergence divergence next

Input Schema

NameRequiredDescriptionDefault
symbolYes
intervalYes
monthNo
series_typeYes
fastperiodNo
slowperiodNo
signalperiodNo
fastmatypeNo
slowmatypeNo
signalmatypeNo
datatypeNo

Input Schema (JSON Schema)

{ "properties": { "datatype": { "type": "string" }, "fastmatype": { "type": "number" }, "fastperiod": { "type": "number" }, "interval": { "type": "string" }, "month": { "type": "string" }, "series_type": { "type": "string" }, "signalmatype": { "type": "number" }, "signalperiod": { "type": "number" }, "slowmatype": { "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