Casa CoinGlass MCP
Provides access to live CoinGlass market data for Binance, including open interest, funding rates, CVD/taker volume, long/short ratios, and liquidations.
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., "@Casa CoinGlass MCPWhat's the current BTC open interest and funding rate on Binance?"
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.
Casa CoinGlass MCP
Serveur MCP perso qui donne a Claude un acces direct aux donnees CoinGlass (Open Interest, Funding Rate, CVD/taker volume, Long-Short ratio, Liquidations) pour Binance et MEXC. Teste et build verifie (Next.js 15 sur Vercel).
1. Abonnement CoinGlass
Va sur https://www.coinglass.com/pricing et prends le plan Hobbyist (29$/mois) pour commencer.
Une fois abonne, recupere ta cle sur ton dashboard CoinGlass (bouton "API Key").
Verifie dans
docs.coinglass.comque les endpoints suivants sont bien inclus dans ton plan :openInterest,fundingRate,taker-buy-sell-volume,long-short-account-ratio,liquidation. S'ils ne le sont pas, passe au plan Startup (79$/mois).
Related MCP server: coinglass-mcp
2. Test en local (optionnel)
cd casa-coinglass-mcp
npm install
cp .env.example .env.local
# colle ta cle dans .env.local : COINGLASS_API_KEY=...
npm run devLe serveur MCP est servi sur http://localhost:3000/api/mcp.
3. Deploiement sur Vercel
Cree un repo GitHub (ex:
Casa972/casa-coinglass-mcp) et push ce projet.Sur vercel.com : "Add New Project" -> importe le repo.
Dans les parametres du projet Vercel, section Environment Variables, ajoute :
COINGLASS_API_KEY= ta cle CoinGlass (scope Production + Preview)
Deploie. Ton serveur MCP sera dispo sur :
https://<ton-projet>.vercel.app/api/mcp
La cle reste cote serveur (variable d'environnement Vercel) — elle n'est jamais exposee au navigateur ni a Claude.
4. Connecter a Claude
Dans Claude (claude.ai) : Parametres -> Connecteurs -> Ajouter un connecteur
personnalise -> colle l'URL https://<ton-projet>.vercel.app/api/mcp.
Une fois connecte, tu peux me demander directement en conversation, par exemple : "Quel est l'OI et le funding rate actuels sur BTC, confluence avec le CVD sur 4h ?" et j'irai chercher les donnees en direct.
5. Outils exposes
Outil | Description |
| OI en OHLC sur un intervalle donne |
| OI actuel ventile par exchange |
| Funding rate en OHLC sur un intervalle donne |
| Funding rate actuel ventile par exchange |
| Volume taker buy/sell + delta cumule (CVD) calcule |
| Ratio long/short global ou top traders |
| Historique des liquidations |
6. A verifier une fois la cle active
Le endpoint taker-buy-sell-volume/history (utilise par get_cvd) n'a pas pu
etre teste avec une vraie cle — je n'ai que la doc publique, pas d'acces live.
Le code tente plusieurs noms de champs courants (buyVol/sellVol,
takerBuyVolume/takerSellVolume...) pour calculer le CVD automatiquement.
Si le calcul ne se declenche pas (le tool renverra cvd: null), dis-le moi
avec un exemple de reponse brute (raw) et j'ajuste lib/coinglass.ts en
un instant.
Meme chose pour les parametres exacts (interval, exchange) sur chaque
endpoint : je me suis base sur la doc publique CoinGlass, une verification
rapide sur docs.coinglass.com une fois connecte confirmera les valeurs
acceptees.
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
- 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
- AlicenseNot gradedqualityDmaintenanceProvides access to CoinGlass cryptocurrency derivatives data, including funding rates, open interest, and liquidation metrics. It enables LLMs to analyze real-time and historical market structure context through a standardized toolset.MIT
- AlicenseAqualityCmaintenanceProvides futures market analytics (Open Interest, Liquidations, Long/Short Ratio, Funding Rates) via the CoinGlass API v4, enabling natural language queries for crypto derivatives data.713211MIT
- AlicenseNot gradedqualityDmaintenanceEnables Claude AI to access real-time crypto derivatives data from CoinGlass API, including CVD, funding rates, and liquidation maps, optimized for scalping strategies.1MIT
Related MCP Connectors
Crypto perps data for AI agents: funding rates, open interest, liquidations, order book, CVD.
Binance Futures market intelligence: funding, OI, order book, klines, cross-exchange comparison.
Live crypto data: funding rates, funding arbitrage, OI pressure, Fear & Greed. Free, no API key.
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/Casa972/casa-coinglass-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server