ai-trading-mcp-server
Verified Safeby FajarArrizki
Overview
AI-powered cryptocurrency trading assistant for real-time market analysis, signal generation, and trade execution.
Installation
bash scripts/start-mcp-stream.shEnvironment 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
alpaca-mcp-server
Enables natural language trading operations for Alpaca's Trading API via AI assistants, supporting stocks, options, crypto, portfolio management, and real-time market data.
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.
trading212-mcp-server
This server provides a Model Context Protocol (MCP) interface for seamless data connectivity and advanced interaction capabilities with the Trading212 trading platform.
moomoo-api-mcp
Allows AI agents to access Moomoo trading platform's market data, account information, and execute trades.