@pipeworx/coingecko

Connect: https://gateway.pipeworx.io/coingecko/mcp · Install: one-click buttons

No MCP client? Skip the connection: POST https://gateway.pipeworx.io/v1/tools/search_packs {"query":"..."} to find a tool below, GET /v1/tools/<name> for its schema, POST the same URL with arguments for the data — see For AI agents.

Tools: 4

Tools

  • get_coin — Get live cryptocurrency data by CoinGecko ID (e.g., ‘bitcoin’, ‘ethereum’). Returns USD price, market cap, 24h/7d/30d price changes, ATH, circulating supply, and a short description.
  • 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 the top trending cryptocurrencies on CoinGecko right now, ranked by 24-hour search activity. Returns coin IDs, names, symbols, market cap ranks, and trend scores. No parameters required.

Tools

  • get_coin — Get live cryptocurrency data by CoinGecko ID (e.g., 'bitcoin', 'ethereum'). Returns USD price, market cap, 24h/7d/30d price changes, ATH, circulating supply, and a short description.
  • 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 the top trending cryptocurrencies on CoinGecko right now, ranked by 24-hour search activity. Returns coin IDs, names, symbols, market cap ranks, and trend scores. No parameters required.
  • search_coins — Search for cryptocurrencies by name or symbol. Returns matching coins with their IDs. Example: search_coins({ query: bitcoin })

Regenerated from source · build September 22, 2026