Alpha Vantage Stock Analysis MCP Server

by ranveer0323
Verified

get-stock-data

Retrieve real-time and historical stock market data for specific symbols with customizable intervals and output sizes using Alpha Vantage integration. Ideal for accessing intraday and daily stock analysis.

Input Schema

NameRequiredDescriptionDefault
intervalNoTime interval between data points (default: 5min)
outputsizeNoAmount of data to return (compact: latest 100 data points, full: up to 20 years of data)
symbolYesStock symbol (e.g., IBM, AAPL)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "interval": { "description": "Time interval between data points (default: 5min)", "enum": [ "1min", "5min", "15min", "30min", "60min" ], "type": "string" }, "outputsize": { "description": "Amount of data to return (compact: latest 100 data points, full: up to 20 years of data)", "enum": [ "compact", "full" ], "type": "string" }, "symbol": { "description": "Stock symbol (e.g., IBM, AAPL)", "type": "string" } }, "required": [ "symbol" ], "type": "object" }

You must be authenticated.

Other Tools from Alpha Vantage Stock Analysis MCP Server

Related Tools

ID: 1ujui2kmxd