From 0e2bbff0127f5e5bf1f6530edf512e5d00254c4a Mon Sep 17 00:00:00 2001 From: junct-bot Date: Sun, 15 Mar 2026 01:21:19 +0800 Subject: [PATCH] feat: add hyperliquid-mcp MCP server --- servers/hyperliquid-mcp.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 servers/hyperliquid-mcp.json diff --git a/servers/hyperliquid-mcp.json b/servers/hyperliquid-mcp.json new file mode 100644 index 0000000000..f9b9304219 --- /dev/null +++ b/servers/hyperliquid-mcp.json @@ -0,0 +1,24 @@ +{ + "id": "hyperliquid-mcp", + "name": "Hyperliquid MCP", + "description": "Query information endpoint — Unified endpoint for querying various types of information. The request body `type` field determines what data is returned.\n\nSuppor", + "repository": "https://github.com/junct-bot/hyperliquid-mcp", + "endpoint": "https://hyperliquid.mcp.junct.dev/mcp", + "transport": [ + "streamable-http" + ], + "tags": [ + "write", + "info", + "market data", + "orders", + "account", + "staking", + "exchange", + "vault" + ], + "version": "1.0.0", + "author": "Junct", + "llms_txt": "https://hyperliquid.mcp.junct.dev/llms.txt", + "created_at": "2026-03-14T17:21:18.227Z" +}