MCP server exposing 4 tools for coinglass.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/coinglass/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
coinglass_funding_rate — Funding rates for BTC across exchanges (perpetual futures). Returns per-exchange current funding rate, interval, and next funding time for a coin symbol. Example: coinglass_funding_rate({ symbol: "BTC", _apiKey: "your-key" })coinglass_open_interest — Open interest for BTC across exchanges (perpetual futures). Returns per-exchange open interest in USD plus 24h change for a coin symbol. Example: coinglass_open_interest({ symbol: "BTC", _apiKey: "your-key" })coinglass_liquidations — Recent liquidations for BTC (aggregated long vs short liquidation USD over the latest period). Example: coinglass_liquidations({ symbol: "BTC", _apiKey: "your-key" })coinglass_long_short_ratio — Long/short ratio for BTC (global account long vs short percentage and ratio on an exchange). Example: coinglass_long_short_ratio({ symbol: "BTC", exchange: "Binance", _apiKey: "your-key" })Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/coinglass/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io