Skip to main content
Glama

CoinGecko MCP Server

by IAcomunIA

get_coins_contract

Retrieve detailed metadata and market data for a specific cryptocurrency using its contract address and asset platform. Access coin images, descriptions, social links, price history, and exchange tickers directly via CoinGecko's API.

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 an asset platform and a particular token contract address

Input Schema

NameRequiredDescriptionDefault
contract_addressYes
idYes

Input Schema (JSON Schema)

{ "properties": { "contract_address": { "type": "string" }, "id": { "type": "string" } }, "required": [ "id", "contract_address" ], "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