CoinGlass MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@CoinGlass MCP Serverwhat's the spot CVD for BTC?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
CoinGlass MCP Server
MCP Server yang menghubungkan Claude AI dengan CoinGlass API untuk analisis crypto derivatives real-time — dioptimasi untuk Ricoz Scalping Framework.
Arsitektur
Claude AI (claude.ai) ←── Streamable HTTP ──→ CoinGlass MCP Server (VPS)
│
↓
CoinGlass API V4Related MCP server: CoinGlass MCP Server
18 Tools
Critical (Ricoz Scalping Core)
Tool | Endpoint | Fungsi |
| Spot Aggregated CVD | VETO SIGNAL — SpotCVD negatif = jangan long |
| Futures Aggregated CVD | Entry filter — konfirmasi arah |
| FR semua exchange | Sentiment — extreme = contrarian |
| OI aggregated history | Positioning — OI + price direction |
| Liquidation clusters | Target — magnetic zones |
| Orderbook delta history | Pressure — bid/ask imbalance |
Important (Supporting Analytics)
Tool | Fungsi |
| Price OHLC history |
| Liquidation volume over time |
| L/S ratio (contrarian indicator) |
| Taker aggressor side |
| Extreme FR across all coins |
| Market overview semua coin |
Nice-to-Have
Tool | Fungsi |
| Hyperliquid whale positions |
| Fear & Greed index |
| Footprint chart data (90d) |
| Exchange net flow |
| Orderbook depth visual |
Composite
Tool | Fungsi |
| ALL-IN-ONE — 9 metrics dalam 1 call |
Quick Start
1. Clone & Install
git clone https://github.com/rcz87/McPCG.git
cd McPCG
python3 -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"2. Setup API Key
cp .env.example .env
nano .env # masukkan COINGLASS_API_KEY3. Run Server
# HTTP mode (untuk claude.ai remote)
python -m coinglass_mcp.server
# Stdio mode (untuk Claude Desktop lokal)
MCP_TRANSPORT=stdio python -m coinglass_mcp.serverServer berjalan di http://0.0.0.0:8787/mcp
4. Connect ke Claude
claude.ai (remote):
Settings → Integrations → Add MCP Server → URL: http://YOUR_VPS_IP:8787/mcp
Claude Desktop (lokal):
{
"mcpServers": {
"coinglass": {
"command": "python",
"args": ["-m", "coinglass_mcp.server"],
"cwd": "/path/to/McPCG",
"env": {
"COINGLASS_API_KEY": "your-key",
"COINGLASS_PLAN": "standard",
"MCP_TRANSPORT": "stdio"
}
}
}
}Deploy ke VPS
One-Command Setup
# Di VPS:
git clone https://github.com/rcz87/McPCG.git ~/coinglass-mcp
cd ~/coinglass-mcp
bash deploy/setup-vps.shManagement Commands
bash deploy/manage.sh start # Start server
bash deploy/manage.sh stop # Stop server
bash deploy/manage.sh restart # Restart
bash deploy/manage.sh status # PM2 status
bash deploy/manage.sh logs # View logs
bash deploy/manage.sh update # Pull + restart
bash deploy/manage.sh health # Health check
bash deploy/manage.sh tools # List toolsHTTPS (Optional tapi Recommended)
bash deploy/setup-nginx.sh yourdomain.comTech Stack
Component | Version |
Python | >= 3.10 |
FastMCP | 3.1.1 |
httpx | >= 0.25.0 |
tenacity | >= 8.2.0 |
CoinGlass API | V4 |
Project Structure
McPCG/
├── src/coinglass_mcp/
│ ├── __init__.py # Package
│ ├── config.py # Plan tiers, intervals, rate limits
│ ├── client.py # Async HTTP client + caching + retry
│ └── server.py # FastMCP server + 18 tools
├── tests/
│ ├── test_config.py # Config tests
│ └── test_client.py # Client tests
├── deploy/
│ ├── setup-vps.sh # VPS setup script
│ ├── setup-nginx.sh # Nginx + SSL setup
│ └── manage.sh # Management commands
├── docs/
│ └── RICOZ-TRADING-CHEATSHEET.md
├── BLUEPRINT-MCP-SERVER.md
├── pyproject.toml
├── .env.example
└── .gitignoreLisensi
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables Claude Desktop to interact with Hyperliquid DEX for trading perpetual futures using natural language, supporting 27 tools across trading, account management, market data analysis, and real-time WebSocket subscriptions.34MIT
- FlicenseAqualityDmaintenanceProvides AI agents access to cryptocurrency derivatives analytics through 22 unified tools covering 80+ CoinGlass API endpoints. Enables analysis of open interest, funding rates, liquidations, whale positions, order book data, and market sentiment indicators with plan-aware feature gating.241
- AlicenseBqualityDmaintenanceProvides a comprehensive suite of 20 tools for cryptocurrency trading and technical analysis across 100+ exchanges like Binance and MEXC via CCXT. It enables users to execute orders, track positions, and scan for market opportunities through Claude Desktop using natural language.2018MIT
- Alicense-qualityDmaintenanceProvides over 156 tools to interact with the Binance.com global exchange API for spot trading, wallet management, and staking operations. It enables users to execute orders, retrieve market data, and manage crypto assets through natural language interfaces like Claude and ChatGPT.36834MIT
Related MCP Connectors
Crypto perps data for AI agents: funding rates, open interest, liquidations, order book, CVD.
Global stock research, ML forecasts, valuation signals, screeners & portfolio tracking in Claude
Crypto market data for AI agents via x402. 16 tools: prices, funding, DeFi yields, arbitrage, TA.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rcz87/McPCG'
If you have feedback or need assistance with the MCP directory API, please join our Discord server