MCP Hub
Back to servers

alpha-mcp

An AI-powered crypto trading server that provides technical analysis, sentiment tracking, and execution tools for decentralized and centralized markets.

Tools
7
Updated
Jan 22, 2026

@blockrun/alpha

AI-powered crypto trading MCP server with technical analysis, sentiment, and execution tools.

Installation

claude mcp add alpha npx @blockrun/alpha

Tools

ToolDescription
alpha_signalTechnical analysis (RSI, MACD, EMA) via Binance
alpha_dexDEX market data via DexScreener
alpha_sentimentSocial sentiment analysis (requires BlockRun wallet)
alpha_swapToken swaps on Base via 0x
alpha_portfolioPosition tracking and management
alpha_memoryVector-based trade memory search
alpha_riskRisk management checks

Usage Examples

> "Get ETH technical signals"
Uses alpha_signal to fetch RSI, MACD, EMA indicators

> "Check PEPE market data"
Uses alpha_dex for DexScreener data

> "Find similar trades to ETH breakout"
Uses alpha_memory for semantic search

> "Check if $500 ETH buy passes risk limits"
Uses alpha_risk to validate against position limits

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)

RuleValue
Max position size15%
Max total exposure50%
Daily loss limit5%
Min cash reserve50%
Stop loss15%

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

License

MIT

Reviews

No reviews yet

Sign in to write a review