Skip to main content
Glama

CoinGecko MCP Server

by IAcomunIA

get_id_coins

Retrieve comprehensive metadata and market data for a cryptocurrency by its CoinGecko coin ID, including prices, social links, contract addresses, and exchange tickers, using a straightforward API query.

Instructions

This endpoint allows you to query all the metadata (image, websites, socials, description, contract address, etc.) and market data (price, ATH, exchange tickers, etc.) of a coin from the CoinGecko coin page based on a particular coin ID

Input Schema

NameRequiredDescriptionDefault
community_dataNoinclude community data, default: true
developer_dataNoinclude developer data, default: true
dex_pair_formatNoset to `symbol` to display DEX pair base and target as symbols, default: `contract_address`
idYes
localizationNoinclude all the localized languages in the response, default: true
market_dataNoinclude market data, default: true
sparklineNoinclude sparkline 7 days data, default: false
tickersNoinclude tickers data, default: true

Input Schema (JSON Schema)

{ "properties": { "community_data": { "description": "include community data, default: true", "type": "boolean" }, "developer_data": { "description": "include developer data, default: true", "type": "boolean" }, "dex_pair_format": { "description": "set to `symbol` to display DEX pair base and target as symbols, default: `contract_address`", "enum": [ "contract_address", "symbol" ], "type": "string" }, "id": { "type": "string" }, "localization": { "description": "include all the localized languages in the response, default: true", "type": "boolean" }, "market_data": { "description": "include market data, default: true", "type": "boolean" }, "sparkline": { "description": "include sparkline 7 days data, default: false", "type": "boolean" }, "tickers": { "description": "include tickers data, default: true", "type": "boolean" } }, "required": [ "id" ], "type": "object" }

Other Tools from CoinGecko MCP Server

Related Tools

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/IAcomunIA/MCP_firts'

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