Hyperlend
About
Enables AI agents to interact with the Hyperlend protocol.
Details
- Author
- playainetwork
- Categories
- Developer Tools
Jump to
Setup
Install Hyperlend in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/playainetwork/hyperlend-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
A Model Context Protocol server for interacting with HyperLend protocol and Kittenswap DEX on Hyperliquid EVM network. This MCP enables AI agents to perform DeFi operations including lending, borrowing, and token swapping.
- Supply/Lend: Deposit assets to earn lending yield and enable borrowing capacity
- Withdraw: Retrieve supplied assets and accrued interest
- Borrow: Borrow assets against supplied collateral with variable or stable rates
- Repay: Repay borrowed debt to reduce debt burden and improve health factor
- Portfolio Management: Comprehensive account state and position tracking
- Market Data: View all available lending markets and their parameters
- Token Swapping: Automated token swaps with slippage protection
- Multi-Pool Support: Support for different tick spacings and pool configurations
- Native Token Support: Seamless HYPE (native) and wrapped token handling
- HYPE- Native Hyperliquid token
- WHYPE- Wrapped HYPE
- wstHYPE- Wrapped Staked HYPE
- UBTC- Bitcoin on Hyperliquid
- UETH- Ethereum on Hyperliquid
- USDe- Ethena USDe stablecoin
- USDT0- Tether USD
- sUSDe- Staked USDe
{ "mcpServers": { "hyperlend": { "command": "npx", "args": ["hyperevm_mcp"], "env": { "PRIVATE_KEY": "your_private_key_here", "RPC_URL": "https://rpc.hypurrscan.io" "[optional]" } } } }
Option C: Create .env fileCreate a.envfile in your working directory:
PRIVATE_KEY=your_private_key_here RPC_URL=https://rpc.hypurrscan.io <optional>
⚠️ Security Note:Keep your private key secure and never share it publicly.
Supply/lend assets to HyperLend protocol
- Parameters: token, amount, onBehalfOf (optional)
- Example: Supply 100 USDT0 to earn lending yield
Withdraw supplied assets and accrued interest
- Parameters: token, amount ('max' for full withdrawal), to (optional)
- Example: Withdraw all supplied WHYPE
Borrow assets against supplied collateral
- Parameters: token, amount, interestRateMode (variable/stable), onBehalfOf (optional)
- Example: Borrow 0.5 UETH against WHYPE collateral
- Parameters: token, amount ('max' for full repayment), interestRateMode, onBehalfOf (optional)
- Example: Repay all UBTC debt
- Parameters: userAddress (optional), detailed (boolean)
- Returns: Complete position data, health factor, borrowing capacity
- Parameters: detailed (boolean)
- Returns: All supported tokens and their lending parameters
- Parameters: tokenIn, tokenOut, amountIn, amountOutMinimum (optional), tickSpacing, slippageTolerance, deadline (optional)
- Example: Swap 10 WHYPE for UBTC with 3% slippage tolerance
# 1. Supply WHYPE as collateral hyperlendSupply --token WHYPE --amount 100 # 2. Borrow USDT0 against collateral hyperlendBorrow --token USDT0 --amount 50 # 3. Check account health hyperlendAccountState --detailed true # 4. Repay debt hyperlendRepay --token USDT0 --amount max # 5. Withdraw collateral hyperlendWithdraw --token WHYPE --amount max
# Swap HYPE for UBTC kittenswapSwapTokens --tokenIn HYPE --tokenOut UBTC --amountIn 1.0 --slippageTolerance 3.0
- Chain: Hyperliquid EVM (Chain ID: 998)
- RPC URL:https://rpc.hypurrscan.io
- Native Token: HYPE
- HyperLend Protocol: Aave V3 fork optimized for Hyperliquid
- Kittenswap: Uniswap V3 fork for Hyperliquid
- Node.js 18+
- Hyperliquid EVM wallet with HYPE for gas fees
- Private key for transaction signing
- Your private key stays local and is never shared
- All transactions happen on-chain via Hyperliquid EVM network
- Open source and auditable code
- Built on battle-tested Aave V3 and Uniswap V3 protocols
- GitHub Issues:https://github.com/PlayAINetwork/hyperlend-mcp/issues
- Documentation: Check the inline tool descriptions for detailed parameter information
MIT License - seeLICENSEfile for details.
Contributions are welcome! Please feel free to submit a Pull Request.
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Create crafted UI components inspired by the best 21st.dev design engineers.
Bring agent evaluations, observability, and synthetic test set generation directly into your IDE for free with Galileo's new MCP server
An MCP server to help AI assistants to answer questions and generate AccelByte Extend SDK code more effectively .
MCP server for AI Diagram Maker — generate beautiful software engineering diagrams directly inside Cursor, Claude Desktop, Claude Code, or any MCP-compatible AI agent
ALAPI MCP Tools,Call hundreds of API interfaces via MCP
AI-powered SVG animation generator that transforms static files into animated SVG components using the Allyson platform
MCP server that gives AI assistants on-demand access to 1,500+ amCharts docs, ~300 code examples, and 1000+ class API references.
APIMatic MCP Server is used to validate OpenAPI specifications using APIMatic. The server processes OpenAPI files and returns validation summaries by leveraging APIMatic’s API.
One shared context layer for AI agents and humans — live API specs, DB schemas, and versioned contracts across repos so every agent and teammate works from the same source of truth.
Build and deploy full-stack Next.js apps with 98 tools for React, AWS, and MongoDB
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





