Skip to main content
Glama

Alpha Vantage MCP Server

by calvernaz

fx_weekly

Retrieve weekly foreign exchange rate data between currency pairs for historical analysis and market trend tracking.

Instructions

Fetch FX weekly

Input Schema

NameRequiredDescriptionDefault
from_symbolYes
to_symbolYes
datatypeNo

Input Schema (JSON Schema)

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