price_full
ActiveTool of Cryptocompare
declared in 0.1.0
Fetch full market snapshot for multiple crypto pairs (fsyms → tsyms): price, 24h change/%, volume, market cap, open/high/low from CryptoCompare.
Parameters schema
{
"type": "object",
"examples": [
{
"fsyms": "BTC",
"tsyms": "USD"
},
{
"fsyms": "BTC,ETH",
"tsyms": "USD,EUR"
}
],
"required": [
"fsyms",
"tsyms"
],
"properties": {
"e": {
"type": "string"
},
"fsyms": {
"type": "string"
},
"tsyms": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Cryptocompare
https://github.com/pipeworx-io/mcp-cryptocompare
1/7 registries