search_coins
ActiveTool 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\""
}
}
}Parent server
Coingecko
https://github.com/pipeworx-io/mcp-coingecko
1/7 registries