We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tjackiet/bitbank-genesis-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "bitbank-mcp",
"version": "0.3.0",
"description": "bitbank data tools and SVG chart renderer. ALWAYS use render_chart_svg for charts; do not self-render.",
"tools": {
"get_ticker": {
"description": "Get ticker for a pair (e.g., btc_jpy)",
"input": {
"pair": {
"type": "unknown"
}
}
},
"get_orderbook": {
"description": "Get orderbook topN for a pair",
"input": {
"pair": {
"type": "unknown"
},
"mode": {
"type": "unknown"
},
"topN": {
"type": "unknown"
},
"bandsPct": {
"type": "unknown"
},
"ranges": {
"type": "unknown"
},
"priceZones": {
"type": "unknown"
}
}
},
"get_candles": {
"description": "Get candles. date: 1month→YYYY, others→YYYYMMDD",
"input": {
"pair": {
"type": "unknown"
},
"type": {
"type": "unknown"
},
"date": {
"type": "unknown"
},
"limit": {
"type": "unknown"
},
"view": {
"type": "unknown"
},
"tz": {
"type": "unknown"
}
}
},
"analyze_indicators": {
"description": "Analyze price action using technical indicators (SMA/RSI/BB/Ichimoku/MACD). Use sufficient limit.",
"input": {
"pair": {
"type": "unknown"
},
"type": {
"type": "unknown"
},
"limit": {
"type": "unknown"
}
}
},
"render_chart_svg": {
"description": "Render candlestick chart as SVG. Do NOT self-render; display returned SVG only.",
"input": {
"type": "unknown"
}
},
"detect_patterns": {
"description": "Detect classic chart patterns from recent candles.",
"input": {
"pair": {
"type": "unknown"
},
"type": {
"type": "unknown"
},
"limit": {
"type": "unknown"
},
"patterns": {
"type": "unknown"
},
"swingDepth": {
"type": "unknown"
},
"tolerancePct": {
"type": "unknown"
},
"minBarsBetweenSwings": {
"type": "unknown"
},
"view": {
"type": "unknown"
},
"requireCurrentInPattern": {
"type": "unknown"
},
"currentRelevanceDays": {
"type": "unknown"
},
"includeForming": {
"type": "unknown"
},
"includeCompleted": {
"type": "unknown"
},
"includeInvalid": {
"type": "unknown"
}
}
},
"get_transactions": {
"description": "Get recent transactions (trades).",
"input": {
"pair": {
"type": "unknown"
},
"limit": {
"type": "unknown"
},
"date": {
"type": "unknown"
},
"minAmount": {
"type": "unknown"
},
"maxAmount": {
"type": "unknown"
},
"minPrice": {
"type": "unknown"
},
"maxPrice": {
"type": "unknown"
},
"view": {
"type": "unknown"
}
}
},
"get_flow_metrics": {
"description": "Compute flow metrics (CVD, aggressor ratio, volume spikes).",
"input": {
"pair": {
"type": "unknown"
},
"limit": {
"type": "unknown"
},
"hours": {
"type": "unknown"
},
"date": {
"type": "unknown"
},
"bucketMs": {
"type": "unknown"
},
"view": {
"type": "unknown"
},
"bucketsN": {
"type": "unknown"
},
"tz": {
"type": "unknown"
}
}
}
}
}