Skip to main content
Glama

Alpha Vantage MCP Server

by calvernaz

mama

Calculate MESA adaptive moving average to identify stock price trends and generate technical trading signals for market analysis.

Instructions

Fetch MESA adaptive moving average

Input Schema

NameRequiredDescriptionDefault
symbolYes
intervalYes
monthNo
series_typeYes
fastlimitYes
slowlimitYes
datatypeNo

Input Schema (JSON Schema)

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