Alpha Arena MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NETWORK | No | Network to use: 'testnet' or 'main' | testnet |
| MAIN_ACCOUNT_ADDRESS | Yes | Your Hyperliquid main account address | |
| API_ACCOUNT_PRIVATE_KEY | Yes | Your API account private key for Hyperliquid |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| nof1_system_prompt | Expert cryptocurrency analysis system prompt with trading recommendations |
| nof1_user_prompt | User prompt for cryptocurrency trading analysis with market state and account information |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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