Perps MCP Skill
Trade perpetual futures on Hyperliquid with real-time price feeds, position management, and order execution.Server URL
What You Get
- MCP tool:
bash(commands in a persisted/workspace) - Built-in commands:
commands,host-tools,sql,kv,ts-exec,workflow,skill,hook,event,apply_patch, and more - Prompt:
perps_guide(if your client supports MCP prompts)
Host Tools
Key host tools available in this skill:
Discover all available tools:
MCP Resources
Quick Install
- Claude Code
- Codex
- Cursor
- Windsurf
Run in your terminal (not inside Claude Code):Then restart Claude Code and run
/mcp to trigger sign-in.5-Minute Smoke Test
1
Connect and list tools
Run
tools/list. Sign in when prompted. Confirm bash appears.2
Echo test
ok3
Discover host tools
4
Find a tool
5
Get BTC perps price
Usage Patterns
- Prefer
host-tools <toolName> [input]for direct execution inside the sandbox - Perps MCP is default enabled for authenticated Gina users; no separate perps MCP feature flag is required
- Keep discovery bounded: use
--limitand--nameto avoid context bloat - Use
callTool(...)only insidets-execscripts - Treat
/workspace/tools/host/*as generated stubs for advancedts-execusage, not the default discovery path /workspacepersists between calls, but eachbashinvocation starts a fresh shell session- The host tool surface is intentionally allowlisted