MCP ExplorerExplorer

Crypto Exchange Mcp

@sydowmaon 10 months ago
2 Apache-2.0
FreeCommunity
AI Systems
MCP server implementation for the cryptocurrency exchange. This package provides a simple interface to interact with Bybit/OKX/Binance public API endpoints.

Overview

What is Crypto Exchange Mcp

crypto_exchange_mcp is an MCP server implementation designed for cryptocurrency exchanges, providing a straightforward interface to interact with public API endpoints of Bybit, OKX, and Binance.

Use cases

Use cases include developing trading bots, monitoring market trends, analyzing price movements, and integrating cryptocurrency trading functionalities into applications.

How to use

To use crypto_exchange_mcp, clone the repository from GitHub, update the settings in the Claude desktop configuration file to point to the local repository path, and then open or restart the Claude desktop app.

Key features

Key features include real-time price data retrieval, access to order books for both spot and linear markets, funding rate monitoring, open interest tracking, and price change percentage calculations.

Where to use

crypto_exchange_mcp can be used in the cryptocurrency trading sector, particularly for applications that require real-time market data and trading functionalities.

Content

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

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers