MCP server for real-time crypto volume anomaly detection across 50+ tokens
Project description
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-mcp
Run
uvx crypto-signals-mcp
Or with pip:
fastmcp run server.py
Configure in Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"crypto-signals": {
"command": "uvx",
"args": ["crypto-signals-mcp"]
}
}
}
Example Usage
Ask your AI assistant:
- "Scan all crypto tokens for volume anomalies"
- "Analyze Bitcoin for unusual trading activity"
- "Show me high-confidence crypto alerts"
- "Which tokens have whale movement signals right now?"
How It Works
The server connects to CoinGecko's free API and 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.
Also Available On
- PyPI —
pip install crypto-signals-mcp - Apify Store — Pay-per-scan serverless Actor
- MCPize — Hosted MCP gateway
- Glama.ai — MCP directory
- awesome-mcp-servers — 82K+ stars directory
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file crypto_signals_mcp-1.0.2.tar.gz.
File metadata
- Download URL: crypto_signals_mcp-1.0.2.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
43b52c5ec721141719769a43fc4f6e3ce45c0284ef9c54fa92ab412aac692c05
|
|
| MD5 |
0f45db8c95c588e70e38fb9ae9b333fe
|
|
| BLAKE2b-256 |
b8854c02ce9581581eebc375123df5d780b10dc0b2b3dc8ac2c2e57d4c1467fd
|
File details
Details for the file crypto_signals_mcp-1.0.2-py3-none-any.whl.
File metadata
- Download URL: crypto_signals_mcp-1.0.2-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b4c9f8263449f046076301c7d2810d413219e9fc3e75cf51f36b89a4f9245fc
|
|
| MD5 |
98717d2d1a625db8897fd5f26ea6633d
|
|
| BLAKE2b-256 |
be35c097cc553b4eefd650bd618d9d43fefe74ddfc001462704a880a7914cd50
|