aiowhitebit-mcp
@doubledare704
关于 aiowhitebit-mcp
Message Control Protocol (MCP) server and client implementation for WhiteBit cryptocurrency exchange API. Built on top of [aiowhitebit](https://github.com/doubledare704/aiowhitebit) library.
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is aiowhitebit-mcp?
aiowhitebit-mcp is a Message Control Protocol (MCP) server and client implementation for the WhiteBit cryptocurrency exchange API. Built on the aiowhitebit library and fastmcp, it provides both public endpoints and WebSocket-based real-time market data. It is intended for developers who want to connect AI agents or custom applications to WhiteBit’s market data.
How to use aiowhitebit-mcp?
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.
Key features of aiowhitebit-mcp
- 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
Use cases of aiowhitebit-mcp
- Building an AI assistant that queries live cryptocurrency market info
- Integrating WhiteBit order book and ticker data into a chat interface
- Subscribing to real-time best bid/ask prices with BookTicker WebSocket
- Fetching funding history for futures markets programmatically
- Deploying a local MCP server for custom multi-agent workflows
FAQ from aiowhitebit-mcp
What runtime does aiowhitebit-mcp require?
Python 3.9+ with the aiowhitebit and fastmcp libraries. Install with pip install aiowhitebit-mcp.
What transports are supported?
stdio, SSE, and WebSocket transports. Use --transport stdio for Claude Desktop or --transport sse for networked clients.
Can I use aiowhitebit-mcp with Claude Desktop?
Yes. Run aiowhitebit-mcp --transport stdio and point Claude Desktop to the server.
Does aiowhitebit-mcp cache data?
Yes. It includes caching with disk persistence to reduce repeated API calls.
What are the main WebSocket features?
Real-time last price, market depth, and BookTicker subscriptions for best bid/ask streams. WebSocket events optionally include metadata like event_time and update_id.
其他 分类下的更多 MCP 服务器
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.

EverArt
modelcontextprotocolModel Context Protocol Servers
ghidraMCP
LaurieWiredMCP Server for Ghidra
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
评论