Skip to main content
Glama

CoinStats MCP Server

Official

get-coins

Retrieve detailed cryptocurrency data, including price, market cap, volume, supply metrics, and trading information, with filters for symbols, categories, blockchains, and customizable sorting options.

Instructions

Get comprehensive data about all cryptocurrencies: Price, market cap, and volume. Price changes (1h, 24h, 7d). Supply information. Trading metrics. Social links and metadata.

Input Schema

NameRequiredDescriptionDefault
availableSupply-equalsNoAvailable Supply Equals
availableSupply-greaterThanNoAvailable Supply Greater Than
availableSupply-lessThanNoAvailable Supply Less Than
blockchainsNoBlockchain filters, separated by commas (e.g., ethereum,solana)
categoriesNoCategory filters, separated by commas (e.g., memecoins,sports)
currencyNoCurrency for price dataUSD
fullyDilutedValuation-equalsNoFully Diluted Valuation Equals
fullyDilutedValuation-greaterThanNoFully Diluted Valuation Greater Than
fullyDilutedValuation-lessThanNoFully Diluted Valuation Less Than
includeRiskScoreNoInclude risk score: true or false. Default - false
limitNoNumber of results per page
marketCap-equalsNoMarketcap Equals
marketCap-greaterThanNoMarketcap Greater Than
marketCap-lessThanNoMarketcap Less Than
nameNoSearch coins by name
pageNoPage number
price-equalsNoPrice Equals
price-greaterThanNoPrice Greater Than
price-lessThanNoPrice Less Than
priceChange1d-equalsNoPrice Change 1d Equals
priceChange1d-greaterThanNoPrice Change 1d Greater Than
priceChange1d-lessThanNoPrice Change 1d Less Than
priceChange1h-equalsNoPrice Change 1h Equals
priceChange1h-greaterThanNoPrice Change 1h Greater Than
priceChange1h-lessThanNoPrice Change 1h Less Than
priceChange7d-equalsNoPrice Change 7d Equals
priceChange7d-greaterThanNoPrice Change 7d Greater Than
priceChange7d-lessThanNoPrice Change 7d Less Than
rank-equalsNoRank Equals
rank-greaterThanNoRank Greater Than
rank-lessThanNoRank Less Than
riskScore-equalsNoRisk Score Equals (Only if includeRiskScore=true)
riskScore-greaterThanNoRisk Score Greater Than (Only if includeRiskScore=true)
riskScore-lessThanNoRisk Score Less Than (Only if includeRiskScore=true)
sortByNoField to sort by
sortDirNoSort direction
symbolNoGet coins by symbol
totalSupply-equalsNoTotal Supply Equals
totalSupply-greaterThanNoTotal Supply Greater Than
totalSupply-lessThanNoTotal Supply Less Than
volume-equalsNoVolume Equals
volume-greaterThanNoVolume Greater Than
volume-lessThanNoVolume Less Than

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "availableSupply-equals": { "description": "Available Supply Equals", "type": "number" }, "availableSupply-greaterThan": { "description": "Available Supply Greater Than", "type": "number" }, "availableSupply-lessThan": { "description": "Available Supply Less Than", "type": "number" }, "blockchains": { "description": "Blockchain filters, separated by commas (e.g., ethereum,solana)", "type": "string" }, "categories": { "description": "Category filters, separated by commas (e.g., memecoins,sports)", "type": "string" }, "currency": { "default": "USD", "description": "Currency for price data", "type": "string" }, "fullyDilutedValuation-equals": { "description": "Fully Diluted Valuation Equals", "type": "number" }, "fullyDilutedValuation-greaterThan": { "description": "Fully Diluted Valuation Greater Than", "type": "number" }, "fullyDilutedValuation-lessThan": { "description": "Fully Diluted Valuation Less Than", "type": "number" }, "includeRiskScore": { "description": "Include risk score: true or false. Default - false", "type": "string" }, "limit": { "default": 20, "description": "Number of results per page", "type": "number" }, "marketCap-equals": { "description": "Marketcap Equals", "type": "number" }, "marketCap-greaterThan": { "description": "Marketcap Greater Than", "type": "number" }, "marketCap-lessThan": { "description": "Marketcap Less Than", "type": "number" }, "name": { "description": "Search coins by name", "type": "string" }, "page": { "default": 1, "description": "Page number", "type": "number" }, "price-equals": { "description": "Price Equals", "type": "number" }, "price-greaterThan": { "description": "Price Greater Than", "type": "number" }, "price-lessThan": { "description": "Price Less Than", "type": "number" }, "priceChange1d-equals": { "description": "Price Change 1d Equals", "type": "number" }, "priceChange1d-greaterThan": { "description": "Price Change 1d Greater Than", "type": "number" }, "priceChange1d-lessThan": { "description": "Price Change 1d Less Than", "type": "number" }, "priceChange1h-equals": { "description": "Price Change 1h Equals", "type": "number" }, "priceChange1h-greaterThan": { "description": "Price Change 1h Greater Than", "type": "number" }, "priceChange1h-lessThan": { "description": "Price Change 1h Less Than", "type": "number" }, "priceChange7d-equals": { "description": "Price Change 7d Equals", "type": "number" }, "priceChange7d-greaterThan": { "description": "Price Change 7d Greater Than", "type": "number" }, "priceChange7d-lessThan": { "description": "Price Change 7d Less Than", "type": "number" }, "rank-equals": { "description": "Rank Equals", "type": "number" }, "rank-greaterThan": { "description": "Rank Greater Than", "type": "number" }, "rank-lessThan": { "description": "Rank Less Than", "type": "number" }, "riskScore-equals": { "description": "Risk Score Equals (Only if includeRiskScore=true)", "type": "number" }, "riskScore-greaterThan": { "description": "Risk Score Greater Than (Only if includeRiskScore=true)", "type": "number" }, "riskScore-lessThan": { "description": "Risk Score Less Than (Only if includeRiskScore=true)", "type": "number" }, "sortBy": { "description": "Field to sort by", "type": "string" }, "sortDir": { "description": "Sort direction", "enum": [ "asc", "desc" ], "type": "string" }, "symbol": { "description": "Get coins by symbol", "type": "string" }, "totalSupply-equals": { "description": "Total Supply Equals", "type": "number" }, "totalSupply-greaterThan": { "description": "Total Supply Greater Than", "type": "number" }, "totalSupply-lessThan": { "description": "Total Supply Less Than", "type": "number" }, "volume-equals": { "description": "Volume Equals", "type": "number" }, "volume-greaterThan": { "description": "Volume Greater Than", "type": "number" }, "volume-lessThan": { "description": "Volume Less Than", "type": "number" } }, "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