If you're an AI reading this: skill.md has everything you need.Read it →
Explorer/MCP/junct-bot/coingecko-mcp
✓ REGISTRY VERIFIEDREMOTE◉ LIVE SCAN

io.github.junct-bot/coingecko-mcp

junct-bot/coingecko-mcp

Coingecko - 36 tools for data, metrics, and on-chain analytics

56 tools available
junct-bot/coingecko-mcpExternal link; availability not verified
The Journeyman with a Quirk
Some history here. A few things flagged; nothing serious, but we wanted you to know.
Time indexed (5mo)
56toolsRemote/ HTTP5moindexed1signal
Checked Sep 16, 2026
Quality Score
35/95
Emerging
Risk Score
6/100
Low
How is this calculated?
Quality Breakdown
Tenure13.7/20
151 days indexed
Capability21/25
Tools: 9/13 (56 tools)
Description: 5/5
Endpoint: 7/7
Adoption0/25
Use count: 0/20 (0 uses)
Multi-registry: 0/5 (1 registry)
Reliability0/25
Currently live: 0/10
Uptime history: 0/15 No checks yet
Security scan: 0 pts in v1.0; ready to weight when coverage improves
Incomplete Data Cap (60)
Usage data is not available for this server. Quality is capped until adoption can be measured.
Risk
6Low
See Security Signals section for details.
The scanner shows
56 tools. Registry verified. A few things worth knowing about. Check the details below.
First indexed Apr 18, 2026
Security Signals1 rule group · 1 finding
No authentication requiredHigh
Server responded without authentication
Server Profile
Tools catalogued
56
56 tools available. Full list below.
Hosting
Remote / HTTP
Runs on the internet. No access to your filesystem, SSH keys, or environment variables.
Registry presence
Verified
Listed on the Official MCP Registry under Linux Foundation governance.
Liveness
No liveness checks recorded yet.
Publisher Verification
✓ Listed on the Official MCP Registry under Linux Foundation governance.
Published version: 1.1.0
junct-bot/coingecko-mcpExternal link; availability not verified
Connect to this server
STREAMABLE-HTTP
https://coingecko.mcp.junct.dev/mcp
Tools (56)We asked this server directly for its tool list on Aug 1.
ping_server
Check API server status — This endpoint allows you to **check the API server status** Returns: { gecko_says: string }.
api_usage
💼 API Usage — This endpoint allows you to **monitor your account's API usage, including rate limits, monthly total credits, remaining credits, and more** Returns: { plan: string, rate_limit_request_per_minute: number, monthly_call_credit: number, ... }.
simple_price
Coin Price by IDs, Symbols, or Names — This endpoint allows you to **query the prices of one or more coins by using their unique Coin API IDs, symbols, or names**
simple_token_price
Coin Price by Token Addresses — This endpoint allows you to **query one or more token prices using their token contract addresses** Returns: { usd: number, usd_market_cap: number, usd_24h_vol: number, ... }. PREREQUISITE: First call exchange info or symbol listing to discover valid trading pairs, then query market data.
simple_supported_currencies
Supported Currencies List — This endpoint allows you to **query all the supported currencies on CoinGecko**
search_data
Search Queries — This endpoint allows you to **search for coins, categories and markets listed on CoinGecko** Returns: { coins: { id: string, name: string, api_symbol: string, symbol: string, market_cap_rank: number, thumb: string, ... }[], exchanges: { id: string, name: string, market_type: string, thumb: string, large: string }[], icos: string[], ... }.
Show all 56 tools ↓
coins_list
[DISCOVERY] Coins List (ID Map) — This endpoint allows you to **query all the supported coins on CoinGecko with coins ID, name and symbol**
coins_top_gainers_losers
💼 Top Gainers & Losers — This endpoint allows you to **query the top 30 coins with largest price gain and loss by a specific time duration** Returns: { top_gainers: { id: string, symbol: string, name: string, image: string, market_cap_rank: number, usd: number, ... }[], top_losers: { id: string, symbol: string, name: string, image: string, market_cap_rank: number, usd: number, ... }[] }.
coins_list_new
💼 Recently Added Coins — This endpoint allows you to **query the latest 200 coins that recently listed on CoinGecko**
coins_markets
[DISCOVERY] Coins List with Market Data — This endpoint allows you to **query all the supported coins with price, market cap, volume and market related data**
coins_id
Coin Data by ID — 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** Returns: { id: string, symbol: string, name: string, ... }. PREREQUISITE: First call exchange info or symbol listing to discover valid trading pairs, then query market data.
coins_id_tickers
Coin Tickers by ID — This endpoint allows you to **query the coin tickers on both centralized exchange (CEX) and decentralized exchange (DEX) based on a particular coin ID** Returns: { name: string, tickers: { base: string, target: string, market: { name: string, identifier: string, has_trading_incentive: boolean, logo: string }, last: number, volume: number, cost_to_move_up_usd: number, ... }[] }. PREREQUISITE: First call exchange info or symbol listing to discover valid trading pairs, then query market data.
coins_id_history
Coin Historical Data by ID — This endpoint allows you to **query the historical data (price, market cap, 24hrs volume, ...) at a given date for a coin based on a particular coin ID** Returns: { id: string, symbol: string, name: string, ... }. PREREQUISITE: First call exchange info or symbol listing to discover valid trading pairs, then query market data.
coins_id_market_chart
Coin Historical Chart Data by ID — This endpoint allows you to **get the historical chart data of a coin including time in UNIX, price, market cap and 24hr volume based on particular coin ID** Returns: { prices: number[][], market_caps: number[][], total_volumes: number[][] }. PREREQUISITE: First call exchange info or symbol listing to discover valid trading pairs, then query market data.
coins_id_market_chart_range
Coin Historical Chart Data within Time Range by ID — This endpoint allows you to **get the historical chart data of a coin within certain time range in UNIX along with price, market cap and 24hr volume based on particular coin ID** Returns: { prices: number[][], market_caps: number[][], total_volumes: number[][] }. PREREQUISITE: First call exchange info or symbol listing to discover valid trading pairs, then query market data.
coins_id_ohlc
Coin OHLC Chart by ID — This endpoint allows you to **get the OHLC chart (Open, High, Low, Close) of a coin based on particular coin ID** PREREQUISITE: First call exchange info or symbol listing to discover valid trading pairs, then query market data.
coins_id_ohlc_range
💼 Coin OHLC Chart within Time Range by ID — This endpoint allows you to **get the OHLC chart (Open, High, Low, Close) of a coin within a range of timestamp based on particular coin ID** PREREQUISITE: First call exchange info or symbol listing to discover valid trading pairs, then query market data.
coins_contract_address
Coin Data by Token Address — 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** Returns: { id: string, symbol: string, name: string, ... }. PREREQUISITE: First call exchange info or symbol listing to discover valid trading pairs, then query market data.
contract_address_market_chart
Coin Historical Chart Data by Token Address — This endpoint allows you to **get the historical chart data including time in UNIX, price, market cap and 24hr volume based on asset platform and particular token contract address** Returns: { prices: number[][], market_caps: number[][], total_volumes: number[][] }. PREREQUISITE: First call exchange info or symbol listing to discover valid trading pairs, then query market data.
contract_address_market_chart_range
Coin Historical Chart Data within Time Range by Token Address — This endpoint allows you to **get the historical chart data within certain time range in UNIX along with price, market cap and 24hr volume based on asset platform and particular token contract address** Returns: { prices: number[][], market_caps: number[][], total_volumes: number[][] }. PREREQUISITE: First call exchange info or symbol listing to discover valid trading pairs, then query market data.
coins_id_circulating_supply_chart
👑 Circulating Supply Chart by ID — This endpoint allows you to **query historical circulating supply of a coin by number of days away from now based on provided coin ID** Returns: { circulating_supply: string[][] }. PREREQUISITE: First call exchange info or symbol listing to discover valid trading pairs, then query market data.
coins_id_circulating_supply_chart_range
👑 Circulating Supply Chart within Time Range by ID — This endpoint allows you to **query historical circulating supply of a coin, within a range of timestamp based on the provided coin ID** Returns: { circulating_supply: string[][] }. PREREQUISITE: First call exchange info or symbol listing to discover valid trading pairs, then query market data.
coins_id_total_supply_chart
👑 Total Supply Chart by ID — This endpoint allows you to **query historical total supply of a coin by number of days away from now based on provided coin ID** Returns: { total_supply: string[][] }. PREREQUISITE: First call exchange info or symbol listing to discover valid trading pairs, then query market data.
coins_id_total_supply_chart_range
👑 Total Supply Chart within time range by ID — This endpoint allows you to **query historical total supply of a coin, within a range of timestamp based on the provided coin ID** Returns: { total_supply: string[][] }. PREREQUISITE: First call exchange info or symbol listing to discover valid trading pairs, then query market data.
asset_platforms_list
[DISCOVERY] Asset Platforms List (ID Map) — This endpoint allows you to **query all the asset platforms on CoinGecko**
token_lists
Token Lists by Asset Platform ID — This endpoint allows you to **get full list of tokens of a blockchain network (asset platform) that is supported by [Ethereum token list standard](https://tokenlists.org/)** Returns: { name: string, logoURI: string, keywords: string[], ... }.
coins_categories_list
[DISCOVERY] Coins Categories List (ID Map) — This endpoint allows you to **query all the coins categories on CoinGecko** Returns: { category_id: string, name: string }.
coins_categories
[DISCOVERY] Coins Categories List with Market Data — This endpoint allows you to **query all the coins categories with market data (market cap, volume, ...) on CoinGecko** Returns: { id: string, name: string, market_cap: number, ... }.
exchanges
[DISCOVERY] Exchanges List with Data — This endpoint allows you to **query all the supported exchanges with exchanges' data (ID, name, country, ...) that have active trading volumes on CoinGecko** Returns: { id: string, name: string, year_established: number, ... }.
exchanges_list
[DISCOVERY] Exchanges List (ID Map) — This endpoint allows you to **query all the exchanges with ID and name**
exchanges_id
Exchange Data by ID — This endpoint allows you to **query exchange's data (name, year established, country, ...), exchange volume in BTC and top 100 tickers based on exchange's ID** Returns: { name: string, year_established: number, country: string, ... }. PREREQUISITE: First call exchange info or symbol listing to discover valid trading pairs, then query market data.
exchanges_id_tickers
Exchange Tickers by ID — This endpoint allows you to **query exchange's tickers based on exchange's ID** Returns: { name: string, tickers: { base: string, target: string, market: { name: string, identifier: string, has_trading_incentive: boolean, logo: string }, last: number, volume: number, cost_to_move_up_usd: number, ... }[] }. PREREQUISITE: First call exchange info or symbol listing to discover valid trading pairs, then query market data.
exchanges_id_volume_chart
Exchange Volume Chart by ID — This endpoint allows you to **query the historical volume chart data with time in UNIX and trading volume data in BTC based on exchange's ID** PREREQUISITE: First call exchange info or symbol listing to discover valid trading pairs, then query market data.
exchanges_id_volume_chart_range
💼 Exchange Volume Chart within Time Range by ID — This endpoint allows you to **query the historical volume chart data in BTC by specifying date range in UNIX based on exchange's ID** PREREQUISITE: First call exchange info or symbol listing to discover valid trading pairs, then query market data.
derivatives_tickers
Derivatives Tickers List — This endpoint allows you to **query all the tickers from derivatives exchanges on CoinGecko** Returns: { market: string, symbol: string, index_id: string, ... }.
derivatives_exchanges
[DISCOVERY] Derivatives Exchanges List with Data — This endpoint allows you to **query all the derivatives exchanges with related data (ID, name, open interest, ...) on CoinGecko** Returns: { name: string, id: string, open_interest_btc: number, ... }.
derivatives_exchanges_id
Derivatives Exchange Data by ID — This endpoint allows you to **query the derivatives exchange's related data (ID, name, open interest, ...) based on the exchanges' ID** Returns: { name: string, open_interest_btc: number, trade_volume_24h_btc: string, ... }. PREREQUISITE: First call exchange info or symbol listing to discover valid trading pairs, then query market data.
derivatives_exchanges_list
[DISCOVERY] Derivatives Exchanges List (ID Map) — This endpoint allows you to **query all the derivatives exchanges with ID and name on CoinGecko** Returns: { id: string, name: string }.
entities_list
[DISCOVERY] Entities List (ID Map) — This endpoint allows you to **query all the supported entities on CoinGecko with entities ID, name, symbol, and country**
companies_public_treasury
Crypto Treasury Holdings by Coin ID — This endpoint allows you **query public companies & governments' cryptocurrency holdings** by Coin ID PREREQUISITE: First call exchange info or symbol listing to discover valid trading pairs, then query market data.
public_treasury_entity
Crypto Treasury Holdings by Entity ID — This endpoint allows you **query public companies & governments' cryptocurrency holdings** by Entity ID Returns: { name: string, id: string, type: string, ... }.
public_treasury_entity_chart
Crypto Treasury Holdings Historical Chart Data by ID — This endpoint allows you to **query historical cryptocurrency holdings chart of public companies & governments** by Entity ID and Coin ID Returns: { holdings: number[][], holding_value_in_usd: number[][] }. PREREQUISITE: First call exchange info or symbol listing to discover valid trading pairs, then query market data.
public_treasury_transaction_history
Crypto Treasury Transaction History by Entity ID — This endpoint allows you **query public companies & governments' cryptocurrency transaction history** by Entity ID Returns: { transactions: { date: number, source_url: string, coin_id: string, type: "buy" | "sell", holding_net_change: number, transaction_value_usd: number, ... }[] }.
nfts_list
[DISCOVERY] NFTs List (ID Map) — This endpoint allows you to **query all supported NFTs with ID, contract address, name, asset platform ID and symbol on CoinGecko** Returns: { id: string, contract_address: string, name: string, ... }.
nfts_id
NFTs Collection Data by ID — This endpoint allows you to **query all the NFT data (name, floor price, 24hr volume ...) based on the NFT collection ID** Returns: { id: string, web_slug: string, contract_address: string, ... }. PREREQUISITE: First call exchange info or symbol listing to discover valid trading pairs, then query market data.
nfts_contract_address
NFTs Collection Data by Contract Address — This endpoint allows you to **query all the NFT data (name, floor price, 24hr volume ...) based on the NFT collection contract address and respective asset platform** Returns: { id: string, web_slug: string, contract_address: string, ... }. PREREQUISITE: First call exchange info or symbol listing to discover valid trading pairs, then query market data.
nfts_markets
[DISCOVERY] 💼 NFTs List with Market Data — This endpoint allows you to **query all the supported NFT collections with floor price, market cap, volume and market related data on CoinGecko**
nfts_id_market_chart
💼 NFTs Collection Historical Chart Data by ID — This endpoint allows you **query historical market data of a NFT collection, including floor price, market cap, and 24hr volume, by number of days away from now** Returns: { floor_price_usd: number[][], floor_price_native: number[][], h24_volume_usd: number[][], ... }. PREREQUISITE: First call exchange info or symbol listing to discover valid trading pairs, then query market data.
nfts_contract_address_market_chart
💼 NFTs Collection Historical Chart Data by Contract Address — This endpoint allows you **query historical market data of a NFT collection, including floor price, market cap, and 24hr volume, by number of days away from now based on the provided contract address** Returns: { floor_price_usd: number[][], floor_price_native: number[][], h24_volume_usd: number[][], ... }. PREREQUISITE: First call exchange info or symbol listing to discover valid trading pairs, then query market data.
nfts_id_tickers
💼 NFTs Collection Tickers by ID — This endpoint allows you to **query the latest floor price and 24hr volume of a NFT collection, on each NFT marketplace, e.g. OpenSea and LooksRare** Returns: { tickers: { floor_price_in_native_currency: number, h24_volume_in_native_currency: number, native_currency: string, native_currency_symbol: string, updated_at: string, nft_marketplace_id: string, ... }[] }. PREREQUISITE: First call exchange info or symbol listing to discover valid trading pairs, then query market data.
exchange_rates
BTC-to-Currency Exchange Rates — This endpoint allows you to **query BTC exchange rates with other currencies** Returns: { rates: object }.
trending_search
[DISCOVERY] Trending Search List — This endpoint allows you **query trending search coins, NFTs and categories on CoinGecko in the last 24 hours** Returns: { coins: { id: string, coin_id: number, name: string, symbol: string, market_cap_rank: number, thumb: string, ... }[], nfts: { id: string, name: string, symbol: string, thumb: string, nft_contract_id: number, native_currency_symbol: string, ... }[], categories: { id: number, name: string, market_cap_1h_change: number, slug: string, coins_count: number, data: { market_cap: number, market_cap_btc: number, total_volume: number, total_volume_btc: number, m
news
💼 Crypto News — This endpoint allows you to **query the latest crypto news and guides on CoinGecko**
crypto_global
Crypto Global Market Data — This endpoint allows you **query cryptocurrency global data including active cryptocurrencies, markets, total crypto market cap and etc** Returns: { data: { active_cryptocurrencies: number, upcoming_icos: number, ongoing_icos: number, ended_icos: number, markets: number, total_market_cap: { btc: number, eth: number }, ... } }.
global_de_fi
Global DeFi Market Data — This endpoint allows you **query top 100 cryptocurrency global decentralized finance (DeFi) data including DeFi market cap, trading volume** Returns: { data: { defi_market_cap: string, eth_market_cap: string, defi_to_eth_ratio: string, trading_volume_24h: string, defi_dominance: string, top_coin_name: string, ... } }.
global_market_cap_chart
💼 Global Market Cap Chart Data — This endpoint allows you to **query historical global market cap and volume data by number of days away from now** Returns: { market_cap_chart: { market_cap: number[][], volume: number[][] } }.

Is this your server?

Create a free RNWY account to connect your on-chain identity to this server. MCP server claiming is coming; register now and you'll be first in line.

Create your account →
More from junct-bot
io.github.junct-bot/ens-mcp
Ens - 23 tools for name resolution and reverse lookups
io.github.junct-bot/aarna-mcp
Aarna - 34 tools for swap quotes, liquidity pools, and trading data
io.github.junct-bot/compound-mcp
Compound - 8 tools for lending rates, supply, and borrow data
io.github.junct-bot/hyperliquid-mcp
Hyperliquid - 2 tools for perpetuals, options, and position data
io.github.junct-bot/lido-mcp
Lido - 6 tools for staking, delegation, and rewards data
io.github.junct-bot/synthetix-mcp
Synthetix - 22 tools for data, metrics, and on-chain analytics
Similar servers
NodeAPI
Machine-native GIS processing API for AI agents and developers. Convert, reproject, validate, repair, buffer, clip, dissolve, and tile vector geodata across 25 endpoints. Pay-per-use USDC on Solana Mainnet ($0.01/op). No accounts, no API keys. Remote MCP SSE.
astllm-mcp
An MCP server for efficient code indexing and symbol retrieval using tree-sitter AST parsing to fetch specific functions or classes without loading entire files. It significantly reduces AI token costs by providing O(1) byte-offset access to code components across multiple programming languages.
Openterms-mcp
Cryptographic proof of consent for AI agents. Sign before you act. Policy engine enforces spending caps, action whitelists, and escalation rules. Independently verifiable by anyone.
Aegis-ZK
On-chain trust verification for AI agent tools. Agents query skill attestations, audit levels, and risk scores before running third-party MCP servers, so you know what's safe before you execute.
Satoshidata Wallet Intelligence
Bitcoin wallet intelligence for AI agents: labels, risk signals, transactions, fees, and mempool.
HiveAgent — The Agentzon
498 MCP tools across 12 industry verticals. Marketplace, escrow, DeFi, legal, healthcare, insurance, construction, and trades. USDC payments on Base L2.
Indexed from Official MCP Registry · Updates nightly