Skip to main content
Glama

Alpha Vantage MCP Server

by calvernaz

exchange_rate

Get current exchange rates between currencies using Alpha Vantage data. Convert from one currency to another for financial calculations and international transactions.

Instructions

Fetch exchange rate

Input Schema

NameRequiredDescriptionDefault
from_currencyYes
to_currencyYes

Input Schema (JSON Schema)

{ "properties": { "from_currency": { "type": "string" }, "to_currency": { "type": "string" } }, "required": [ "from_currency", "to_currency" ], "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