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
A comprehensive Model Context Protocol (MCP) server for Alpaca's Trading API, enabling natural language trading operations through AI assistants for stocks, options, crypto, portfolio management, and real-time market data.
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.
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.