AI-powered crypto trading MCP server with technical analysis, sentiment, and execution tools
{
"mcpServers": {
"alpha-mcp": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
AI-powered crypto trading MCP server with technical analysis, sentiment, and execution tools
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 72 days ago. 8 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
MCP server for Robokassa payment API — generate payment URLs, check invoice status. First MCP for R
MCP server for Financial Modeling Prep API with 250+ financial data tools
Non-custodial x402 payments for AI agents. Sign locally, spend limits, Base network.
MCP Security Weekly
Get CVE alerts and security updates for Alpha Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
AI-powered crypto trading MCP server with technical analysis, sentiment, and execution tools.
claude mcp add alpha npx @blockrun/alpha
| Tool | Description |
|------|-------------|
| alpha_signal | Technical analysis (RSI, MACD, EMA) via CoinGecko |
| alpha_dex | DEX market data via DexScreener |
| alpha_sentiment | Social sentiment analysis (requires BlockRun wallet) |
| alpha_swap | Token swap quotes + execution on Base |
| alpha_portfolio | Position tracking and management |
| alpha_memory | Vector-based trade memory search |
| alpha_risk | Risk management checks |
| alpha_extensions | Discover additional MCPs (Nansen, Dune, etc.) |
> "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
ONEINCH_API_KEY)ZEROX_API_KEY)| Variable | Required | Description |
|----------|----------|-------------|
| ONEINCH_API_KEY | No | 1inch API key for best rates |
| ZEROX_API_KEY | No | 0x API key as alternative |
| (none) | - | Falls back to Paraswap (free, no key) |
| Rule | Value | |------|-------| | Max position size | 15% | | Max total exposure | 50% | | Daily loss limit | 5% | | Min cash reserve | 50% | | Stop loss | 15% |
Data is stored locally in ~/.blockrun/alpha/alpha.db:
Use alpha_extensions to discover additional capabilities:
| MCP | What it adds | Pricing | |-----|--------------|---------| | Nansen | Smart Money tracking, whale data | Free tier / $49/mo | | BlockRun | AI models, X/Twitter data | Pay-per-request | | Dune | Custom SQL analytics | Free 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"
MIT