Alpha Vantage Stock Analysis MCP Server

by ranveer0323
Verified

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

ID: 1ujui2kmxd