Skip to main content
Glama

Alpha Vantage MCP Server

get_crypto_price

Retrieve real-time cryptocurrency prices using a specific symbol and market currency. Integrates with Alpha Vantage for accurate financial data.

Instructions

Get cryptocurrency prices

Input Schema

NameRequiredDescriptionDefault
marketYesMarket currency (e.g., USD)
symbolYesThe crypto symbol (e.g., BTC)

Input Schema (JSON Schema)

{ "properties": { "market": { "description": "Market currency (e.g., USD)", "type": "string" }, "symbol": { "description": "The crypto symbol (e.g., BTC)", "type": "string" } }, "required": [ "symbol", "market" ], "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/deepsuthar496/alpha-ventage-mcp'

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