Back to Home

ai-trading-mcp-server

Verified Safe

by FajarArrizki

Overview

AI-powered cryptocurrency trading assistant for real-time market analysis, signal generation, and trade execution.

Installation

Run Command
bash scripts/start-mcp-stream.sh

Environment Variables

  • AI_PROVIDER
  • MODEL_ID
  • OPENROUTER_API_KEY
  • HYPERLIQUID_API_URL
  • HYPERLIQUID_WALLET_API_KEY
  • HYPERLIQUID_ACCOUNT_ADDRESS
  • CANDLES_COUNT
  • NODE_ENV
  • PORT
  • AI_API_DELAY_MS
  • AI_API_TIMEOUT_MS
  • VERBOSE_LOGGING
  • ACTION_FILTER

Security Notes

The project uses Zod for input validation and explicitly warns about production hardening (HTTPS, authentication, rate limiting) for the streaming server. Private keys are expected via environment variables or tool parameters, which is generally good practice. However, there are hardcoded default API keys (e.g., OpenRouter, CoinMarketCap in a test script) which reduce the security score. The nature of financial trading inherently carries high risk if not deployed and managed securely, especially with explicit warnings for 'Local Development Only' without further hardening for production.

Similar Servers

Stats

Interest Score55
Security Score7
Cost ClassHigh
Avg Tokens6000
Stars1
Forks0
Last Update2025-11-25

Tags

AI TradingCryptocurrencyMCP ServerTerminal UIHyperliquid