Skip to main content
Glama

Alpha Vantage Stock Analysis MCP Server

get-stock-alerts

Set up stock price movement alerts by specifying a stock symbol and percentage threshold. Receive notifications when the stock price exceeds the defined threshold, leveraging real-time data from Alpha Vantage.

Input Schema

NameRequiredDescriptionDefault
symbolYesStock symbol (e.g., IBM, AAPL)
thresholdNoPercentage threshold for price movement alerts (default: 5)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "symbol": { "description": "Stock symbol (e.g., IBM, AAPL)", "type": "string" }, "threshold": { "description": "Percentage threshold for price movement alerts (default: 5)", "type": "number" } }, "required": [ "symbol" ], "type": "object" }

You must be authenticated.

Other Tools from Alpha Vantage Stock Analysis MCP Server

Related Tools

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/ranveer0323/stock-analysis-mcp'

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