You're viewing a demo portfolio

Join the waitlist
PRSM

listings_latest

Active

Tool of mcp-coinmarketcap

declared in 0.1.0

Paginated list of cryptocurrencies ranked by market cap (or volume/price-change); returns rank, price, market cap, 24h volume, and 24h change per coin. Sortable; up to 5000 results.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "limit": 10
    },
    {
      "sort": "market_cap",
      "limit": 50,
      "start": 1,
      "convert": "USD"
    }
  ],
  "properties": {
    "sort": {
      "type": "string",
      "description": "market_cap | volume_24h | percent_change_24h | name | symbol"
    },
    "limit": {
      "type": "number",
      "description": "1-5000 (default 20)"
    },
    "start": {
      "type": "number",
      "description": "1-based rank offset (default 1)"
    },
    "convert": {
      "type": "string",
      "description": "Quote currency (default USD)"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

mcp-coinmarketcap

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

2/7 registries
View full server →