# Pa1m Hyperliquid (remote · hyperliquid.hypa1m.xyz)

Hyperliquid DEX data: prices, order books, candles, funding rates, portfolios. Pay-per-call, x402.

- Trust score: 23/100 (low)
- Change this week: −29
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `hyperliquid.hypa1m.xyz`: 23/100 (this document), [markdown](https://verifymcp.io/servers/retampweb-pa1m-hyperliquid/hyperliquid.md), [page](https://verifymcp.io/servers/retampweb-pa1m-hyperliquid/hyperliquid)

## Channel facts

- Endpoint: `https://hyperliquid.hypa1m.xyz/mcp`
- Transports: `sse`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, 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-03.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 0/100
  - Transport check failed: declared sse, but the endpoint returned HTTP 400.
- **Schema Quality & AI Usability**: 0/100
  - Schema not yet verified: we couldn't read the endpoint's schema.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: we couldn't read the endpoint's tools.
- **Capabilities**: 0/100
  - Capabilities not yet verified: we couldn't read the endpoint's capabilities.

**Unverified: 4 categories.** Categories scored 0 because we could not verify them: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add --transport http retampweb-pa1m-hyperliquid https://hyperliquid.hypa1m.xyz/mcp
```

### Codex

```toml
[mcp_servers.retampweb-pa1m-hyperliquid]
url = "https://hyperliquid.hypa1m.xyz/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "retampweb-pa1m-hyperliquid": {
      "type": "remote",
      "url": "https://hyperliquid.hypa1m.xyz/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add retampweb-pa1m-hyperliquid --url https://hyperliquid.hypa1m.xyz/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  retampweb-pa1m-hyperliquid:
    url: "https://hyperliquid.hypa1m.xyz/mcp"
```

### Other

```json
{
  "mcpServers": {
    "retampweb-pa1m-hyperliquid": {
      "type": "http",
      "url": "https://hyperliquid.hypa1m.xyz/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## 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-01 (score 23, 0)

- [security regression] Endpoint reachability: reachable → not serving MCP

### 2026-07-31 (score 23, −31)

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

### 2026-07-29 (score 54, +1)

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

### 2026-07-28 (score 53, +1)

- [functional regression] Schema quality: 616 → 715
- [functional improvement] Stability: unverified → 0.03

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

First indexed and scored.

## MCP tools (16)

### `root__get` (~30 tokens)

Root

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

### `health_health_get` (~30 tokens)

Health

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

### `top_top_get` (~59 tokens)

Top

Free: mid prices for top 5 perps (BTC/ETH/SOL/BNB/XRP). 20 req/min per IP.

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

### `favicon_favicon_ico_get` (~49 tokens)

Favicon

Serve Pa1m logo as favicon for x402scan and browser tabs.

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

### `llms_txt_llms_txt_get` (~49 tokens)

Llms Txt

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: text/plain

\**Example Response:**
\```json
"string"
\```

### `openapi_json_openapi_json_get` (~36 tokens)

Openapi Json

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

### `prices_prices_get` (~30 tokens)

Prices

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

### `meta_meta_get` (~30 tokens)

Meta

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

### `orderbook_orderbook__coin__get` (~49 tokens)

Orderbook

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `coin` (string, required): Coin ticker e.g. BTC

### `candles_candles__coin__get` (~95 tokens)

Candles

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `coin` (string, required): Coin ticker e.g. ETH
- `interval` (string): Candle interval: 1m,5m,15m,1h,4h,1d
- `lookback` (integer): Number of candles to return (max 5000)

### `funding_funding_get` (~31 tokens)

Funding

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

### `predicted_funding_predicted_funding_get` (~37 tokens)

Predicted Funding

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

### `portfolio_portfolio__address__get` (~46 tokens)

Portfolio

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `address` (string, required): Wallet address 0x...

### `history_history__address__get` (~45 tokens)

History

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `address` (string, required): Wallet address 0x...

### `open_orders_open_orders__address__get` (~48 tokens)

Open Orders

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `address` (string, required): Wallet address 0x...

### `leaderboard_leaderboard_get` (~51 tokens)

Leaderboard

\### Responses:

\**200**: Successful Response (Success Response)
Content-Type: application/json

Input parameters:

- `window` (string): Time window: day, week, month, allTime

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/retampweb-pa1m-hyperliquid/hyperliquid#diagnostics

## Score history

- 2026-08-03: 23
- 2026-08-02: 23
- 2026-08-01: 23
- 2026-07-31: 23
- 2026-07-30: 54
- 2026-07-29: 54
- 2026-07-28: 53
- 2026-07-27: 52

## Links

- Remote endpoint: https://hyperliquid.hypa1m.xyz/mcp
- Changelog RSS feed: https://verifymcp.io/servers/retampweb-pa1m-hyperliquid/hyperliquid/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/retampweb-pa1m-hyperliquid/hyperliquid/changelog.json
- HTML version of this page: https://verifymcp.io/servers/retampweb-pa1m-hyperliquid/hyperliquid
