You're viewing a demo portfolio

Join the waitlist
PRSM

get_coin

Active

Tool of Coingecko

declared in 0.1.0

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.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "id": "bitcoin"
    },
    {
      "id": "ethereum"
    }
  ],
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "string",
      "description": "CoinGecko coin ID (lowercase), e.g. \"bitcoin\", \"ethereum\", \"solana\", \"dogecoin\""
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Coingecko

https://github.com/pipeworx-io/mcp-coingecko

1/7 registries
View full server →
get_coin — Coingecko — PRSM MCP