You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.1.0).

crypto_prices

Inactive

Tool of crypto-prices-mcp

declared in 0.1.0

Current prices for one or more cryptocurrencies. Pass the CoinGecko `id` (e.g. 'bitcoin', 'ethereum', 'solana') — use `crypto_search` if you only have a symbol or name. `vs` is the quote currency (default 'usd'; also 'inr', 'eur', 'jpy', etc.). Returns price, 24h change, market cap, volume.

Parameters schema

{
  "type": "object",
  "required": [
    "ids"
  ],
  "properties": {
    "vs": {
      "type": "string",
      "default": "usd"
    },
    "ids": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "maxItems": 50,
      "minItems": 1
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

crypto-prices-mcp

https://github.com/guptaprakhariitr/crypto-prices-mcp

2/7 registries
View full server →
crypto_prices — crypto-prices-mcp — PRSM MCP