Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Crypto Exchange SDK Documentation

FreeNot checked

Offline documentation and API method queries for multiple cryptocurrency exchanges including Gate.io, Bybit, Binance, Bitget, OKX, and OKX DEX.

GitHubEmbed

About

Offline documentation and API method queries for multiple cryptocurrency exchanges including Gate.io, Bybit, Binance, Bitget, OKX, and OKX DEX.

README

npm version GitHub Actions Workflow Status

中文文档

A Model Context Protocol (MCP) service designed to help developers easily access documentation when integrating with cryptocurrency exchange APIs. This tool provides comprehensive offline documentation for multiple cryptocurrency exchanges, making it convenient to query API methods and usage information without requiring an internet connection.

Features

  • Query available methods from cryptocurrency exchange SDKs
  • Retrieve detailed documentation for specific methods
  • Offline documentation - all documentation is available offline, no internet connection required
ImageImage

Currently Supported Exchanges

Exchange SDK Status
Gate.io SDK Docs
Bybit SDK Docs
Binance SDK Docs WIP
Bitget SDK Docs WIP
OKX SDK Docs
OKX DEX

Configuration

{
  "mcpServers": {
    "crypto-exchange-mcp": {
      "command": "npx",
      "args": ["-y", "crypto-exchange-mcp@latest"]
    }
  }
}

Usage

This MCP service provides the following tools for each exchange:

Gate.io

  • gate_methods - Get all API method lists and related documentation supported by Gate Exchange SDK
  • gate_method_detail - Query detailed usage information for specific API methods in Gate Exchange SDK

OKX

  • okx_methods - Get all API method lists and related documentation supported by OKX Exchange SDK
  • okx_method_detail - Query detailed usage information for specific API methods in OKX Exchange SDK

OKX DEX

  • okx_dex_api_methods - Get all API method lists and related documentation supported by OKX DEX API
  • okx_dex_api_method_detail - Query detailed usage information for specific API methods in OKX DEX API

Bybit

  • bybit_methods - Get all API method lists and related documentation supported by Bybit Exchange SDK
  • bybit_method_detail - Query detailed usage information for specific API methods in Bybit Exchange SDK

Binance

  • binance_methods - Get all API method lists and related documentation supported by Binance Exchange SDK
  • binance_method_detail - Query detailed usage information for specific API methods in Binance Exchange SDK

Bitget

  • bitget_methods - Get all API method lists and related documentation supported by Bitget Exchange SDK
  • bitget_method_detail - Query detailed usage information for specific API methods in Bitget Exchange SDK

Architecture

The service is designed with extensibility in mind, making it easy to add support for new exchanges in the future. Each exchange is implemented as an adapter following a common interface, making it simple to add support for new exchanges.

Requirements

  • Node.js >= 22

Development

# Install dependencies
pnpm install

Build the project

pnpm run build

Development mode (watch for changes)

pnpm run dev

Test with MCP inspector

pnpm run inspect

Generate offline data for exchanges

pnpm run generateOfflineData

Contributing

Contributions are welcome! If you'd like to add support for a new exchange, please follow the adapter pattern established in the codebase.

License

MIT

from github.com/flytam/exchange-sdk-mcp

Install Crypto Exchange SDK Documentation in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install crypto-exchange-sdk-documentation-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add crypto-exchange-sdk-documentation-mcp -- npx -y crypto-exchange-mcp

FAQ

Is Crypto Exchange SDK Documentation MCP free?

Yes, Crypto Exchange SDK Documentation MCP is free — one-click install via Unyly at no cost.

Does Crypto Exchange SDK Documentation need an API key?

No, Crypto Exchange SDK Documentation runs without API keys or environment variables.

Is Crypto Exchange SDK Documentation hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Crypto Exchange SDK Documentation in Claude Desktop, Claude Code or Cursor?

Open Crypto Exchange SDK Documentation on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Crypto Exchange SDK Documentation with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All finance MCPs