@pipeworx/coingecko
Connect: https://gateway.pipeworx.io/coingecko/mcp · Install: one-click buttons
Tools: 4
Tools
- get_coin — Get detailed information about a cryptocurrency including price, market cap, volume, and description. Example: get_coin({ id: “bitcoin” }) or get_coin({ id: “ethereum” })
- search_coins — Search for cryptocurrencies by name or symbol. Returns matching coins with their IDs. Example: search_coins({ query: “bitcoin” })
- get_market_data — Get top cryptocurrencies ranked by market cap with current prices, 24h changes, and volume. Example: get_market_data({ vs_currency: “usd”, limit: 10 })
- get_trending — Get currently trending cryptocurrencies on CoinGecko based on user search activity. No parameters needed.
Tools
-
get_coin— Get detailed information about a cryptocurrency including price, market cap, volume, and description. Example: get_coin({ id: bitcoin }) or get_coin({ id: ethereum }) -
get_market_data— Get top cryptocurrencies ranked by market cap with current prices, 24h changes, and volume. Example: get_market_data({ vs_currency: usd , limit: 10 }) -
get_trending— Get currently trending cryptocurrencies on CoinGecko based on user search activity. No parameters needed. -
search_coins— Search for cryptocurrencies by name or symbol. Returns matching coins with their IDs. Example: search_coins({ query: bitcoin })