Skip to main content
Glama

Alpha Vantage MCP Server

by calvernaz

ht_dcperiod

Calculate the dominant cycle period using Hilbert Transform analysis for stock market technical analysis. Identify cyclical patterns in price movements to support trading decisions.

Instructions

Fetch hilbert transform - dominant cycle period

Input Schema

NameRequiredDescriptionDefault
symbolYes
intervalYes
monthNo
series_typeNo
datatypeNo

Input Schema (JSON Schema)

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