Hyperliquid
Interact with the Hyperliquid decentralized exchange by integrating its SDK.
Hyperliquid MCP Server
An MCP server implementation that integrates the Hyperliquid SDK.
Tools
-
get_all_mids
- Retrieve mid prices for all coins on Hyperliquid
- No required inputs
-
get_candle_snapshot
- Get historical candlestick data for any token
- Inputs:
coin(string): Token symbolinterval(string): Time interval (e.g., '15m', '1h')startTime(number): Start time in milliseconds since epochendTime(number, optional): End time in milliseconds since epoch
-
get_l2_book
- Access the L2 order book for any token
- Inputs:
symbol(string): Token symbol
Usage with Claude Desktop
Add this to your claude_desktop_config.json:
NPX
{
"mcpServers": {
"brave-search": {
"command": "npx",
"args": ["-y", "@mektigboy/server-hyperliquid"]
}
}
}
License
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
関連サーバー
Alpha Vantage MCP Server
スポンサーAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Botrite by Lattiq
Stateful health monitoring, diagnostics, and web attestation for AI agents. 11 MCP tools. Free Founder's Beta
lenderwiki
Query 13,000+ US consumer lenders with eligibility criteria, rates, CFPB complaints, and ratings. Find matching lenders by borrower profile, get full profiles, compare lenders, and check eligibility.
npm Package README
Fetch READMEs, metadata, and search for packages on the npm registry.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers without authentication.
Sleep MCP Server
Pauses the execution of an agent for a specified duration.
Python Local
An interactive Python REPL environment with persistent session history.
Qartez MCP
Code intelligence MCP server - PageRank, blast radius, co-change, hotspots, clone detection across 34 languages in a single Rust binary.
Dart MCP
An example MCP server built with Dart and deployed on Cloudflare Workers.
Cedardiff
Edit files using CEDARScript, a SQL-like language for code manipulation.
Rust Docs Server
Fetches Rust crate documentation from docs.rs using the rustdoc JSON API.