Alpha Vantage MCP Server

get_stock_price

Retrieve real-time stock price data by inputting the stock symbol, enabling immediate access to market information through Alpha Vantage's financial API integration.

Instructions

Get real-time stock price information

Input Schema

NameRequiredDescriptionDefault
symbolYesThe stock symbol (e.g., AAPL)

Input Schema (JSON Schema)

{ "properties": { "symbol": { "description": "The stock symbol (e.g., AAPL)", "type": "string" } }, "required": [ "symbol" ], "type": "object" }
ID: q4m76j6wjb