Hyperliquid MCP 服务器
集成 Hyperliquid SDK 的 MCP 服务器实现。
工具
获取所有中间值
检索 Hyperliquid 上所有代币的中间价格
无需输入
获取蜡烛快照
获取任何代币的历史烛台数据
输入:
coin
(字符串):代币符号interval
(字符串):时间间隔(例如,“15m”,“1h”)startTime
(数字):从纪元开始的开始时间(以毫秒为单位)endTime
(数字,可选):从纪元开始的结束时间(以毫秒为单位)
获取l2_book
访问任何代币的 L2 订单簿
输入:
symbol
(字符串):代币符号
与 Claude Desktop 一起使用
将其添加到您的claude_desktop_config.json
中:
NPX
执照
此 MCP 服务器采用 MIT 许可证。这意味着您可以自由使用、修改和分发该软件,但须遵守 MIT 许可证的条款和条件。更多详情,请参阅项目仓库中的 LICENSE 文件。
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
与 Hyperliquid 交易所集成的 MCP 服务器实现,提供对加密市场数据的访问,包括中间价、历史蜡烛图和 L2 订单簿。
Related Resources
Related MCP Servers
- -securityAlicense-qualityAn MCP server providing a range of cryptocurrency technical analysis indicators and strategies.Last updated -676MIT License
- AsecurityAlicenseAqualityProvides an MCP server that allows large language models to access real-time and historical Bitcoin market data from Binance, including current prices, order book data, recent trades, and price history through a standardized interface.Last updated -103MIT License
- -security-license-qualityA comprehensive MCP server that provides a complete wrapper around the Hyperliquid SDK, enabling AI assistants to interact with both spot and futures markets for retrieving data, executing trades, and managing positions.Last updated -MIT License
- -securityFlicense-qualityAn MCP server that provides access to cryptocurrency market data from the Nobitex API, enabling users to fetch specific cryptocurrency pair statistics and global market data.Last updated -23