{
  "markdown": "# CryptoSignals MCP Server\n\n<!-- mcp-name: io.github.MarcinDudekDev/crypto-signals-mcp -->\n\nMCP server for real-time crypto volume anomaly detection across 50+ tokens. Detects unusual trading activity, whale movements, and pump signals.\n\n## Features\n\n- **Volume anomaly detection** — Identifies tokens with unusual volume-to-market-cap ratios\n- **50+ tokens monitored** — Continuous scanning across major cryptocurrencies\n- **Anomaly classification** — Signals rated LOW, MODERATE, HIGH, or CRITICAL\n- **High-confidence alerts** — Filter for only the most actionable signals\n- **Live data** — Real-time prices, 24h changes, volume, and market cap\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `scan_all_tokens` | Scan all 50+ tokens for volume anomalies |\n| `analyze_token` | Detailed analysis for a specific token (BTC, ETH, SOL, etc.) |\n| `get_anomaly_alerts` | High-confidence alerts only (vol_mcap ratio above 5.0) |\n\n## Quick Start\n\n### Install\n\n```bash\npip install crypto-signals-mcp\n```\n\n### Run\n\n```bash\nfastmcp run server.py\n```\n\n### Configure in Claude Desktop\n\nAdd to your `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"crypto-signals\": {\n      \"command\": \"fastmcp\",\n      \"args\": [\"run\", \"server.py\"]\n    }\n  }\n}\n```\n\n## Example Usage\n\nAsk your AI assistant:\n- \"Scan all crypto tokens for volume anomalies\"\n- \"Analyze Bitcoin for unusual trading activity\"\n- \"Show me high-confidence crypto alerts\"\n- \"Which tokens have whale movement signals right now?\"\n\n## How It Works\n\nThe 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.\n\n## License\n\nMIT\n",
  "bytes": 1818,
  "sha": "5e5eaeba7f822173e0cf117617f2e41ae8a4c896d02f936e9858e3bde730dc82",
  "repo_slug": "marcindudekdev/crypto-signals-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_marcindudekdev_crypto_signals__3586f94d/readme"
}