modelscope·@FajarArrizki/mcp-technical-analysis
暂无描述。
Model Context Protocol Server for AI-Powered Cryptocurrency Trading
A comprehensive Model Context Protocol (MCP) server that bridges AI assistants with professional cryptocurrency trading capabilities. This server transforms AI conversations by providing real-time market data, sophisticated technical analysis, and intelligent trade execution tools through standardized MCP protocols. Whether you're building trading bots, automated strategies, or AI financial advisors, this server delivers the complete infrastructure needed for data-driven trading decisions across multiple timeframes and asset classes.
** Key Features:**
Local Development: Run the MCP server locally for full control and privacy
HTTP Streaming: Remote MCP connection via mcp-remote for Cursor IDE
Live Deployment: https://geartrade-mcp-server.fajararrizki15.workers.dev/
geartrade://trading-strategies - Comprehensive trading strategies guidegeartrade://risk-management - Risk management best practicesgeartrade://tools-overview - Complete tools overviewgeartrade://execution-workflow - Analysis to execution workflowgeartrade://technical-indicators-guide - Technical indicators guidegeartrade://hyperliquid-api-reference - Hyperliquid API referenceanalyze_and_execute, multi_asset_scan, comprehensive_analysistechnical_indicator_analysis, volume_profile_analysis, market_structure_analysisdivergence_scan, liquidation_analysis, fibonacci_trading_strategy, spot_futures_arbitragerisk_analysis, position_monitoring, portfolio_review, volatility_analysis# Terminal 1 - Start Streaming Server
bash scripts/start-mcp-stream.sh
# Terminal 2 - Connect Terminal UI
pnpm run terminal
Server runs at http://localhost:8787 with SSE streaming support!
Full Guide: See QUICKSTART.md and STREAMING_GUIDE.md
# Clone the repository
git clone https://github.com/FajarArrizki/ai-trading-mcp-server.git
cd ai-trading-mcp-server
# Install dependencies
pnpm install
# Build the server
pnpm run build
Interactive terminal interface untuk testing dan development - NO IMPORT ISSUES!
# Quick start
pnpm run terminal:build
pnpm run terminal
Features:
Documentation:
Why Terminal UI?
Dibuat khusus untuk mengatasi masalah "pas di deployment ga bisa, karna mengunakan import":
Start the server:
cd /root/GEARTRADE
bash scripts/mcp-auto-start.sh
Server runs at http://localhost:8787 with SSE streaming support!
Configure Cursor (~/.cursor/mcp.json):
{
"mcpServers": {
"geartrade-local-stream": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:8787/mcp"
],
"env": {
"AI_PROVIDER": "openrouter",
"MODEL_ID": "openai/gpt-4-turbo",
"OPENROUTER_API_KEY": "your_openrouter_api_key_here",
"HYPERLIQUID_API_URL": "https://api.hyperliquid.xyz",
"HYPERLIQUID_WALLET_API_KEY": "",
"HYPERLIQUID_ACCOUNT_ADDRESS": "",
"CANDLES_COUNT": "100"
}
}
}
}
**Requi…
暂无描述。
暂无描述。
暂无描述。
暂无描述。
暂无描述。
暂无描述。