bit2me-mcp
Verified Safeby bit2me-devs
Overview
Enables AI assistants to securely interact with the Bit2Me cryptocurrency exchange for market data, wallet management, trading, and financial product queries.
Installation
node build/index.jsEnvironment Variables
- BIT2ME_API_KEY
- BIT2ME_API_SECRET
Security Notes
The server demonstrates robust security practices: strong API key authentication with HMAC-SHA512 signatures, clear JWT session token support, and automatic redaction of sensitive data (API keys, JWTs, passwords) from logs. It incorporates a circuit breaker for API resilience and rate limiting with exponential backoff to prevent abuse. Furthermore, the project includes automated security scanning (gitleaks, npm audit) in its CI/CD pipeline and provides explicit security guidelines in SECURITY.md, advising against granting withdrawal permissions to API keys.
Similar Servers
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.
freqtrade-mcp
Integrates an AI agent with the Freqtrade cryptocurrency trading bot to enable automated trading operations via its REST API.
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.
mcp-discord
An MCP server that enables AI assistants to interact with the Discord platform by providing tools for communication, channel management, and server information retrieval.