Skip to main content
Glama

CoinStats MCP Server

Official

get-coin-exchange-price

Retrieve historical cryptocurrency price data for a specific exchange, from and to currencies, and timestamp using the CoinStats MCP Server tool.

Instructions

Get the historical price data for a specific cryptocurrency on a particular exchange.

Input Schema

NameRequiredDescriptionDefault
exchangeYesExchange name
fromYesFrom currency/coin symbol
timestampYesUnix timestamp
toYesTo currency/coin symbol

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "exchange": { "description": "Exchange name", "type": "string" }, "from": { "description": "From currency/coin symbol", "type": "string" }, "timestamp": { "description": "Unix timestamp", "type": "number" }, "to": { "description": "To currency/coin symbol", "type": "string" } }, "required": [ "exchange", "from", "to", "timestamp" ], "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/CoinStatsHQ/coinstats-mcp'

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