You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@blockrun/alpha

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blockrun/alpha

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

latest
Source
npmnpm
Version
0.2.2
Version published
Maintainers
1
Created
Source

@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 CoinGecko
alpha_dexDEX market data via DexScreener
alpha_sentimentSocial sentiment analysis (requires BlockRun wallet)
alpha_swapToken swap quotes + execution on Base
alpha_portfolioPosition tracking and management
alpha_memoryVector-based trade memory search
alpha_riskRisk management checks
alpha_extensionsDiscover additional MCPs (Nansen, Dune, etc.)

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

> "Swap 100 USDC for ETH"
Uses alpha_swap with execute=true to swap on Base

Data Sources

  • CoinGecko API - Price data and technical indicators (free)
  • DexScreener - DEX market data (free)
  • Swap Aggregators - Uses first available:
    • 1inch (set ONEINCH_API_KEY)
    • 0x (set ZEROX_API_KEY)
    • Paraswap (no key required, default fallback)
  • BlockRun Twitter - Sentiment analysis (paid, requires wallet)

Environment Variables

VariableRequiredDescription
ONEINCH_API_KEYNo1inch API key for best rates
ZEROX_API_KEYNo0x API key as alternative
(none)-Falls back to Paraswap (free, no key)

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)

Extend with More MCPs

Use alpha_extensions to discover additional capabilities:

MCPWhat it addsPricing
NansenSmart Money tracking, whale dataFree tier / $49/mo
BlockRunAI models, X/Twitter dataPay-per-request
DuneCustom SQL analyticsFree tier
# Example: Add Nansen for on-chain data
claude mcp add --transport http nansen https://mcp.nansen.ai/ra/mcp \
  --header "NANSEN-API-KEY: YOUR_KEY"
  • @blockrun/mcp - AI model access
  • alpha-trader - Claude Code trading agent

License

MIT

Keywords

mcp

FAQs

Package last updated on 27 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts