Skip to main content
Glama

Alpha Vantage MCP Server

get_technical_indicator

Retrieve technical indicators for a stock by specifying its symbol, indicator type (e.g., SMA, RSI), and time interval. Use this tool to analyze stock performance with Alpha Vantage MCP Server's real-time financial data.

Instructions

Get technical indicators for a stock

Input Schema

NameRequiredDescriptionDefault
indicatorYesTechnical indicator (e.g., SMA, EMA, RSI)
intervalNoTime intervaldaily
symbolYesThe stock symbol (e.g., AAPL)

Input Schema (JSON Schema)

{ "properties": { "indicator": { "description": "Technical indicator (e.g., SMA, EMA, RSI)", "type": "string" }, "interval": { "default": "daily", "description": "Time interval", "enum": [ "1min", "5min", "15min", "30min", "60min", "daily", "weekly", "monthly" ], "type": "string" }, "symbol": { "description": "The stock symbol (e.g., AAPL)", "type": "string" } }, "required": [ "symbol", "indicator" ], "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/deepsuthar496/alpha-ventage-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server