Crypto Exchange SDK Documentation MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| gate_methodsA | Get all API method lists and related documentation supported by Gate Exchange SDK. This tool returns a complete method inventory, including basic descriptions and usage instructions for each method, helping developers understand available functional interfaces. |
| gate_method_detailA | Query detailed usage information for specific API methods in Gate Exchange SDK. Provides complete technical documentation including request parameters, response formats, usage examples, error handling, etc., helping developers correctly integrate and use corresponding API interfaces. |
| bybit_methodsA | Get all API method lists and related documentation supported by Bybit Exchange SDK. This tool returns a complete method inventory, including basic descriptions and usage instructions for each method, helping developers understand available functional interfaces. |
| bybit_method_detailA | Query detailed usage information for specific API methods in Bybit Exchange SDK. Provides complete technical documentation including request parameters, response formats, usage examples, error handling, etc., helping developers correctly integrate and use corresponding API interfaces. |
| okx_methodsA | Get all API method lists and related documentation supported by OKX Exchange SDK. This tool returns a complete method inventory, including basic descriptions and usage instructions for each method, helping developers understand available functional interfaces. |
| okx_method_detailA | Query detailed usage information for specific API methods in OKX Exchange SDK. Provides complete technical documentation including request parameters, response formats, usage examples, error handling, etc., helping developers correctly integrate and use corresponding API interfaces. |
| okx_dex_api_methodsA | Get all API method lists and related documentation supported by OKX DEX API. This tool returns a complete method inventory, including basic descriptions and usage instructions for each method, helping developers understand available functional interfaces. |
| okx_dex_api_method_detailA | Query detailed usage information for specific API methods in OKX DEX API. Provides complete technical documentation including request parameters, response formats, usage examples, error handling, etc., helping developers correctly integrate and use corresponding API interfaces. |
| binance_methodsA | Get all API method lists and related documentation supported by Binance Exchange SDK. This tool returns a complete method inventory, including basic descriptions and usage instructions for each method, helping developers understand available functional interfaces. |
| binance_method_detailB | Query detailed usage information for specific API methods in Binance Exchange SDK. Provides complete technical documentation including request parameters, response formats, usage examples, error handling, etc., helping developers correctly integrate and use corresponding API interfaces. |
| bitget_methodsA | Get all API method lists and related documentation supported by Bitget Exchange SDK. This tool returns a complete method inventory, including basic descriptions and usage instructions for each method, helping developers understand available functional interfaces. |
| bitget_method_detailA | Query detailed usage information for specific API methods in Bitget Exchange SDK. Provides complete technical documentation including request parameters, response formats, usage examples, error handling, etc., helping developers correctly integrate and use corresponding API interfaces. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 12 tools
Each tool is clearly scoped to a specific exchange and operation: '_methods' lists available methods while '_method_detail' provides details for a selected method. Exchange names in the tool names eliminate any possible overlap or confusion.
All tool names follow a predictable pattern: {exchange}_methods and {exchange}_method_detail. The naming is uniformly lowercase snake_case, and even the okx_dex_api variant still follows the same structural convention.
With 12 tools covering 6 exchanges (2 per exchange), the count is well-scoped for a documentation server. Each tool has a distinct role, and the count is neither bloated nor thin.
The tool set fully covers its documentation purpose: for every supported exchange, you can retrieve a full method list and then drill into detailed documentation for any specific method. No obvious missing operations or dead ends.