Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"bitbank": {
"args": [
"-y",
"bitbank-mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
This project is a Model Context Protocol (MCP) server for bitbank.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'cannot' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked cannot against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
A Model Context Protocol server for building an investor agent
AI agents get on-chain identity, credentials, reputation, escrow, and persistent memory on XRPL.
Remote MCP server to integrate and validate self-hosted PayRam deployments.
MCP Security Weekly
Get CVE alerts and security updates for Bitbank Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
This project is a Model Context Protocol (MCP) server for bitbank.
単一ペアのティッカーを取得(/ticker)。価格・出来高・24h高安。
pair (string): Trading pair (e.g., btc_jpy, eth_jpy)全JPYペアのティッカーを取得(/tickers_jpy)。24h変動率付き。キャッシュ10秒。
ローソク足を取得(/candlestick)。OHLCVデータ。
pair (string): Trading pair (e.g., btc_jpy)type (string): Candle type (1min, 5min, 15min, 30min, 1hour, 4hour, 8hour, 12hour, 1day, 1week, 1month)date (string, optional): Date in YYYYMMDD (for minute/hour) or YYYY (for day/week/month)limit (number): Number of candles to return (default: 200, max: 1000)板の生データ取得(/depth API直接)。差分計算・壁検出・圧力分析の元データ。
pair (string): Trading pair (e.g., btc_jpy)maxLevels (number): Maximum number of price levels (default: 200, max: 500)約定履歴を取得(/transactions)。直近の約定データ。日付指定可。買い/売り比率を算出。
pair (string): Trading pair (e.g., btc_jpy)limit (number): Number of transactions to return (default: 100, max: 1000)date (string, optional): Date in YYYYMMDD format{
"mcpServers": {
"bitbank": {
"command": "npx",
"args": [
"-y",
"bitbank-mcp-server"
]
}
}
}
If npx cannot be executed, running which npx and specifying the command directly may resolve the issue.
{
"mcpServers": {
"bitbank": {
"command": "/Users/xxxx/.volta/bin/npx",
"args": [
"-y",
"bitbank-mcp-server"
]
}
}
}
{
"mcpServers": {
"bitbank": {
"command": "docker",
"args": ["run", "-i", "--rm", "bitbankinc/bitbank-mcp-server"]
}
}
}
This project is licensed under the MIT License - see the LICENSE file for details.