AlphaVantage-MCP

by berlinbra
Verified
MIT License
13
  • Apple

get-stock-quote

Get current stock quote information

Input Schema

NameRequiredDescriptionDefault
symbolYesStock symbol (e.g., AAPL, MSFT)

Input Schema (JSON Schema)

{ "properties": { "symbol": { "description": "Stock symbol (e.g., AAPL, MSFT)", "type": "string" } }, "required": [ "symbol" ], "type": "object" }