Crypto Exchange SDK Documentation MCP
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., "@Crypto Exchange SDK Documentation MCPshow me the available methods for Binance SDK"
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.
Crypto Exchange SDK Documentation MCP
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
Related MCP server: Crypto MCP Server
Currently Supported Exchanges
Exchange SDK | Status |
✅ | |
✅ | |
✅ | |
✅ | |
✅ | |
✅ |
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 SDKgate_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 SDKokx_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 APIokx_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 SDKbybit_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 SDKbinance_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 SDKbitget_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 installBuild the project
pnpm run buildDevelopment mode (watch for changes)
pnpm run devTest with MCP inspector
pnpm run inspectGenerate 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
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
- AlicenseBqualityDmaintenanceInteract seamlessly with the Bybit API to fetch market data, manage your account, and execute trades. Leverage powerful tools to enhance your trading experience and automate your strategies effortlessly. If you wish to use an API key restricted to your personal IP address, you must configure the MCP159MIT
- AlicenseNot gradedqualityDmaintenanceProvides real-time cryptocurrency market data from Binance API, including price queries, 24h statistics, K-line data, market trend analysis, and order book depth information for trading analysis.121MIT
- AlicenseBqualityCmaintenanceEnables interaction with OKX cryptocurrency exchange through account management, trading operations (place/cancel orders, close positions), and market data retrieval with support for both production and demo trading modes.112MIT
- AlicenseBqualityDmaintenanceProvides real-time and historical cryptocurrency price data from the OKX exchange, including live WebSocket updates, candlestick charts, and visual price analysis for trading pairs.5173MIT
Related MCP Connectors
Gate DEX MCP for wallet auth, transfers, swaps, token info, market data, and RPC access.
Keyless prediction-market data across 12 venues plus paper-trading of crypto spot, futures, and PM.
Real-time crypto prices from Binance, Coinbase, Kraken, OKX, and Bybit
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/flytam/exchange-sdk-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server