Skip to main content
Glama

Alpha Vantage MCP Server

by calvernaz

fx_intraday

Retrieve real-time and historical foreign exchange rate data for currency pairs at specified intervals to analyze market trends and monitor exchange rate movements.

Instructions

Fetch FX intraday

Input Schema

NameRequiredDescriptionDefault
from_symbolYes
to_symbolYes
intervalYes
outputsizeNo
datatypeNo

Input Schema (JSON Schema)

{ "properties": { "datatype": { "type": "string" }, "from_symbol": { "type": "string" }, "interval": { "type": "string" }, "outputsize": { "type": "string" }, "to_symbol": { "type": "string" } }, "required": [ "from_symbol", "to_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