book
ActiveTool of Bitfinex
declared in 0.1.0
Bitfinex crypto exchange order book (bids + asks) for a crypto pair like "tBTCUSD". Returns price levels with size + count. Use for live depth-of-book analysis, spread, market microstructure.
Parameters schema
{
"type": "object",
"examples": [
{
"length": 25,
"symbol": "tBTCUSD",
"precision": "P0"
}
],
"required": [
"symbol"
],
"properties": {
"length": {
"type": "number"
},
"symbol": {
"type": "string"
},
"precision": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Bitfinex
https://github.com/pipeworx-io/mcp-bitfinex
1/7 registries