Skip to content

CoinGecko nodes

Tools for tracking cryptocurrency markets via CoinGecko.  These nodes are also served as MCP tools on the coingecko MCP server. Back to the full node reference.

Coingecko Airdrop Tracker

coingecko_airdrop_tracker · natural-language configurable · read-only · idempotent · 1 credit on Cloud

Track cryptocurrency airdrops via CoinGecko.

Credential: CoinGecko (API key)

Parameters

FieldTypeRequiredDescription
minRewardnumberMinimum reward value required to include the airdrop. Default: 0.
projectNamestringFilter airdrops by project name (case-insensitive substring match).
statusFilterstringAirdrop status to filter by (e.g. ongoing, upcoming, ended). Default: ongoing.

Output

Returns a list of records — reference fields downstream as $<node>.airdrops.

FieldTypeDescription
airdropsarray<object>
minRewardnumberMinimum reward filter applied to the request.
projectFilterstringProject filter applied to the request.
statusFilterstringStatus filter applied to the request.
totalCountintegerTotal number of airdrops returned after filtering.

Coingecko Price Monitor

coingecko_price_monitor · natural-language configurable · read-only · idempotent · 1 credit on Cloud

Monitor cryptocurrency prices via CoinGecko.

Credential: CoinGecko (API key)

Parameters

FieldTypeRequiredDescription
alertTypestringType of alert: price_above, price_below, change_above, change_below, or info. Default: info.
coinIdstringCoinGecko coin identifier (e.g. bitcoin, ethereum). Default: bitcoin.
currencystringQuote currency code (e.g. usd, eur). Default: usd.
thresholdValuenumberThreshold value used together with the alert type. Default: 0.

Output

Returns a list of records — reference fields downstream as $<node>.alertType.

FieldTypeDescription
alertTypestringAlert type that was evaluated.
change24hnumberPercentage price change in the last 24 hours.
changeDirectionstringDirection of the price change: up, down, or neutral.
coinIdstringCoinGecko coin identifier that was queried.
currencystringQuote currency that was used.
currentPricenumberCurrent price in the requested currency.
marketCapnumberMarket capitalization in the requested currency.
shouldAlertbooleanWhether the alert condition was triggered.
thresholdValuenumberThreshold value that was evaluated.
volume24hnumberTrading volume in the last 24 hours.