Back to Home
tjackiet icon

bitbank-genesis-mcp-server

Verified Safe

by tjackiet

Overview

This MCP server enables crypto asset market analysis using public data from the bitbank API, making it accessible through Claude (LLM).

Installation

Run Command
tsx src/server.ts

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 public APIs, reducing the risk associated with sensitive data. It includes DNS rebinding protection and allows configuration of allowed hosts and origins for its optional HTTP transport, which is good practice. No 'eval' or obvious hardcoded secrets were found. The primary network risk is exposure via the HTTP server if not properly secured, but it is designed with some safeguards.

Similar Servers

Stats

Interest Score30
Security Score8
Cost ClassMedium
Avg Tokens1500
Stars1
Forks0
Last Update2025-12-12

Tags

Crypto AnalysisMarket DataLLM IntegrationTechnical IndicatorsCharting