A
licenseNot graded
qualityC
maintenanceA read-only MCP server for Hyperliquid that provides public market data (prices, order books, funding) and any wallet's positions, orders, and fills via MCP tools, without requiring a private key.
MIT
No user-submitted related servers found.
Scored across 2 tools
The two tools address completely different aspects: one provides open orders, the other provides funding history. There is no overlap or ambiguity.
Both tools follow a consistent 'get_<noun>' pattern, making the naming predictable and clear.
With only 2 tools, the server feels very thin for a trading platform. Typically one would expect many more operations like placing/canceling orders, getting positions, etc.
The server lacks essential operations such as placing, canceling, or modifying orders, as well as getting account balances or positions. The limited surface cannot support meaningful trading workflows.