Labsco
MCP SERVER

Hyperlend

by PlayAINetwork

Lend, borrow and swap on Hyperliquid EVM through HyperLend and Kittenswap, as tool calls.

Wallets, Signing & Transaction Execution
Summary
A lending position managed in sentences.

Supply, borrow, repay, withdraw and swap are the full cycle of a leveraged position, and all of them sit next to the reads that tell you where that position stands. The lending protocol and the DEX being in one server is what lets a rebalance happen in a single conversation.

What it is

An MCP server for the HyperLend lending protocol and the Kittenswap DEX on the Hyperliquid EVM network. It signs with a private key you supply, so the calls it makes settle on chain.

What you get
  • Assets supplied to HyperLend to earn yield and open borrowing capacity
  • Supplied assets withdrawn with accrued interest, including a full withdrawal
  • Borrowing against collateral at a variable or stable rate, and debt repaid
  • Account state and positions read back
  • Every available lending market and its parameters listed
  • Token swaps on Kittenswap with slippage protection, across tick spacings and pool configurations
  • HYPE handled natively alongside WHYPE, wstHYPE, UBTC, UETH, USDe, USDT0 and sUSDe
Requirements

A private key for the wallet it will act as, set in the client configuration. An RPC URL is optional. Installed with npm, or run through npx.

Setup effort

One command plus a key — npm install -g hyperlend-mcp, then supply credentials