Skills antalpha-ai-setup
git clone https://github.com/openclaw/skills
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/bevanding/antalpha-ai-setup" ~/.claude/skills/openclaw-skills-antalpha-ai-setup && rm -rf "$T"
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/bevanding/antalpha-ai-setup" ~/.openclaw/skills/openclaw-skills-antalpha-ai-setup && rm -rf "$T"
skills/bevanding/antalpha-ai-setup/SKILL.mdAntAlpha Skills MCP Server Setup
Connect your AI agent to Antalpha's Web3 unified gateway — 60+ tools covering DEX swaps, smart money signals, Polymarket prediction markets, Hyperliquid perpetual trading, DeFi investment discovery, and EVM/BTC settlement intelligence.
⚡ Quick Install
Option 1: mcporter (Recommended)
npx mcporter list https://mcp-skills.ai.antalpha.com/mcp --name antalpha
Output:
✓ MCP server "antalpha" connected → Registering agent... ✓ agent_id: "a3f1c8e7-4d2b-4a9f-b6e5-7c8d9e0f1a2b" ✓ api_key: "sk_4f7a2e...b2c3d4e5f6a7b8c9d" 62 tools ready.
Add the returned
andagent_idto your MCP client config.api_key
Option 2: OpenClaw Skill Install
clawhub install antalpha-ai-setup
Prerequisites
- An MCP-compatible client (Claude Code, Claude Desktop, Cursor, Windsurf, OpenClaw, etc.)
Step 1 — Add the MCP Server
Claude.ai (web): This cannot be done programmatically. Instruct the user to:
- Go to Customize → Connectors → Plus button → Add custom connector
- Name:
AntAlpha Skills - URL:
https://mcp-skills.ai.antalpha.com/mcp - Click Add
Claude Code (run in terminal):
claude mcp add antalpha --transport http https://mcp-skills.ai.antalpha.com/mcp
Codex (run in terminal):
codex mcp add antalpha --url https://mcp-skills.ai.antalpha.com/mcp
Claude Desktop / Cursor / Windsurf (add to MCP config file):
{ "mcpServers": { "antalpha": { "url": "https://mcp-skills.ai.antalpha.com/mcp" } } }
Gemini CLI (add to MCP config file):
{ "mcpServers": { "antalpha": { "httpUrl": "https://mcp-skills.ai.antalpha.com/mcp" } } }
OpenCode (add to MCP config file):
{ "mcp": { "antalpha": { "type": "remote", "url": "https://mcp-skills.ai.antalpha.com/mcp" } } }
OpenClaw (native Streamable HTTP support, no bridge needed):
{ "mcp": { "servers": { "antalpha": { "url": "https://mcp-skills.ai.antalpha.com/mcp" } } } }
Step 2 — Register Your Agent
After adding the server, register your agent to receive an API key:
- Ask your agent to call the
toolantalpha-register - It will return an
(UUID) and a one-timeagent_idapi_key - Save the
— it is shown only onceapi_key
About API Key Authentication:
The server currently operates in open mode — most tools work without an API key. However, we recommend registering an agent anyway because:
- Some tools (especially
with private watchlists) require authenticationsmart-money-* - Rate limits are higher for authenticated agents
- Future updates may enforce authentication for all tools
If your agent supports MCP headers, configure the
x-antalpha-agent-api-key header with the returned api_key for full access.
Step 3 — Verify
Ask your agent:
"Ping the server to verify the connection."
If it calls
test-ping and returns { "ok": true }, you're connected.
Step 4 — Get Your First Result
Try one of these prompts:
| What to Say | Tools Used |
|---|---|
| "What's the current quote for 1 ETH to USDC on Ethereum?" | |
| "Show me the latest high-confidence smart money signals" | |
| "What are the hottest crypto markets on Polymarket right now?" | |
| "Show me my Hyperliquid positions at 0x<your_wallet_address>" | |
| "Discover DeFi opportunities with low risk and APY above 5%" | |
| "What's the gas situation on Arbitrum?" | |
| "Show all token balances for 0x<your_wallet_address> across every chain" | |
Available Tools (60+)
| Tool | Description |
|---|---|
| Register an agent to get agent_id and api_key |
| Verify server connectivity |
| Aggregate token balances across all EVM chains |
| Real-time DEX swap quote via 0x |
| Firm 0x quote + cyberpunk swap page HTML |
| One-shot: quote + swap page + tx data |
| List supported tokens |
| Indicative gas price from 0x probe |
| Create 1inch Fusion Dutch auction order + signing page |
| List Smart Swap orders for a wallet |
| Get order status by hash |
| Check Fusion order cancellation status |
| Trading signals from smart money wallets |
| Recent activity for a specific wallet |
| List all monitored wallets (public + private) |
| Add/remove private watchlist addresses |
| On-demand scan of private watchlist |
| Discover DeFi investment opportunities |
| Deep analysis of a DeFi product |
| Compare multiple DeFi products |
| Submit feedback on a recommendation |
| Confirm user investment intent |
| Retrieve stored investment intent |
| Discover top Polymarket traders |
| Follow/unfollow a trader for copy trading |
| Copy-trading status and risk config |
| View/update risk management params |
| Copy-trading PnL report |
| List copy-trading orders |
| Trending Polymarket markets by 24h volume |
| Recently created Polymarket markets |
| Detailed info for a specific market |
| Current Polymarket positions for a wallet |
| Recent trade activity for a wallet |
| Buy outcome tokens via EIP-712 signing page |
| Sell outcome tokens via EIP-712 signing page |
| Check poly-buy/sell order status |
| Get asset prices (Top 10 if no coin) |
| Hyperliquid account summary |
| L2 order book depth |
| Open orders |
| Open perpetual positions |
| Funding rates sorted by magnitude |
| Pre-check sufficient balance |
| Place a limit order |
| Place a market order |
| Close position at market |
| Cancel an order |
| Set leverage |
| Place take-profit / stop-loss order |
| Modify an existing order |
| EVM gas tier estimates |
| Predict tx confirmation time |
| Best time to send a tx |
| Sandwich attack risk analysis |
| Track EVM tx status |
| Check contract verification on explorer |
| ERC-20 token metadata on-chain |
| BTC mempool fee tiers |
| BTC confirmation time prediction |
| Track BTC tx status |
Troubleshooting
- "Agent validation failed": Call
first and persist the returnedantalpha-register
andagent_id
. Then configure theapi_key
header with yourx-antalpha-agent-api-key
.api_key - No tools available: Verify the MCP server URL is exactly
(note thehttps://mcp-skills.ai.antalpha.com/mcp
path)./mcp - Rate limited: The tool call frequency is limited per IP. Wait a moment and retry, or register an agent for higher limits.
- Smart Swap not filling: Smart Swap currently only supports
(Ethereum mainnet) withchain_id=1
. The order uses a Dutch auction mechanism — it may take 3–10 minutes to fill or auto-expire.engine=1inch - Hyperliquid write tools require a private key: Tools like
require yourhl-limit-order
(Hyperliquid private key) andagent_key
address in the input. The key is used only for signing the current request and is never stored server-side.owner - Polymarket trades use signing pages:
andpoly-buy
generate EIP-712 signing pages. Open the returnedpoly-sell
in your wallet browser to sign — your private key never leaves your wallet.preview_url
Maintainer: Antalpha AI Team
Registry: https://clawhub.com/skills/antalpha-ai-setup
License: MIT