test-bb-mcp-server
Verified Safeby tjackiet
Overview
This MCP server enables crypto market analysis using Bitbank public API data, providing analysis tools, technical indicators, and SVG charts for LLMs like Claude to easily interpret and respond to user queries.
Installation
npx tsx src/server.tsEnvironment Variables
- LOG_LEVEL
- NO_COLOR
- PORT
- MCP_ENABLE_HTTP
- ALLOWED_HOSTS
- ALLOWED_ORIGINS
- LOG_DIR
- 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
Security Notes
The server uses Bitbank's public API, avoiding the need for hardcoded sensitive API keys. It employs `dotenv/config` for environment variable management. SVG generation includes sanitization functions (`sanitizeSvg`) to strip script tags and event handlers, mitigating XSS risks when rendering charts. The optional HTTP server (`src/http.ts`) includes CORS and DNS rebinding protections. No instances of `eval` or obvious obfuscation were found.
Similar Servers
tradingview-mcp
Provides real-time cryptocurrency and stock market analysis for traders, analysts, and AI assistants via the Model Context Protocol (MCP).
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.
mcp-crypto-price
Provides real-time price data, market analysis, and historical trends for cryptocurrencies using the CoinCap API.
bitbank-genesis-mcp-server
This MCP server facilitates cryptocurrency market analysis using public bitbank API data, providing optimized analysis tools and visualizations for LLMs like Claude.