Crypto Signals MCP
Real-time crypto volume anomaly detection across 50+ tokens. Provides market scanning, signal analysis, and portfolio management capabilities via MCP protocol.
README
CryptoSignals MCP Server
<!-- mcp-name: io.github.MarcinDudekDev/crypto-signals-mcp -->
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
fastmcp run server.py
Configure in Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"crypto-signals": {
"command": "fastmcp",
"args": ["run", "server.py"]
}
}
}
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 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.
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.