bitbank-genesis-mcp-server
Verified Safeby tjackiet
Overview
This MCP server enables crypto asset market analysis using public data from the bitbank API, making it accessible through Claude (LLM).
Installation
tsx src/server.tsEnvironment 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
maverick-mcp
Personal stock analysis MCP server for financial data analysis, technical indicators, and portfolio optimization tools integrated with Claude Desktop.
tradingview-mcp
Provides real-time cryptocurrency and stock market analysis for traders, analysts, and AI assistants via the Model Context Protocol (MCP).
mcp-aktools
This MCP server provides real-time and historical financial data for stocks and cryptocurrencies, offering search, detailed information retrieval, market overviews, news, and analysis capabilities.
crypto-indicators-mcp
Provides an MCP server with over 50 cryptocurrency technical analysis indicators and strategies to empower AI trading agents in analyzing market trends and developing quantitative strategies.