Skip to main content
Glama

CoinGecko MCP Server

by IAcomunIA

get_coins_contract

Retrieve detailed metadata and market data for a cryptocurrency by specifying its platform ID and token contract address. Optimize responses using the jq_filter parameter to reduce data size and enhance performance.

Instructions

When using this tool, always use the jq_filter parameter to reduce the response size and improve performance.

Only omit if you're sure you don't need the data.

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" }

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