File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ```` markdown
12# HyperLiquid MCP Server
23
34基于 FastMCP 的 HyperLiquid 交易 MCP 服务器。为 AI 助手提供与 HyperLiquid 永续合约和现货交易平台交互的工具。
45
6+ > ** 致谢** : 本项目 Fork 自 [ GigabrainGG/hyperliquid-mcp] ( https://github.com/GigabrainGG/hyperliquid-mcp ) ,感谢原作者的出色工作!
7+
58## 功能特性
69
710### 交易工具
@@ -57,8 +60,8 @@ uvx --python 3.13 --from hyperliquid-mcp-python hyperliquid-mcp stdio
5760
5861``` bash
5962# 克隆仓库
60- git clone https://github.com/jamiesun /hyperliquid-mcp.git
61- cd hyperliquid-mcp
63+ git clone https://github.com/talkincode /hyperliquid-mcp-python .git
64+ cd hyperliquid-mcp-python
6265
6366# 安装依赖(uv 会自动处理编译)
6467uv sync
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "hyperliquid-mcp-python"
33version = " 0.1.4"
44description = " HyperLiquid MCP Server with FastMCP - Trading tools and account management"
55authors = [
6- {name = " Gigabrain " , email = " chetan@gigabrain.gg " }
6+ {name = " jettwang " , email = " jamiesun.net@gmail.com " }
77]
88readme = " README.md"
99license = {text = " MIT" }
@@ -27,10 +27,10 @@ dependencies = [
2727]
2828
2929[project .urls ]
30- Homepage = " https://github.com/jamiesun /hyperliquid-mcp"
31- Repository = " https://github.com/jamiesun /hyperliquid-mcp"
32- Documentation = " https://github.com/jamiesun /hyperliquid-mcp#readme"
33- "Bug Tracker" = " https://github.com/jamiesun /hyperliquid-mcp/issues"
30+ Homepage = " https://github.com/talkincode /hyperliquid-mcp-python "
31+ Repository = " https://github.com/talkincode /hyperliquid-mcp-python "
32+ Documentation = " https://github.com/talkincode /hyperliquid-mcp-python #readme"
33+ "Bug Tracker" = " https://github.com/talkincode /hyperliquid-mcp-python /issues"
3434
3535[project .optional-dependencies ]
3636dev = [
You can’t perform that action at this time.
0 commit comments