aiowhitebit-mcp
About
Message Control Protocol (MCP) server and client implementation for WhiteBit cryptocurrency exchange API. Built on top of [aiowhitebit](https://github.com/doubledare704/aiowhitebit) library.
Details
- Author
- doubledare704
- Downloads
- 255
- Categories
- Other
Jump to
- MCP server with public WhiteBit API endpoints
- Support for stdio, SSE, and WebSocket transports
- Easy-to-use Python client class
- Command-line interface for running the server
- Real-time market data via WebSocket streams
- Caching with disk persistence
- Rate limiting and circuit breaker patterns
- Integration with Claude Desktop via stdio transport
Install via pip (pip install aiowhitebit-mcp), then run the server with the command-line interface: aiowhitebit-mcp --transport stdio (for Claude Desktop) or aiowhitebit-mcp --transport sse --host 127.0.0.1 --port 8000. Use the WhiteBitMCPClient class in Python to connect and call tools/resources.
aiowhitebit-mcp
Message Control Protocol (MCP) server and client implementation for WhiteBit cryptocurrency exchange API. Built on
top of aiowhitebit library and fastmcp.
Features
- MCP server for WhiteBit API with public endpoints
- Support for multiple transport protocols (stdio, SSE, WebSocket)
- Easy-to-use client for interacting with the MCP server
- Command-line interface for running the server
- Integration with Claude Desktop
- Real-time market data via WebSocket
- Comprehensive test coverage and type checking
- Modern development tools (ruff, pyright, pre-commit)
- Caching with disk persistence
- Rate limiting and circuit breaker patterns
New in aiowhitebit 0.3.0 Integration
- BookTicker WebSocket Streams: Real-time best bid/ask price updates
- Funding History for Futures: Access historical funding rates for futures markets
- Enhanced WebSocket Events: All WebSocket events now include optional metadata (event_time, update_id)
Quick Start
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



