You're viewing a demo portfolio

Join the waitlist
PRSM

get_crypto_market

Active

Tool of crypto

declared in 0.1.0

Get top cryptocurrencies ranked by market cap. Returns rank, name, symbol, USD price, market cap, 24h volume, and 24h % change for each.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "limit": 10
    },
    {
      "limit": 50,
      "vs_currency": "usd"
    }
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Number of coins to return (1-100, default 10)"
    },
    "_apiKey": {
      "type": "string",
      "description": "Optional — your own CoinPaprika Pro API key for a dedicated quota (uses the api-pro endpoint). Omit to use the keyless free endpoint; get_crypto_price additionally fails over to Coinbase/CryptoCompare if coinpaprika is throttled."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

crypto

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

2/7 registries
View full server →