Skip to main content
Glama

Hyperliquid MCP Server

by mektigboy

Servidor MCP de Hyperliquid

Una implementación de servidor MCP que integra el SDK de Hyperliquid.

Herramientas

  • obtener_todos_los_mids
    • Recuperar precios medios para todas las monedas en Hyperliquid
    • No se requieren entradas
  • obtener_instantánea_de_vela
    • Obtenga datos históricos de velas para cualquier token
    • Entradas:
      • coin (cadena): símbolo de ficha
      • interval (cadena): intervalo de tiempo (por ejemplo, '15m', '1h')
      • startTime (número): Hora de inicio en milisegundos desde la época
      • endTime (número, opcional): Hora de finalización en milisegundos desde la época
  • obtener_l2_libro
    • Acceda al libro de órdenes L2 para cualquier token
    • Entradas:
      • symbol (cadena): Símbolo de token

Uso con Claude Desktop

Agregue esto a su claude_desktop_config.json :

NPX

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

Licencia

Este servidor MCP cuenta con la licencia MIT. Esto significa que puede usar, modificar y distribuir el software libremente, sujeto a los términos y condiciones de la licencia MIT. Para más detalles, consulte el archivo de LICENCIA en el repositorio del proyecto.

Install Server
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.

Una implementación de servidor MCP que se integra con el intercambio Hyperliquid, brindando acceso a datos del mercado de criptomonedas, incluidos precios medios, velas históricas y libros de órdenes L2.

  1. Herramientas
    1. Uso con Claude Desktop
    2. NPX
  2. Licencia

    Related MCP Servers

    • -
      security
      A
      license
      -
      quality
      An MCP server providing a range of cryptocurrency technical analysis indicators and strategies.
      Last updated -
      2
      58
      JavaScript
      MIT License
    • A
      security
      A
      license
      A
      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
      6
      1
      JavaScript
      MIT License
    • -
      security
      -
      license
      -
      quality
      A comprehensive MCP server that provides a complete wrapper around the Hyperliquid SDK, enabling AI assistants to interact with both spot and futures markets for retrieving data, executing trades, and managing positions.
      Last updated -
      JavaScript
      MIT License
    • -
      security
      F
      license
      -
      quality
      An MCP server that provides access to cryptocurrency market data from the Nobitex API, enabling users to fetch specific cryptocurrency pair statistics and global market data.
      Last updated -
      22
      TypeScript

    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