book
ActiveTool of Gemini Crypto
declared in 0.1.0
Gemini crypto exchange (US-regulated) order book for a crypto pair: bids + asks with price, amount, timestamp. Use for live depth-of-book on Gemini-listed pairs.
Parameters schema
{
"type": "object",
"examples": [
{
"symbol": "btcusd"
},
{
"symbol": "ethusd",
"limit_asks": 50,
"limit_bids": 50
}
],
"required": [
"symbol"
],
"properties": {
"symbol": {
"type": "string"
},
"limit_asks": {
"type": "number"
},
"limit_bids": {
"type": "number"
}
}
}Parent server
Gemini Crypto
https://github.com/pipeworx-io/mcp-gemini-crypto
1/7 registries