Provides technical analysis tools that fetch price data and indicators like RSI, MACD, and EMA from the Binance API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@blockrun/alphaAnalyze ETH technical signals and check if a $500 buy fits my risk limits"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@blockrun/alpha
AI-powered crypto trading MCP server with technical analysis, sentiment, and execution tools.
Installation
Tools
Tool | Description |
| Technical analysis (RSI, MACD, EMA) via Binance |
| DEX market data via DexScreener |
| Social sentiment analysis (requires BlockRun wallet) |
| Token swaps on Base via 0x |
| Position tracking and management |
| Vector-based trade memory search |
| Risk management checks |
Usage Examples
Data Sources
Binance API - Price data and technical indicators (free)
DexScreener - DEX market data (free)
0x API - Swap execution (free)
BlockRun Twitter - Sentiment analysis (paid, requires wallet)
Risk Limits (Hardcoded)
Rule | Value |
Max position size | 15% |
Max total exposure | 50% |
Daily loss limit | 5% |
Min cash reserve | 50% |
Stop loss | 15% |
Data Storage
Data is stored locally in ~/.blockrun/alpha/alpha.db:
Portfolio positions
Trade history
Trade memory with vector embeddings
Requirements
Node.js 18+
BlockRun wallet (optional, for sentiment and swaps)
Related
@blockrun/mcp - AI model access
alpha-trader - Claude Code trading project
License
MIT