Skip to main content
Glama

Alpha Vantage MCP Server

by calvernaz

time_series_intraday

Fetch intraday stock market data for financial analysis and trading decisions. Retrieve time series data by symbol and interval to monitor price movements throughout the trading day.

Instructions

Fetch a time series intraday

Input Schema

NameRequiredDescriptionDefault
symbolYes
intervalYes
adjustedNo
outputsizeNo
datatypeNo
monthlyNo

Input Schema (JSON Schema)

{ "properties": { "adjusted": { "type": "boolean" }, "datatype": { "type": "string" }, "interval": { "type": "string" }, "monthly": { "type": "string" }, "outputsize": { "type": "string" }, "symbol": { "type": "string" } }, "required": [ "symbol", "interval" ], "type": "object" }

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/calvernaz/alphavantage'

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