Skip to main content
Glama

AlphaVantage-MCP

MIT License
30
  • Apple

get-crypto-exchange-rate

Retrieve real-time cryptocurrency exchange rates for any supported symbol against a specified market currency using AlphaVantage-MCP's financial data API.

Instructions

Get current cryptocurrency exchange rate

Input Schema

NameRequiredDescriptionDefault
crypto_symbolYesCryptocurrency symbol (e.g., BTC, ETH)
marketNoMarket currency (e.g., USD, EUR)USD

Input Schema (JSON Schema)

{ "properties": { "crypto_symbol": { "description": "Cryptocurrency symbol (e.g., BTC, ETH)", "type": "string" }, "market": { "default": "USD", "description": "Market currency (e.g., USD, EUR)", "type": "string" } }, "required": [ "crypto_symbol" ], "type": "object" }

You must be authenticated.

Other Tools from AlphaVantage-MCP

Related Tools

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/berlinbra/alpha-vantage-mcp'

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