# io.github.kitsune-de/hyperliquid-mcp (npm · @kitsune-de/hyperliquid-mcp)

Read-only Hyperliquid data: markets, funding rates, order books, candles, positions and fills

- Trust score: 69/100 (medium)
- Change this week: +23
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-04

## Components

- npm · `@kitsune-de/hyperliquid-mcp`: 69/100 (this document), [markdown](https://verifymcp.io/servers/kitsune-de-hyperliquid-mcp/kitsune-de-hyperliquid-mcp.md), [page](https://verifymcp.io/servers/kitsune-de-hyperliquid-mcp/kitsune-de-hyperliquid-mcp)

## Channel facts

- Registry: `npm`
- Package: `@kitsune-de/hyperliquid-mcp`
- Version: `0.1.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-04.

- **Supply Chain Security**: 83/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known medium-severity CVE affects hono 4.12.33, reached via @modelcontextprotocol/sdk > hono. A fixed version is available.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 17 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 81/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 731 tokens (~91/item across 8 items; 8 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add kitsune-de-hyperliquid-mcp -- npx -y @kitsune-de/hyperliquid-mcp
```

### Codex

```bash
codex mcp add kitsune-de-hyperliquid-mcp -- npx -y @kitsune-de/hyperliquid-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "kitsune-de-hyperliquid-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@kitsune-de/hyperliquid-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add kitsune-de-hyperliquid-mcp --command npx --arg -y --arg @kitsune-de/hyperliquid-mcp
```

### Hermes

```yaml
mcp_servers:
  kitsune-de-hyperliquid-mcp:
    command: "npx"
    args: ["-y", "@kitsune-de/hyperliquid-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "kitsune-de-hyperliquid-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@kitsune-de/hyperliquid-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-04 (score 69, −1)

- [security regression] CVE-2026-69207 affects this package: medium
- [security regression] Known CVEs: partial → fail

### 2026-08-03 (score 70, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-02 (score 69, +33)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Security disclosure: fail → unverified
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Stability: unverified → 0.20
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional] First check of Schema quality: unverified
- [functional] Licence: MIT

### 2026-08-01 (score 36, +15)

- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → excellent

### 2026-07-31 (score 21, −25)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (8)

### `get_markets` (~123 tokens)

Hyperliquid perp markets

List Hyperliquid perpetual markets with mark price, 24h change, 24h volume, open interest, funding rate (1h and annualized APR) and max leverage. Pass `coin` for a single market, or sort/limit the full list.

Input parameters:

- `coin` (string): Single market to fetch, e.g. BTC, ETH, HYPE
- `limit` (integer): Max markets to return (default 20)
- `sortBy` (string): Sort key for the list (default: volume). funding/change sort by absolute value

### `get_price` (~56 tokens)

Mid prices

Current mid prices. Pass `coins` for specific perp markets (e.g. ["BTC", "ETH"]) or omit to get all perp mids at once.

Input parameters:

- `coins` (array): Coins to fetch; omit for all perp markets

### `get_orderbook` (~61 tokens)

Order book snapshot

L2 order book snapshot for a perp market: best bid/ask, spread, and aggregated levels per side.

Input parameters:

- `coin` (string, required): Perp market, e.g. BTC
- `depth` (integer): Levels per side (default 10)

### `get_candles` (~118 tokens)

OHLCV candles

Historical OHLCV candles for a perp market. Intervals: 1m, 3m, 5m, 15m, 30m, 1h, 2h, 4h, 8h, 12h, 1d, 3d, 1w.

Input parameters:

- `coin` (string, required): Perp market, e.g. ETH
- `count` (integer): Number of candles (default 100)
- `interval` (string): Candle interval (default 1h)

### `get_account` (~102 tokens)

Account state

Full account state for any Hyperliquid address: account value, margin usage, withdrawable, every open perp position (side, size, entry, liquidation price, unrealized PnL, leverage) and spot balances. Read-only public data.

Input parameters:

- `address` (string, required): EVM address of the Hyperliquid account, e.g. 0xdfc24b077bc1425ad1dea75bcb6f8158e10df303

### `get_open_orders` (~73 tokens)

Open orders

Resting open orders for an address: side, price, size, order type, trigger info.

Input parameters:

- `address` (string, required): EVM address of the Hyperliquid account, e.g. 0xdfc24b077bc1425ad1dea75bcb6f8158e10df303

### `get_recent_fills` (~101 tokens)

Recent fills

Most recent trade fills for an address: direction (Open Long / Close Short / ...), price, size, notional, closed PnL and fees.

Input parameters:

- `address` (string, required): EVM address of the Hyperliquid account, e.g. 0xdfc24b077bc1425ad1dea75bcb6f8158e10df303
- `limit` (integer): Max fills to return (default 20)

### `get_funding_paid` (~97 tokens)

Funding paid/received

Net funding paid or received by an address over the last N hours, broken down by coin. Positive = received, negative = paid.

Input parameters:

- `address` (string, required): EVM address of the Hyperliquid account, e.g. 0xdfc24b077bc1425ad1dea75bcb6f8158e10df303
- `hours` (integer): Lookback window in hours (default 24)

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/kitsune-de-hyperliquid-mcp/kitsune-de-hyperliquid-mcp#diagnostics

## Score history

- 2026-08-04: 69
- 2026-08-03: 70
- 2026-08-02: 69
- 2026-08-01: 36
- 2026-07-31: 21
- 2026-07-30: 46
- 2026-07-28: 46
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/@kitsune-de/hyperliquid-mcp
- Socket report: https://socket.dev/npm/package/@kitsune-de/hyperliquid-mcp
- Repository: https://github.com/kitsune-de/hyperliquid-mcp
- Changelog RSS feed: https://verifymcp.io/servers/kitsune-de-hyperliquid-mcp/kitsune-de-hyperliquid-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/kitsune-de-hyperliquid-mcp/kitsune-de-hyperliquid-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/kitsune-de-hyperliquid-mcp/kitsune-de-hyperliquid-mcp
