Skip to main content
Glama
kukapay

Alpha Arena MCP

by kukapay

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NETWORKNoNetwork to use: 'testnet' or 'main'testnet
MAIN_ACCOUNT_ADDRESSYesYour Hyperliquid main account address
API_ACCOUNT_PRIVATE_KEYYesYour API account private key for Hyperliquid

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
place_orderA

Place an order on Hyperliquid with optional market price, and auto-calculate TP/SL if not provided.

Args: symbol: Trading pair, e.g., "BTC/USDC:USDC" side: 'buy' or 'sell' size: Order size (quantity) price: Limit price for main order (default: None, uses current market price) leverage: Leverage to set (default: 10) tp_price: Take profit price (default: None, auto-calculated) sl_price: Stop loss price (default: None, auto-calculated)

Returns: Dict with order details or error

close_positionA

Close all positions for the specified trading pair on Hyperliquid.

Args: symbol: Trading pair, e.g., "BTC/USDC:USDC"

Returns: Dict with close order details or error

cancel_open_ordersA

Cancel all open orders for the specified trading pair on Hyperliquid.

Args: symbol: Trading pair, e.g., "BTC/USDC:USDC"

Returns: Dict with canceled orders details or error

account_infoA

Get and format the current account information.

Returns: Formatted string with account details.

market_stateA

Get and format the current market state for a given symbol.

Args: symbol: Trading pair, e.g., "BTC/USDC:USDC"

Returns: Formatted string with market state details.

Prompts

Interactive templates invoked by user choice

NameDescription
nof1_system_promptExpert cryptocurrency analysis system prompt with trading recommendations
nof1_user_promptUser prompt for cryptocurrency trading analysis with market state and account information

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/kukapay/alpha-arena-mcp'

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