Are you the author? Sign in to claim
MCP server for real-time crypto volume anomaly detection across 50+ tokens. Detects unusual trading activity, whale move
MCP server for real-time crypto volume anomaly detection across 50+ tokens. Detects unusual trading activity, whale movements, and pump signals.
| 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) |
pip install crypto-signals-mcp
fastmcp run server.py
Add to your claude_desktop_config.json:
{
"mcpServers": {
"crypto-signals": {
"command": "fastmcp",
"args": ["run", "server.py"]
}
}
}
Ask your AI assistant:
The server connects to a live anomaly detection API that monitors trading volume across 50+ cryptocurrencies. It calculates volume-to-market-cap ratios to identify statistically unusual trading activity — often an early indicator of price movement, whale accumulation, or pump activity.
MIT