Skip to main content
Glama

Hyperliquid MCP Server

by t3rmed
__init__.py1.43 kB
"""MCP tools for Hyperliquid integration.""" from .account_info import ( get_open_orders_tool, get_portfolio_tool, get_user_fills_by_time_tool, get_user_fills_tool, handle_get_open_orders, handle_get_portfolio, handle_get_user_fills, handle_get_user_fills_by_time, ) from .market_data import ( get_all_mids_tool, get_candle_snapshot_tool, get_l2_book_tool, handle_get_all_mids, handle_get_candle_snapshot, handle_get_l2_book, ) from .trading import ( cancel_all_orders_tool, cancel_order_tool, handle_cancel_all_orders, handle_cancel_order, handle_place_order, handle_place_trigger_order, place_order_tool, place_trigger_order_tool, ) __all__ = [ # Market data "get_all_mids_tool", "get_l2_book_tool", "get_candle_snapshot_tool", "handle_get_all_mids", "handle_get_l2_book", "handle_get_candle_snapshot", # Account info "get_open_orders_tool", "get_user_fills_tool", "get_user_fills_by_time_tool", "get_portfolio_tool", "handle_get_open_orders", "handle_get_user_fills", "handle_get_user_fills_by_time", "handle_get_portfolio", # Trading "place_order_tool", "place_trigger_order_tool", "cancel_order_tool", "cancel_all_orders_tool", "handle_place_order", "handle_place_trigger_order", "handle_cancel_order", "handle_cancel_all_orders", ]

Latest Blog Posts

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/t3rmed/hyperliquid-mcp'

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