Skip to main content
Glama

@blockrun/alpha

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

Installation

claude mcp add alpha npx @blockrun/alpha

Tools

Tool

Description

alpha_signal

Technical analysis (RSI, MACD, EMA) via Binance

alpha_dex

DEX market data via DexScreener

alpha_sentiment

Social sentiment analysis (requires BlockRun wallet)

alpha_swap

Token swaps on Base via 0x

alpha_portfolio

Position tracking and management

alpha_memory

Vector-based trade memory search

alpha_risk

Risk 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)

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)

License

MIT

-
security - not tested
F
license - not found
-
quality - not tested

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/BlockRunAI/alpha-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server