Skip to main content
Glama

CoinStats MCP Server

Official

get-coin-by-id

Retrieve comprehensive cryptocurrency details by entering its unique Coin ID. Includes price data in your preferred currency through CoinStats MCP Server.

Instructions

Get detailed information about a specific cryptocurrency based on its unique identifier.

Input Schema

NameRequiredDescriptionDefault
coinIdYesThe identifier of coin, which you received from /coins call response.
currencyNoCurrency for price dataUSD

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "coinId": { "description": "The identifier of coin, which you received from /coins call response.", "type": "string" }, "currency": { "default": "USD", "description": "Currency for price data", "type": "string" } }, "required": [ "coinId" ], "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