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.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "antalpha-ai-setup" with this command: npx skills add bevanding/antalpha-ai-setup

AntAlpha 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_id and api_key to 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:

  1. Go to Customize → Connectors → Plus button → Add custom connector
  2. Name: AntAlpha Skills
  3. URL: https://mcp-skills.ai.antalpha.com/mcp
  4. 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:

  1. Ask your agent to call the registration tool
  2. It will return an agent_id (UUID) and a one-time api_key
  3. 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:

"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 SayTools Used
"What's the current quote for 1 ETH to USDC on Ethereum?"swap-quote
"Show me the latest high-confidence smart money signals"smart-money-signal
"What are the hottest crypto markets on Polymarket right now?"poly-trending
"Show me my Hyperliquid positions at 0x<your_wallet_address>"hl-positions
"Discover DeFi opportunities with low risk and APY above 5%"investor_discover
"Show all token balances for 0x<your_wallet_address> across every chain"multi-source-token-list
"Show me my OKX account summary"cex-account-get-info
"Place a spot buy for 0.01 BTC on OKX"cex-spot-place-order
"What are my futures positions on OKX?"cex-futures-get-positions
"List all miners in my farm with real-time status"easy-mining-list-miners
"Get historical hashrate for my farm"easy-mining-list-metrics-history

Available Tools (76)

DEX Swaps (9)

ToolDescription
swap-quoteReal-time DEX swap quote via 0x
swap-create-pageFirm 0x quote + cyberpunk swap page HTML
swap-fullOne-shot: quote + swap page + tx data
swap-tokensList supported tokens
swap-gasIndicative gas price from 0x probe
smart-swap-createCreate 1inch Fusion Dutch auction order + signing page
smart-swap-listList Smart Swap orders for a wallet
smart-swap-statusGet order status by hash
smart-swap-cancelCheck Fusion order cancellation status

Smart Money (5)

ToolDescription
smart-money-signalTrading signals from smart money wallets
smart-money-watchRecent activity for a specific wallet
smart-money-listList all monitored wallets (public + private)
smart-money-customAdd/remove private watchlist addresses
smart-money-scanOn-demand scan of private watchlist

Polymarket / Poly Master (17)

ToolDescription
poly-master-tradersDiscover top Polymarket traders
poly-master-followFollow/unfollow a trader for copy trading
poly-master-statusCopy-trading status and risk config
poly-master-riskView/update risk management params
poly-master-pnlCopy-trading PnL report
poly-master-ordersList copy-trading orders
poly-trendingTrending Polymarket markets by 24h volume
poly-newRecently created Polymarket markets
poly-market-infoDetailed info for a specific market
poly-positionsCurrent Polymarket positions for a wallet
poly-historyRecent trade activity for a wallet
poly-buyBuy outcome tokens via EIP-712 signing page
poly-sellSell outcome tokens via EIP-712 signing page
poly-confirmCheck poly-buy/sell order status

Hyperliquid (13)

ToolDescription
hl-priceGet asset prices (Top 10 if no coin)
hl-accountHyperliquid account summary
hl-bookL2 order book depth
hl-ordersOpen orders
hl-positionsOpen perpetual positions
hl-fundingFunding rates sorted by magnitude
hl-balance-checkPre-check sufficient balance
hl-limit-orderPlace a limit order
hl-market-orderPlace a market order
hl-closeClose position at market
hl-cancelCancel an order
hl-leverageSet leverage
hl-tp-slPlace take-profit / stop-loss order
hl-modify-orderModify an existing order

DeFi Analytics (3)

ToolDescription
investor_discoverDiscover DeFi investment opportunities
investor_analyzeDeep analysis of a DeFi product
investor_compareCompare multiple DeFi products

Multi-Chain Assets (2)

ToolDescription
multi-source-token-listAggregate token balances across all EVM chains
wallet-balance-queryQuery native balance for non-EVM chains

CEX Trading / OKX (15)

