Back to Home
tjackiet icon

bitbank-genesis-mcp-server

Verified Safe

by tjackiet

Overview

This MCP server facilitates cryptocurrency market analysis using public bitbank API data, providing optimized analysis tools and visualizations for LLMs like Claude.

Installation

Run Command
npm start

Environment Variables

  • LOG_LEVEL
  • NO_COLOR
  • PORT
  • MCP_ENABLE_HTTP
  • ALLOWED_HOSTS
  • ALLOWED_ORIGINS
  • BITBANK_PAIRS_TTL_MS
  • BITBANK_STRICT_PAIRS
  • BITBANK_PAIRS_MODE
  • TICKERS_JPY_URL
  • TICKERS_JPY_TIMEOUT_MS
  • TICKERS_JPY_RETRIES
  • TICKERS_JPY_RETRY_WAIT_MS
  • LOG_DIR

Security Notes

The server primarily interacts with the public bitbank API for data fetching and performs local computations for analysis and SVG rendering. File system access is restricted to logging and saving generated SVG charts (configurable to `/mnt/user-data/outputs` or a local `assets` directory), which is justified by the application's functionality. There are no direct `eval` calls or unconstrained shell command executions. The optional HTTP transport respects `ALLOWED_HOSTS` and `ALLOWED_ORIGINS` for basic network security.

Similar Servers

Stats

Interest Score30
Security Score9
Cost ClassHigh
Avg Tokens3000
Stars2
Forks0
Last Update2026-01-09

Tags

cryptocurrencymarket analysistrading indicatorschartingbitbank