- Explore MCP Servers
- crypto_exchange_mcp
Crypto Exchange Mcp
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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
- git clone repo
git clone https://github.com/sydowma/crypto_exchange_mcp.git
- 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"
]
}
}
}
- open/restart your Claude desktop app
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










