Skip to main content
Glama

Financial Datasets MCP Server

Official
MIT License
433
  • Apple

get_current_crypto_price

Retrieve the current price of any cryptocurrency using its ticker symbol. Connect to the Financial Datasets MCP Server for accurate and up-to-date crypto price data.

Instructions

Get the current / latest price of a crypto currency.

Args: ticker: Ticker symbol of the crypto currency (e.g. BTC-USD). The list of available crypto tickers can be retrieved via the get_available_crypto_tickers tool.

Input Schema

NameRequiredDescriptionDefault
tickerYes

Input Schema (JSON Schema)

{ "properties": { "ticker": { "title": "Ticker", "type": "string" } }, "required": [ "ticker" ], "title": "get_current_crypto_priceArguments", "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/financial-datasets/mcp-server'

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