Exchange Sdk Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Exchange Sdk Mcp (Agent Skill) and scored it 45/100 (orange). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 1 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 1 flagged
A base64 string of 128+ characters appears in a documentation file. Encoded prompt injection hides the hostile instruction in base64 — invisible to keyword filters — and relies on the agent's ability to decode it at runtime. There is no normal authoring reason to embed a multi-hundred-byte base64 blob in skill docs.
*.sig, SIGNATURES) outside the documentation.Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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.
<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" />
| Exchange SDK | Status |
|---|---|
| Gate.io SDK Docs | ✅ |
| Bybit SDK Docs | ✅ |
| Binance SDK Docs WIP | ✅ |
| Bitget SDK Docs WIP | ✅ |
| OKX SDK Docs | ✅ |
| OKX DEX | ✅ |
{
"mcpServers": {
"crypto-exchange-mcp": {
"command": "npx",
"args": ["-y", "crypto-exchange-mcp@latest"]
}
}
}This MCP service provides the following tools for each exchange:
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 SDKokx_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 SDKokx_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 APIbybit_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 SDKbinance_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 SDKbitget_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 SDKThe 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.
# Install dependencies
pnpm installpnpm run buildpnpm run devpnpm run inspectpnpm run generateOfflineData
Contributions are welcome! If you'd like to add support for a new exchange, please follow the adapter pattern established in the codebase.
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.