crypto_exchange_mcp

crypto_exchange_mcp

3.3

If you are the rightful owner of crypto_exchange_mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

MCP server implementation for cryptocurrency exchanges, providing a simple interface to interact with Bybit, OKX, and Binance public API endpoints.

Description

MCP server implementation for the cryptocurrency exchange. This package provides a simple interface to interact with Bybit/OKX/Binance public API endpoints.

Features

  • Real-time price data retrieval
  • Order book access for both spot and linear markets
  • Funding rate monitoring
  • Open interest tracking
  • Price change percentage calculations

bybit example with Claude desktop

  1. git clone repo
git clone https://github.com/sydowma/crypto_exchange_mcp.git
  1. update settings ~/Library/Application\ Support/Claude/claude_desktop_config.json

{your_path} means git repo fold path

{
  "mcpServers": {
    "Bybit": {
      "command": "uv",
      "args": [
        "--directory",
        "{your_path}/crypto_exchange_mcp/crypto_exchange_mcp_python",
        "run",
        "bybit.py"
      ]
    }
  }
}
  1. open/restart your Claude desktop app

Related MCP Servers

View all finance servers →