Skip to content

wtfsayo/hyperliquid-info

v0.2.0

Read-only Hyperliquid Info API — perps/spot meta, books, candles, funding, clearinghouse, fills, vaults, staking, HIP-3/4. No signing / no /exchange.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

hyperliquid-infostdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "server/index.mjs"
  ],
  "cwd": "${PLUGIN_ROOT}",
  "env": {
    "HYPERLIQUID_API_URL": "https://api.hyperliquid.xyz"
  }
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "hyperliquid-info",
  "version": "0.2.0",
  "description": "Read-only Hyperliquid Info API — perps/spot meta, books, candles, funding, clearinghouse, fills, vaults, staking, HIP-3/4. No signing / no /exchange.",
  "author": {
    "name": "Sayo",
    "email": "hi@sayo.wtf",
    "url": "https://github.com/wtfsayo"
  },
  "homepage": "https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api",
  "keywords": ["hyperliquid", "perps", "spot", "info", "mcp", "vaults", "staking"]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub