antalpha-ai-setup
Install and configure the Antalpha Skills MCP server. Provides 76 Web3 tools for DEX swaps, smart money tracking, Polymarket prediction markets, Hyperliquid perpetuals, CEX trading, Bitcoin mining, and DeFi analytics.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bevanding/antalpha-ai-setupAntAlpha Skills MCP Server Setup
Connect your AI agent to Antalpha's Web3 unified gateway — 76 tools covering DEX swaps, smart money signals, Polymarket prediction markets, Hyperliquid perpetual trading, DeFi investment discovery, OKX spot/futures trading, Bitcoin mining management, and multi-chain asset queries.
⚡ 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"
76 tools ready.
Add the returned
agent_idandapi_keyto your MCP client config.
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 registration tool
- It will return an
agent_id(UUID) and a one-timeapi_key - Save the
api_key— it is shown only once
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
smart-money-*with private watchlists) require authentication - 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:
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bevanding-antalpha-ai-setup": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
deerflow
Deep research and async task execution via DeerFlow LangGraph engine. Submit multi-step research tasks through a lightweight API-only Docker deployment (no frontend). Triggers: /deerflow, deep research, async research, deerflow.
transaction-receipt
Human-readable on-chain transaction receipt. Resolve tx status, fees, and intent: simple transfers, swaps/trades, token approvals, DeFi staking-style calls, and NFT mint/transfer. Optional Tokenview API key; falls back to public read-only sources when unset or invalid. Timeouts, rate limits, and response validation included.
eth-payment
Generate EIP-681 Ethereum payment links and QR codes for any EVM chain. Zero configuration, instant setup for receiving ETH and ERC-20 payments. Use when you need to create payment requests, invoices, donation links, or any on-chain payment request. Supports Base, Ethereum, Arbitrum, Optimism, Polygon.
airdrop-hunter
Elite Web3 airdrop strategist with S/A/B grading, scam shields, and guided hunting workflow; triggers when users ask about airdrops, want to check projects, verify links, or find zero-cost opportunities
walletconnect-requester
Secure WalletConnect integration for AI agents. Connect to user wallets as a DApp (Proposer) without ever handling private keys. Request transactions and signatures - users approve everything in their wallet. Zero custody, maximum security. Use when you need to interact with user wallets securely via WalletConnect v2.