depth
ActiveTool of Kraken
declared in 0.1.0
Kraken crypto exchange order book — bids + asks for a crypto pair. Returns price/volume/timestamp per level. Use for live depth-of-book on Kraken-listed pairs.
Parameters schema
{
"type": "object",
"examples": [
{
"pair": "XBTUSDT"
},
{
"pair": "ETHUSDT",
"count": 20
}
],
"required": [
"pair"
],
"properties": {
"pair": {
"type": "string"
},
"count": {
"type": "number"
}
}
}Parent server
Kraken
https://github.com/pipeworx-io/mcp-kraken
1/7 registries