https://github.com/sydowma/crypto_exchange_mcp
https://github.com/sydowma/crypto_exchange_mcp
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sydowma/crypto_exchange_mcp
- Owner: sydowma
- License: apache-2.0
- Created: 2025-04-04T05:30:17.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-04-04T08:28:02.000Z (7 months ago)
- Last Synced: 2025-04-04T09:29:49.729Z (7 months ago)
- Language: Python
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mcp-servers - **crypto_exchange_mcp** - MCP server implementation for the cryptocurrency exchange. This package provides a simple interface to interact with Bybit/OKX/Binance public API endpoints. `python` `mcp` `server` `api` `pip install git+https://github.com/sydowma/crypto_exchange_mcp` (🤖 AI/ML)
- awesome-mcp-servers - **crypto_exchange_mcp** - MCP server implementation for the cryptocurrency exchange. This package provides a simple interface to interact with Bybit/OKX/Binance public API endpoints. `python` `mcp` `server` `api` `pip install git+https://github.com/sydowma/crypto_exchange_mcp` (AI/ML)
README
# 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
```shell
git clone https://github.com/sydowma/crypto_exchange_mcp.git
```
2. update settings
`~/Library/Application\ Support/Claude/claude_desktop_config.json`
`{your_path}` means git repo fold path
```json
{
"mcpServers": {
"Bybit": {
"command": "uv",
"args": [
"--directory",
"{your_path}/crypto_exchange_mcp/crypto_exchange_mcp_python",
"run",
"bybit.py"
]
}
}
}
```
3. open/restart your Claude desktop app