You're viewing a demo portfolio

Join the waitlist
PRSM

search_coins

Active

Tool of Coingecko

declared in 0.1.0

Search for cryptocurrencies by name or symbol. Returns matching coins with their IDs. Example: search_coins({ query: "bitcoin" })

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "query": "bitcoin"
    },
    {
      "query": "ETH"
    }
  ],
  "required": [
    "query"
  ],
  "properties": {
    "query": {
      "type": "string",
      "description": "Search query — coin name or symbol, e.g. \"bitcoin\", \"ETH\", \"sol\""
    }
  }
}

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 →
search_coins — Coingecko — PRSM MCP