Back to Apps

Bitbank Lab MCP
Supports UIby tjackiet
Advanced cryptocurrency market analysis and trading tools for the Bitbank exchange, featuring technical indicators and charting.
0 stars
Works in:CursorCodexGemini CLI
Exposes:ToolsResourcesPrompts
What it does
Bitbank Lab MCP provides an interactive interface for analyzing cryptocurrency markets using Bitbank's API. It transforms raw market data into actionable insights by calculating technical indicators and generating visual charts directly within the AI client.
Key features
- Advanced Technical Analysis: Real-time calculation of SMA, RSI, Bollinger Bands, Ichimoku Kinko Hyo, and MACD.
- Visual Charting: Generates compact data for Claude.ai's Visualizer and standalone SVG/PNG charts for non-visual environments.
- Flow & Volatility Analysis: Detects buying/selling pressure, CVD spikes, and volatility metrics like ATR.
- Private Trading Integration: Securely execute orders and manage portfolios via a 2-step confirmation process (preview → execute).
Installation
- Claude Desktop: Add the following to
claude_desktop_config.json:
{
"mcpServers": {
"bitbank-lab": {
"command": "npx",
"args": ["-y", "bitbank-lab-mcp"]
}
}
}
- Claude Code / Gemini CLI: Use
/plugin install bitbank-lab-mcp@bitbank-lab. - Cursor / Codex: Add the configuration to your
mcp.jsonand setBITBANK_API_KEYandBITBANK_API_SECRETas environment variables.
Supported hosts
Confirmed support for Claude Desktop, Claude Code, Cursor, Codex, and Gemini CLI.
Quick install
npx -y bitbank-lab-mcpInformation
- Pricing
- free
- Published
- 5/22/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Add to mcp config: {"bitbank-lab": {"command": "npx", "args": ["-y", "bitbank-lab-mcp"]}}Cursor
Add to mcp.json: {"bitbank-lab": {"command": "npx", "args": ["-y", "bitbank-lab-mcp"]}}Gemini CLI
Use plugin install or add to settings.json mcpServers.Claude Desktop
{"mcpServers": {"bitbank-lab": {"command": "npx", "args": ["-y", "bitbank-lab-mcp"]}}}





