Back to Home
Useelk icon

trading-mcp-server

Verified Safe

by Useelk

Overview

Automating cryptocurrency trading operations, market data retrieval, technical analysis, and opportunity scanning by integrating with Claude Desktop.

Installation

Run Command
npx trading-mcp-server

Environment Variables

  • EXCHANGE
  • MEXC_API_KEY
  • MEXC_SECRET
  • MEXC_PASSWORD
  • TRADING_MODE
  • MARKET_TYPE
  • LOG_LEVEL

Security Notes

The server uses `ccxt` for exchange interactions and `Decimal.js` for precise financial calculations, which are good practices. API keys and secrets are correctly sourced from environment variables, not hardcoded. Communication with Claude Desktop occurs via standard I/O (stdin/stdout), limiting direct network exposure for the server itself. Rate limiting is implemented for exchange API calls. There is no usage of `eval` or obvious code obfuscation. The primary security consideration for users is the inherent risk of live trading with real funds, for which a 'demo' mode is provided and strongly recommended.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens1500
Stars0
Forks0
Last Update2025-12-07

Tags

cryptocurrencytradingMCPClaude Desktoptechnical analysis