Skip to main content
Glama

get_trending_coins

Retrieve trending cryptocurrency data from CoinGecko to monitor top-performing coins and stay updated on market movements directly through the Multi-MCPs server.

Instructions

Get trending coins on CoinGecko

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The main handler function that implements the get_trending_coins tool by delegating to the CoinGecko client's getTrending method.
    async get_trending_coins() { return client.getTrending(); },
  • Tool registration definition including name, description, and input schema (no parameters required).
    name: "get_trending_coins", description: "Get trending coins on CoinGecko", inputSchema: { type: "object", properties: {} }, },
  • Helper method in CoinGeckoClient that makes the API request to retrieve trending coins.
    getTrending() { return this.request(`/search/trending`); }
  • Registers the CoinGecko tools (including get_trending_coins) into the main tool registry.
    registerCoinGecko(),

Latest Blog Posts

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/TaylorChen/muti-mcps'

If you have feedback or need assistance with the MCP directory API, please join our Discord server