bitbank-genesis-mcp-server
Verified Safeby 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
npm startEnvironment 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
maverick-mcp
Personalized stock analysis, technical indicators, and portfolio optimization via Claude Desktop.
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.
finance-trading-ai-agents-mcp
A specialized MCP server for financial analysis and quantitative trading, designed to deploy local financial MCP services with a departmental architecture for LLM integration and algorithmic trading.