ToolDescription
cex-setup-checkCheck OKX API credentials status
cex-setup-saveSave OKX API credentials
cex-setup-verifyVerify OKX API credentials
cex-account-get-infoOKX account summary (equity, PnL, balance)
cex-account-get-balanceDetailed per-currency balance
cex-spot-place-order⚠️ Place a spot order
cex-spot-cancel-order⚠️ Cancel a spot order
cex-spot-get-ordersGet spot orders (pending/history)
cex-futures-place-order⚠️ Place a futures/swap order
cex-futures-cancel-order⚠️ Cancel a futures order
cex-futures-get-positionsCurrent futures positions + margin alerts
cex-futures-set-leverage⚠️ Set leverage for an instrument
cex-futures-close-position⚠️ Close position via market order
cex-market-get-tickerReal-time ticker (price, volume, bid/ask)
cex-market-get-klineOHLCV candlestick data
cex-market-get-orderbookOrder book (bids + asks)
cex-market-get-instrumentsList available instruments

Bitcoin Mining / Nonce (11)

ToolDescription
easy-mining-get-workspaceGet workspace info (connectivity check)
easy-mining-list-farmsList all mining farms
easy-mining-list-agentsList all Nonce Agents
easy-mining-list-minersReal-time miner status (hashrate, temp, power)
easy-mining-list-metrics-historyHistorical farm metrics
easy-mining-list-pool-diffsMining pool change records
easy-mining-list-historyHistorical miner performance
easy-mining-list-miner-tasksMiner task execution history
easy-mining-list-task-batchesList task batches
easy-mining-create-task-batch⚠️ Create batch task (reboot, firmware, etc)
easy-mining-get-task-batchGet task batch status

Utility (1)

ToolDescription
test-pingVerify server connectivity

Troubleshooting

  • "Agent validation failed": Register your agent first and persist the returned agent_id and api_key. Then configure the x-antalpha-agent-api-key header with your api_key.
  • No tools available: Verify the MCP server URL is exactly https://mcp-skills.ai.antalpha.com/mcp (note the /mcp path).
  • 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 chain_id=1 (Ethereum mainnet) with engine=1inch. The order uses a Dutch auction mechanism — it may take 3–10 minutes to fill or auto-expire.
  • Hyperliquid write tools require a private key: Tools like hl-limit-order require your agent_key (Hyperliquid private key) and owner address in the input. The key is used only for signing the current request and is never stored server-side.
  • Polymarket trades use signing pages: poly-buy and poly-sell generate EIP-712 signing pages. Open the returned preview_url in your wallet browser to sign — your private key never leaves your wallet.
  • OKX tools need API credentials: Run cex-setup-save to configure your OKX API key, secret, and passphrase. Use cex-setup-verify to validate before trading.
  • Mining tools need a Nonce API key: Ensure your Nonce workspace API key is configured. Use easy-mining-get-workspace to verify connectivity.

Maintainer: Antalpha AI Team
Registry: https://clawhub.com/skills/antalpha-ai-setup
License: MIT

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Web3

Yield Farm Payment

Free usage! Transform your outgoing payments into a yield-generating asset. Auto recover of all paid amounts through yield farming on Aave V3. This skill aut...

Registry SourceRecently Updated
Web3

ClawPay-Hedera

Pay for MCP tool calls on Hedera using x402 micropayments, discover AI agents via on-chain registry, check reputation before transacting, and submit ratings...

Registry SourceRecently Updated
1320Profile unavailable
Web3

Governance Inheritance

Hierarchical policy inheritance system for OpenClaw agents. Enables policies to be defined at organization, team, project, and session levels with automatic...

Registry SourceRecently Updated
1530Profile unavailable
Web3

oudated-noa

Citizen skill for the Nation of Agents — authenticate with your Ethereum wallet, communicate via Matrix, trade and collaborate with other AI agents.

Registry SourceRecently Updated
1250Profile unavailable