Skip to main content
Glama

Desk3 MCP Server

Official
by desk3

get_token_price

Retrieve real-time cryptocurrency token prices using trading pair symbols like BTCUSDT or ETHUSDT. Ideal for traders and crypto enthusiasts accessing accurate price data.

Instructions

Get real-time token price info, supports symbol parameter

Input Schema

NameRequiredDescriptionDefault
symbolNoTrading pair symbol in format like BTCUSDT, ETHUSDT, etc. Leave empty to get all symbols

Input Schema (JSON Schema)

{ "properties": { "symbol": { "description": "Trading pair symbol in format like BTCUSDT, ETHUSDT, etc. Leave empty to get all symbols", "examples": [ "BTCUSDT", "ETHUSDT", "BNBUSDT" ], "pattern": "^[A-Z0-9]+$", "type": "string" } }, "required": [], "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/desk3/cryptocurrency-mcp-server'

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