Skip to main content
Glama
kitsune-de

hyperliquid-mcp

by kitsune-de

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_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.

get_price

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

get_orderbook

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

get_candles

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

get_account

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.

get_open_ordersA

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

get_recent_fills

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

get_funding_paidA

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

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kitsune-de/hyperliquid-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server