MCP.so
登录

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.

基本信息

分类

其他

许可证

Apache-2.0

运行时

python

传输方式

stdio

发布者

doubledare704

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 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 服务器