CryptoSignals MCP Server
MCP server for real-time crypto volume anomaly detection across 50+ tokens. Detects unusual trading activity, whale movements, and pump signals.
Features
- Volume anomaly detection — Identifies tokens with unusual volume-to-market-cap ratios
- 50+ tokens monitored — Continuous scanning across major cryptocurrencies
- Anomaly classification — Signals rated LOW, MODERATE, HIGH, or CRITICAL
- High-confidence alerts — Filter for only the most actionable signals
- Live data — Real-time prices, 24h changes, volume, and market cap
Tools
| Tool | Description |
|---|---|
scan_all_tokens |
Scan all 50+ tokens for volume anomalies |
analyze_token |
Detailed analysis for a specific token (BTC, ETH, SOL, etc.) |
get_anomaly_alerts |
High-confidence alerts only (vol_mcap ratio above 5.0) |
Quick Start
Install
pip install crypto-signals-mcpRun
fastmcp run server.pyConfigure in Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"crypto-signals": {
"command": "fastmcp",
"args": ["run", "server.py"]
}
}
}





