Hyperliquid MCP 服务器
集成 Hyperliquid SDK 的 MCP 服务器实现。
工具
获取所有中间值
检索 Hyperliquid 上所有代币的中间价格
无需输入
获取蜡烛快照
获取任何代币的历史烛台数据
输入:
coin(字符串):代币符号interval(字符串):时间间隔(例如,“15m”,“1h”)startTime(数字):从纪元开始的开始时间(以毫秒为单位)endTime(数字,可选):从纪元开始的结束时间(以毫秒为单位)
获取l2_book
访问任何代币的 L2 订单簿
输入:
symbol(字符串):代币符号
与 Claude Desktop 一起使用
将其添加到您的claude_desktop_config.json中:
NPX
{
"mcpServers": {
"brave-search": {
"command": "npx",
"args": ["-y", "@mektigboy/server-hyperliquid"]
}
}
}Related MCP server: hyperliquid-mcp
执照
此 MCP 服务器采用 MIT 许可证。这意味着您可以自由使用、修改和分发该软件,但须遵守 MIT 许可证的条款和条件。更多详情,请参阅项目仓库中的 LICENSE 文件。
A
license - permissive licenseB
qualityF
maintenanceMaintenance
–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity
Issues opened vs closed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mektigboy/server-hyperliquid'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
