bit2me-mcp
Verified Safeby bit2me-devs
Overview
Integrates AI assistants with the Bit2Me cryptocurrency exchange, enabling real-time market data access, wallet management, trading operations, and interactions with Earn and Loan products.
Installation
node build/index.jsEnvironment Variables
- BIT2ME_API_KEY
- BIT2ME_API_SECRET
- BIT2ME_GATEWAY_URL
- BIT2ME_REQUEST_TIMEOUT
- BIT2ME_MAX_RETRIES
- BIT2ME_RETRY_BASE_DELAY
- BIT2ME_LOG_LEVEL
- BIT2ME_INCLUDE_RAW_RESPONSE
Security Notes
The server implements robust security measures including HMAC-SHA512 for API key signing, comprehensive input validation to prevent common attack vectors, and explicit sanitization of sensitive data (API keys, JWTs) in logs. It also utilizes a circuit breaker and rate limiting to enhance resilience and protect the upstream Bit2Me API. CodeQL, ESLint security plugins, and gitleaks are used in the development pipeline.
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-metatrader5-server
Allows AI assistants to control MetaTrader 5 terminal for trading operations and market data analysis.