Skip to main content
Glama

Hyperliquid MCP Server

by mektigboy

Hyperliquid MCP サーバー

Hyperliquid SDK を統合した MCP サーバー実装。

ツール

  • すべてのミッドを取得する
    • Hyperliquid上のすべてのコインの中間価格を取得します
    • 入力は不要です
  • get_candle_snapshot
    • 任意のトークンの過去のローソク足データを取得する
    • 入力:
      • coin (文字列):トークンシンボル
      • interval (文字列): 時間間隔(例: '15m'、'1h')
      • startTime (数値): エポックからの開始時間(ミリ秒)
      • endTime (数値、オプション): エポックからの終了時間(ミリ秒)
  • get_l2_book
    • あらゆるトークンのL2注文帳にアクセス
    • 入力:
      • symbol (文字列):トークンシンボル

Claude Desktopでの使用

これをclaude_desktop_config.jsonに追加します:

NPX

{ "mcpServers": { "brave-search": { "command": "npx", "args": ["-y", "@mektigboy/server-hyperliquid"] } } }

ライセンス

このMCPサーバーはMITライセンスに基づいてライセンスされています。つまり、MITライセンスの条件に従って、ソフトウェアを自由に使用、改変、配布することができます。詳細については、プロジェクトリポジトリのLICENSEファイルをご覧ください。

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Hyperliquid 取引所と統合され、仲値、履歴ローソク足、L2 注文帳などの暗号通貨市場データへのアクセスを提供する MCP サーバー実装。

  1. ツール
    1. Claude Desktopでの使用
    2. NPX
  2. ライセンス

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      A MCP server offering tools for cryptocurrency research and Ethereum-based automation.
      Last updated -
      113
      6
      37
      TypeScript
      AGPL 3.0
    • A
      security
      F
      license
      A
      quality
      An MCP server that provides real-time financial data integration with Alpha Vantage's API, enabling access to stock market data, cryptocurrency prices, forex rates, and technical indicators.
      Last updated -
      7
      2
      JavaScript
    • -
      security
      -
      license
      -
      quality
      Provides an MCP server that allows large language models to access real-time and historical Bitcoin market data from Binance, including current prices, order book data, recent trades, and price history through a standardized interface.
      Last updated -
      1
      JavaScript
      MIT License
    • A
      security
      A
      license
      A
      quality
      MCP Server for the CoinStats API. Provides access to cryptocurrency market data, portfolio tracking, and news.
      Last updated -
      30
      17
      3
      TypeScript
      MIT License

    View all related MCP servers

    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/mektigboy/server-hyperliquid'

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