Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
CryptoQuant on-chain analytics for Claude - Bitcoin, Ethereum, exchange flows, market indicators
npx claudepluginhub cryptoquantofficial/cryptoquant-skills --plugin cryptoquantUse this agent for comprehensive market analysis using on-chain metrics. Triggers on requests about market conditions, cycle phases, bull/bear analysis, or market status reports.
Use this agent for monitoring large holder (whale) activity. Triggers on requests about whale movements, large transactions, institutional movements, or smart money flow.
Quick 30-second market status summary using key on-chain metrics (MVRV, SOPR, Netflow, Reserve). Use when user asks for "market summary", "quick overview", "current market status", "market snapshot", "what's happening in crypto", "시장 요약", "시장 상황", or wants fast analysis without deep dive. Generates combined bullish/bearish signal from 4 weighted metrics.
Generate buy/sell/hold trading signals with confidence scores (0-100) using weighted on-chain analysis. Use when user asks for "trading signal", "should I buy", "buy or sell", "market signal", "investment recommendation", "매수 신호", "매도 신호", "투자 신호", "사야 하나", or wants actionable trading guidance. Weighs MVRV (30%), SOPR (25%), Netflow (25%), Funding Rate (20%) for data-driven recommendation.
Monitor large holder (whale) movements using on-chain data.
On-chain analytics for Bitcoin, Ethereum, and cryptocurrency markets using CryptoQuant data. Use when user asks about "bitcoin outlook", "price analysis", "market valuation", "is BTC overvalued", "whale activity", "exchange flows", "market cycle", "bull or bear market", "on-chain analysis", "비트코인 전망", "가격 분석", "고평가", "저평가", "시장 사이클", or wants data-driven crypto market insights. Provides MVRV, SOPR, NVT, funding rates, and 200+ on-chain metrics.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Analyze on-chain metrics including whale movements, network activity, and holder distribution
Multi-agent cryptocurrency intelligence system with 7 specialized AI agents, 65 MCP tools, cognitive learning, and self-evolving capabilities for comprehensive market analysis and paper trading.
Blockchain data and infrastructure via Alchemy — EVM/Solana RPC, NFT API, token prices, portfolio, transfers, webhooks. Supports API key and agentic gateway (x402/MPP) auth flows.
Hive Intelligence — agent-facing crypto intelligence MCP. Market data, DeFi, wallets, token security, DEX flows, NFTs, Solana, network infrastructure, and prediction markets via a hosted MCP server.
Agent-first CLI for the Crypto.com Exchange API. Market data by default; live trading opt-in via API keys. Available --services: market (default), trade, account, advanced, margin, staking, funding, fiat. Update args in MCP settings to expand capabilities.
No description provided.
On-Chain Analytics in Your AI Assistant
Installation • Features • Slash Commands
CryptoQuant Plugin for Claude brings on-chain analytics directly into your Claude experience:
This plugin combines two layers for optimal AI-powered analytics:
You get AI-powered on-chain analysis - ask questions in natural language, get data-driven insights instantly.
| Scenario | Without Skills | With Skills |
|---|---|---|
| User asks "Is Bitcoin overvalued?" | Calls random metrics, struggles to interpret | Routes to MVRV, NVT, Puell; interprets "MVRV at 2.1 = Fair value" |
| User asks "고래들 움직임?" | May not understand Korean intent | Routes to whale-ratio, netflow; responds in Korean |
| User asks "Quick market check" | Verbose multi-step process | /crypto-market → 30-second summary with signal |
Step 1: Install the plugin
/plugin marketplace add CryptoQuantOfficial/cryptoquant-skills
/plugin install cryptoquant
Step 2: Restart Claude Code
Step 3: Run /crypto to initialize. Done!
The MCP server is available as a separate package: cryptoquant-mcp
Add to your MCP config file:
| App | Config File |
|---|---|
| Claude Desktop (Mac) | ~/Library/Application Support/Claude/claude_desktop_config.json |
| Claude Desktop (Windows) | %APPDATA%\Claude\claude_desktop_config.json |
| Claude Code | ~/.claude/mcp.json or project .mcp.json |
| Cursor | Project .cursor/mcp.json |
{
"mcpServers": {
"cryptoquant": {
"command": "npx",
"args": ["-y", "cryptoquant-mcp"]
}
}
}
| Skill | Command | Description |
|---|---|---|
crypto | /crypto | Main skill - initialize session, on-chain data analysis |
crypto-market | /crypto-market | Quick market summary |
crypto-signal | /crypto-signal | Buy/sell/hold trading signal |
crypto-whale | /crypto-whale | Track whale activity |
| Agent | Role |
|---|---|
market-analyst | Comprehensive market analysis |
whale-tracker | Large holder movement monitoring |
Ask questions in any language - Claude will route to the right metrics:
| Query | Intent | Metric |
|---|---|---|
| "비트코인 가격 전망이 어때?" | VALUATION | MVRV |
| "Is BTC overvalued?" | VALUATION | MVRV |
| "고래들 움직임 보여줘" | WHALE_ACTIVITY | whale-ratio |
| "What's the funding rate?" | LEVERAGE | funding-rates |
| "익절/손절 상황?" | PROFIT_BEHAVIOR | SOPR |
See INTENT_MAP.md for full intent-to-metric routing.
Initialize your CryptoQuant session:
/crypto
→ Authenticates and shows your plan/permissions
Quick market summary:
/crypto-market # Bitcoin (default)
/crypto-market eth # Ethereum
Get buy/sell/hold trading signal:
/crypto-signal # Bitcoin (default)
/crypto-signal eth # Ethereum
Track whale movements:
/crypto-whale # Last 24h
/crypto-whale 7d # Last 7 days
Add your API key to the MCP config:
{
"mcpServers": {
"cryptoquant": {
"command": "npx",
"args": ["-y", "cryptoquant-mcp"],
"env": {
"CRYPTOQUANT_API_KEY": "your-api-key"
}
}
}
}
Call initialize() with your API key:
initialize(api_key="your-api-key")