Back to Home
tjackiet icon

test-bb-mcp-server

Verified Safe

by 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

Run Command
npx tsx src/server.ts

Environment 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

Stats

Interest Score30
Security Score9
Cost ClassMedium
Avg Tokens750
Stars2
Forks0
Last Update2026-01-09

Tags

Crypto AnalysisMarket DataTechnical IndicatorsChartingLLM Tools