mcp-crypto-intel
v1.0.0
Published
MCP server for real-time crypto analysis: prices, RSI, Fear & Greed Index, entry signals, and news. Works with Claude Desktop, Cursor, and any MCP client.
Downloads
114
Maintainers
Readme
mcp-crypto-intel 🚀
Real-time cryptocurrency intelligence for Claude, Cursor, and any MCP client.
Features
| Tool | Description |
|------|-------------|
| get_crypto_price | Live prices, 24h/7d changes, market caps |
| analyze_crypto | RSI, MA7/MA20, trend direction, 30d high/low |
| get_fear_greed_index | Fear & Greed Index (last 7 days) |
| get_market_overview | Total market cap, BTC dominance, alt season indicator |
| check_entry_signal | Price zone + RSI confirmation for entry decisions |
Quick Start
npx mcp-crypto-intelClaude Desktop Setup
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"crypto-intel": {
"command": "npx",
"args": ["-y", "mcp-crypto-intel"]
}
}
}Example Usage
Once connected to Claude Desktop, you can ask:
- "What's the current price of BTC, ETH, and SOL?"
- "Analyze ETH technically — is it a good time to buy?"
- "What's the fear and greed index today?"
- "Check entry signal for BTC between $65,000 and $67,000"
Data Sources
- Prices & analysis: CoinGecko API (free, no API key needed)
- Fear & Greed: alternative.me
License
MIT
