Skip to main content
Glama

Hyperliquid MCP Server

by mektigboy

Hyperliquid MCP 服务器

集成 Hyperliquid SDK 的 MCP 服务器实现。

工具

  • 获取所有中间值
    • 检索 Hyperliquid 上所有代币的中间价格
    • 无需输入
  • 获取蜡烛快照
    • 获取任何代币的历史烛台数据
    • 输入:
      • coin (字符串):代币符号
      • interval (字符串):时间间隔(例如,“15m”,“1h”)
      • startTime (数字):从纪元开始的开始时间(以毫秒为单位)
      • endTime (数字,可选):从纪元开始的结束时间(以毫秒为单位)
  • 获取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 交易所集成的 MCP 服务器实现,提供对加密市场数据的访问,包括中间价、历史蜡烛图和 L2 订单簿。

  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