Crypto Exchange SDK Documentation MCP

Crypto Exchange SDK Documentation MCP

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

Category
Visit Server

README

Crypto Exchange SDK Documentation MCP

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

<img width="400" height="200" alt="Image" src="https://github.com/user-attachments/assets/78bdddc3-ff50-404e-99f7-123d37df411c" />

<img width="400" height="200" alt="Image" src="https://github.com/user-attachments/assets/f2b47d73-c788-4db6-8883-761a41a0cad9" />

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

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured