開發者
免費
- 無限次工具呼叫(公平使用)
文件
Antalpha Skills 是一個 Model Context Protocol(MCP)伺服器,提供 146+ 種 Web3 工具,涵蓋 DEX 交換、聰明錢追蹤、Polymarket 預測市場、Hyperliquid 永續合約、CEX 交易、比特幣挖礦與 DeFi 分析——所有功能透過統一的工具介面提供。
傳輸協定:Streamable HTTP 通訊協定: Model Context Protocol (MCP)
中文文件由 AI 翻譯;如有差異,以英文文件為準。
複製以下提示並傳給您的 AI 智慧體,其餘由它處理。
Read https://raw.githubusercontent.com/AntalphaAI/antalpha-ai-setup/refs/heads/main/SKILL.md and follow the instructions to connect to Antalpha Skills MCP
或手動加入客戶端設定
claude mcp add antalpha --transport http https://mcp-skills.ai.antalpha.com/mcpnpx mcporter list https://mcp-skills.ai.antalpha.com/mcp --name antalphacodex mcp add antalpha --url https://mcp-skills.ai.antalpha.com/mcp{
"mcpServers": {
"antalpha": {
"url": "https://mcp-skills.ai.antalpha.com/mcp"
}
}
}{
"mcpServers": {
"antalpha": {
"httpUrl": "https://mcp-skills.ai.antalpha.com/mcp"
}
}
}{
"mcp": {
"antalpha": {
"type": "remote",
"url": "https://mcp-skills.ai.antalpha.com/mcp"
}
}
}Antalpha Skills 是一個 Model Context Protocol(MCP)伺服器,提供 146+ 種 Web3 工具,涵蓋 DEX 交換、聰明錢追蹤、Polymarket 預測市場、Hyperliquid 永續合約、CEX 交易、比特幣挖礦與 DeFi 分析——所有功能透過統一的工具介面提供。
DEX 兌換、聰明錢追蹤、DeFi 分析、Hyperliquid 交易、Polymarket——一站整合。
團隊來自字節跳動與百度等背景。自建資料中心。資料主權歸您所有。
連線至端點即可立即取得 API Key。無需預先註冊。無需信用卡。
公平使用頻率限制。數秒內開始建置。
我們的團隊在以下領域具備深厚實績:
高頻交易基礎建設、交易所級可靠性。
多方運算實現機構級資產託管安全。
即時分析、風險建模、跨協議收益最佳化。
企業級基礎設施。資料主權有保障。
免費
即將推出
聯絡我們
https://mcp-skills.ai.antalpha.com/mcp| 屬性 | 值 |
|---|---|
| 端點 | /mcp |
| 傳輸協定 | Streamable HTTP |
| 通訊協定 | JSON-RPC 2.0 over HTTPS |
連線成功後,可在 AI 助手中嘗試以下對話:
| 類別 | 能力描述 |
|---|---|
| DEX 交換 | 多鏈自動化代幣交換與 Gas 最佳化——報價、交換頁面與 1inch Fusion 訂單 |
| 聰明錢 | 追蹤巨鯨動向、監控錢包並複製聰明錢訊號 |
| Polymarket | 預測市場資料、交易、跟單與策略掃描 |
| Hyperliquid | 在 Hyperliquid 交易永續合約——市價/限價、止盈止損、槓桿管理等 |
| DeFi 分析 | 全面 Web3 數據:價格、情緒、結構、巨鯨活動、波動率、收益、技術分析與事件 |
| CEX 交易 | 中心化交易所帳戶管理與 OKX 現貨/合約交易 |
| 比特幣挖礦 | 透過 Nonce 平台管理礦場並追蹤指標 |
| 宏觀指標 | 來自 FRED 的經濟數據:CPI、失業率、聯邦基金利率與殖利率利差 |
| 社群情報 | 加密社群趨勢、情緒分數、KOL 訊號與恐懼貪婪指數 |
| 錢包安全 | 代幣安全檢查、釣魚偵測、授權安全與 Rugpull 風險偵測 |
| 結算智慧 | 預測 EVM Gas 分層、尋找最佳交易視窗、評估三明治攻擊風險、查看 BTC 記憶體池手續費 |
| 多鏈資產 | 跨 EVM 與非 EVM 鏈查詢錢包餘額 |
| 網路搜尋 | 網路搜尋與內容擷取,支援研究型工作流 |
| 代幣轉帳 | 準備、確認與追蹤跨鏈代幣轉帳 |
在使用需要認證的工具前,呼叫 antalpha-register 以取得您的 agent_id 與一次性 api_key:
Use the tool: antalpha-register您將收到:
{
"agent_id": "550e8400-e29b-41d4-a716-446655440000",
"api_key": "sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"created_at": "2025-04-08T12:00:00Z",
"message": "Agent registered successfully."
}重要提示:請保存您的 api_key——它僅顯示一次。當伺服器啟用 API Key 認證時,後續所有請求需透過 x-antalpha-agent-api-key 請求標頭攜帶該 Key。
透過 test-ping 測試連通性:
Use the tool: test-ping預期回應:
{
"ok": true,
"service": "mcp-skills",
"at": "2025-04-08T12:00:00Z"
}由 0x 與 1inch 驅動的鏈上代幣交換工具。
swap-quote透過 0x API 取得即時 DEX 交換報價。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| sell_token | string | 是 | 賣出代幣地址 |
| buy_token | string | 是 | 買入代幣地址 |
| sell_amount | string | 是 | 賣出數量(代幣最小單位) |
| taker | string | 否 | 執行交換的錢包地址 |
| chain_id | number | 否 | 鏈 ID(預設 1,即 Ethereum) |
傳回值: 報價詳情,包括 buy_amount、min_buy_amount、price、gas_estimate、gas_price_gwei、route 明細,以及可選的 tx 物件(可直接廣播)。
swap-create-page產生確定的 0x 報價以及賽博龐克風格的 HTML 交換頁面,可在任意錢包瀏覽器中開啟。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| sell_token | string | 是 | 賣出代幣地址 |
| buy_token | string | 是 | 買入代幣地址 |
| sell_amount | string | 是 | 賣出數量 |
| taker | string | 是 | 0x 前綴的錢包地址 |
| chain_id | number | 否 | 鏈 ID |
| hosted_url | string | 否 | 交換頁面的託管 URL |
傳回值: preview_url、file_id、html_size_bytes、wallets_supported,以及嵌入的 quote 物件。
swap-full一鍵回傳確定報價、交換頁面 HTML 與可直接廣播的交易資料——所有資訊一次回傳。
傳回值: 合併的 quote、swap_page 與 tx 物件。
參數同 swap-create-page。
swap-tokens列出指定鏈上內建支援的代幣。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| chain_id | number | 否 | 鏈 ID |
| search | string | 否 | 依代幣符號或地址篩選 |
傳回值: { symbol, name, address, decimals } 陣列及解析後的 chain_id。
swap-gas透過輕量 0x 探測取得指示性 Gas 價格。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| chain_id | number | 否 | 鏈 ID |
傳回值: { gas_price_gwei, estimated_gas, estimated_cost_eth }。
基於時間的荷蘭拍賣訂單,防止 MEV 攻擊並保證無滑價。
smart-swap-create建立 1inch Fusion 訂單並產生帶 QR 碼的簽章頁面。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| sell_token | string | 是 | 賣出代幣地址 |
| buy_token | string | 是 | 買入代幣地址 |
| sell_amount | string | 是 | 賣出數量 |
| target_price | string | 是 | 目標買入數量或價格 |
| wallet | string | 是 | 0x 前綴的錢包地址 |
| expiry | string | 否 | 過期時間(ISO 8601) |
| engine | string | 否 | "1inch" 或 "0x"(預設 "1inch") |
| chain_id | number | 否 | 鏈 ID |
傳回值: 訂單詳情(order_hash、status、expiry_human)、簽章頁面(preview_url、qr_image_url、file_id)以及預先檢查結果(needs_approve、needs_weth_wrap)。
目前僅支援 engine=1inch 與 chain_id=1(Ethereum 主網)。
smart-swap-list列出指定錢包的所有 Smart Swap 訂單。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| wallet | string | 是 | 0x 前綴的錢包地址 |
| chain_id | number | 否 | 鏈 ID |
傳回值: { orders: Array<Record>, total: number }。
smart-swap-status取得指定訂單的狀態。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| order_hash | string | 是 | 訂單雜湊 |
| chain_id | number | 否 | 鏈 ID |
傳回值: { order_hash, status, raw? }。
smart-swap-cancel檢查 Fusion 訂單是否可取消,並取得取消方式。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| order_hash | string | 是 | 訂單雜湊 |
| wallet | string | 是 | 0x 前綴的錢包地址 |
| chain_id | number | 否 | 鏈 ID |
傳回值: { order_hash, wallet, status, cancelable, cancel_methods, router_contract, note }。
追蹤驅動市場的錢包。本類別所有工具均需有效的 agent_id。
smart-money-signal取得被監控的聰明錢錢包的即時交易訊號(公共池+您的私有監控列表)。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| agent_id | string (UUID) | 是 | 您的 Agent ID |
| level | string | 否 | 訊號級別:"high"、"medium"、"low" 或 "all"(預設 "all") |
| limit | number | 否 | 訊號數量,1–100(預設 20) |
| since | string | 否 | 取得此時間之後的訊號(ISO 8601) |
傳回值: 訊號陣列,每個訊號包含 level、wallet、label、action、token、amount_usd、tx_hash、timestamp、context,以及 summary 與 last_updated。
smart-money-watch查看指定錢包的近期鏈上活動。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| agent_id | string (UUID) | 是 | 您的 Agent ID |
| address | string | 是 | 0x 前綴的錢包地址 |
| limit | number | 否 | 交易數量,1–50(預設 10) |
傳回值: 錢包標籤、近期交易(方向、代幣、金額、雜湊、時間戳),以及買賣筆數與金額的彙總。
smart-money-list列出所有被監控的錢包——包括公共訊號池與您的私有監控列表。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| agent_id | string (UUID) | 是 | 您的 Agent ID |
傳回值: 錢包陣列,每個包含 address、label、category、type("public" 或 "private")、added_at,以及 total、public_count、private_count 與 by_category 分類統計。
smart-money-custom管理自訂聰明錢設定與監控列表地址。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| agent_id | string (UUID) | 是 | 您的 Agent ID |
| action | string | 是 | add, remove, list, settings-get, settings-update, stablecoin-add, stablecoin-remove, or stablecoin-list |
| address | string | 否 | 0x-prefixed wallet address |
| label | string | 否 | Human-readable label |
| min_push_amount_usd | number | 否 | Minimum USD for push notifications |
| push_stablecoin_buy | boolean | 否 | Push stablecoin buy signals |
| chain_id | string | 否 | Chain ID for settings |
| token_address | string | 否 | Token address for stablecoin ops |
| token_symbol | string | 否 | Token symbol for stablecoin ops |
| category | string | 否 | "fund", "whale", "dex_trader", "nft_trader", or "other" (for add) |
傳回值: 自訂操作的執行結果。
smart-money-scan觸發對私有監控列表地址的按需掃描。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| agent_id | string (UUID) | 是 | 您的 Agent ID |
傳回值: { scanned, results: [{ wallet, label, transfers_found, new_signals, errors }], summary }。
smart-money-pool監控指定地址的流動性池活動。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| agent_id | string (UUID) | 是 | 您的 Agent ID |
| address | string | 是 | Address to monitor |
| event_type | string | 否 | POOL_IN, POOL_OUT, or all |
| dex | string | 否 | uniswap_v2, uniswap_v3, or all |
| limit | number | 否 | Max events |
| since | string | 否 | Start time (ISO 8601) |
傳回值: Pool activity events for the address.
發現、跟隨與跟單 Polymarket 頂級交易員。本類別所有工具均需有效的 agent_id。
poly-master-traders依勝率與交易數量發現 Polymarket 優秀交易員。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| agent_id | string (UUID) | 是 | 您的 Agent ID |
| min_trades | number | 否 | 最低交易筆數(預設 50) |
| min_win_rate | number | 否 | 最低勝率 %(預設 55) |
| limit | number | 否 | 回傳交易員數量,1–50(預設 20) |
poly-intelGet intelligence data about Polymarket traders or markets.
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| agent_id | string (UUID) | 是 | 您的 Agent ID |
| action | string | 是 | wallet-profile, leaderboard, top-holders, hotspots, or network-stats |
| address | string | 否 | Address for wallet-profile |
| event_id | string | 否 | Event ID for market data |
| limit | number | 否 | Max items |
傳回值: Intelligence data for the requested action.
poly-master-search-marketSearch for Polymarket markets.
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| agent_id | string (UUID) | 是 | 您的 Agent ID |
| query | string | 是 | Search query |
| lang | string | 否 | Language |
| limit | number | 否 | Max markets |
| min_liquidity | number | 否 | Min liquidity |
| include_closed | boolean | 否 | Include closed markets |
傳回值: Matching Polymarket markets.
poly-ordersGet list of Polymarket orders.
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| agent_id | string (UUID) | 是 | 您的 Agent ID |
| status | string | 否 | Order status filter |
| limit | number | 否 | Max orders |
傳回值: List of Polymarket orders.
Also exposed as poly-master-orders for copy-trading flows.
poly-master-strategy-scanScan for profitable trading strategies.
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| agent_id | string (UUID) | 是 | 您的 Agent ID |
| limit | number | 否 | Max strategies |
| min_tier | string | 否 | T1, T2, or T3 |
| dry_run | boolean | 否 | Dry-run mode |
傳回值: Profitable trading strategies.
poly-master-strategy-metricsGet performance metrics for your trading strategies.
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| agent_id | string (UUID) | 是 | 您的 Agent ID |
傳回值: Strategy performance metrics.
poly-master-strategy-dry-runEnable or disable dry-run mode for strategies.
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| agent_id | string (UUID) | 是 | 您的 Agent ID |
| enabled | boolean | 是 | Whether dry-run is enabled |
傳回值: Dry-run mode confirmation.
poly-master-follow關注或取消關注交易員以進行跟單。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| agent_id | string (UUID) | 是 | 您的 Agent ID |
| wallet_address | string | 是 | 您的錢包地址 |
| trader_address | string | 是 | 要跟隨的交易員地址 |
| copy_ratio | number | 否 | 跟單比例 %,1–100(預設 10) |
| action | string | 否 | "follow" 或 "unfollow" |
poly-master-status取得跟單交易狀態、活躍訂單及風控設定。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| agent_id | string (UUID) | 是 | 您的 Agent ID |
poly-master-risk查看或更新風控參數。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| agent_id | string (UUID) | 是 | 您的 Agent ID |
| stop_loss_percent | number | 否 | 止損百分比 |
| take_profit_percent | number | 否 | 止盈百分比 |
| max_position_per_market | number | 否 | 單市場最大持倉 |
| max_total_position | number | 否 | 總最大持倉 |
| max_slippage_percent | number | 否 | 最大滑點 % |
poly-master-pnl取得跟單交易的 PnL 報告。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| agent_id | string (UUID) | 是 | 您的 Agent ID |
| period | string | 否 | "day"、"week"、"month" 或 "all" |
poly-master-orders列出您的跟單交易訂單。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| agent_id | string (UUID) | 是 | 您的 Agent ID |
| status | string | 否 | 依狀態篩選:"pending_signature"、"submitted"、"matched"、"failed"、"cancelled" |
| limit | number | 否 | 訂單數量,1–100(預設 20) |
poly-trending依 24 小時交易量查看 Polymarket 熱門市場。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| agent_id | string (UUID) | 是 | 您的 Agent ID |
| limit | number | 否 | 市場數量,1–50(預設 10) |
| category | string | 否 | "crypto"、"politics"、"sports"、"geopolitics"、"entertainment"、"finance" |
| min_liquidity | number | 否 | 最低流動性閾值 |
poly-new取得最近建立的 Polymarket 市場。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| agent_id | string (UUID) | 是 | 您的 Agent ID |
| limit | number | 否 | 回傳市場數量 |
| hours | number | 否 | 回溯視窗(小時),1–168(預設 48) |
| category | string | 否 | 分類篩選 |
poly-market-info取得特定 Polymarket 市場的詳細資訊。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| agent_id | string (UUID) | 是 | 您的 Agent ID |
| market_id | string | 是 | 市場 ID(索引編號、conditionId 或 Gamma ID) |
poly-positions取得錢包目前的 Polymarket 持倉。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| agent_id | string (UUID) | 是 | 您的 Agent ID |
| proxy_wallet | string | 是 | 0x 前綴的 GnosisSafe 代理錢包地址 |
poly-history取得錢包近期的交易與轉帳活動。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| agent_id | string (UUID) | 是 | 您的 Agent ID |
| proxy_wallet | string | 是 | 0x 前綴的代理錢包地址 |
| limit | number | 否 | 紀錄數量,1–100(預設 20) |
poly-buy透過 EIP-712 簽章頁面購買結果代幣。您的私鑰不會離開錢包。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| agent_id | string (UUID) | 是 | 您的 Agent ID |
| market_id | string | 是 | 市場 ID |
| outcome | string | 是 | 要購買的結果 |
| amount_usdc | number | 是 | 購買金額(USDC) |
| price | number | 否 | 目標價格 |
| wallet_address | string | 是 | 您的錢包地址 |
| proxy_wallet | string | 否 | 代理錢包地址 |
傳回值: 簽章頁面 URL、訂單詳情及操作指引。
poly-sell透過 EIP-712 簽章頁面出售結果代幣。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| agent_id | string (UUID) | 是 | 您的 Agent ID |
| market_id | string | 是 | 市場 ID |
| outcome | string | 是 | 要出售的結果 |
| size | number | 是 | 出售數量 |
| price | number | 否 | 目標價格 |
| wallet_address | string | 是 | 您的錢包地址 |
| proxy_wallet | string | 否 | 代理錢包地址 |
傳回值: 簽章頁面 URL、訂單詳情及操作指引。
poly-confirm檢查 poly-buy 或 poly-sell 訂單的狀態。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| agent_id | string (UUID) | 是 | 您的 Agent ID |
| order_id | string (UUID) | 是 | 訂單 ID |
在 Hyperliquid CLOB 上交易永續合約。唯讀工具無需私鑰。
hl-price取得資產價格。未指定幣種時回傳 Top 10。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| coin | string | 否 | 幣種名稱(如 "BTC") |
hl-account取得帳戶摘要。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| address | string | 是 | Hyperliquid 錢包地址 |
hl-book取得 L2 訂單簿深度。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| coin | string | 是 | 幣種名稱 |
| depth | number | 否 | 深度檔位,1–50(預設 10) |
hl-orders列出指定地址的未成交訂單。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| address | string | 是 | Hyperliquid 錢包地址 |
hl-positions取得永續合約持倉。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| address | string | 是 | Hyperliquid 錢包地址 |
hl-funding依幅度排序取得資金費率。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| limit | number | 否 | 幣種數量,1–100(預設 20) |
hl-balance-check預先檢查帳戶餘額是否足以下單。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| address | string | 是 | Hyperliquid 錢包地址 |
| coin | string | 是 | 幣種名稱 |
| size | number | 是 | 交易數量 |
| price | number | 是 | 價格 |
| leverage | number | 否 | 槓桿倍數 |
| order_type | string | 否 | "spot" 或 "perp" |
| is_buy | boolean | 否 | 是否買入 |
這些工具需要您的 Hyperliquid 私鑰(agent_key)與擁有者地址。私鑰僅用於當前請求的簽章,不會在伺服器端儲存。
hl-limit-order下限價單。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| agent_key | string | 是 | 您的 Hyperliquid 私鑰 |
| owner | string | 是 | 您的錢包地址 |
| coin | string | 是 | 幣種名稱 |
| side | string | 是 | "buy" 或 "sell" |
| price | number | 是 | 限價 |
| size | number | 是 | 交易數量 |
| tif | string | 否 | 時間有效性:"Gtc"、"Ioc" 或 "Alo" |
| reduce_only | boolean | 否 | 僅減倉 |
hl-market-order下市價單。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| agent_key | string | 是 | 您的 Hyperliquid 私鑰 |
| owner | string | 是 | 您的錢包地址 |
| coin | string | 是 | 幣種名稱 |
| side | string | 是 | "buy" 或 "sell" |
| size | number | 是 | 交易數量 |
| slippage | number | 否 | 滑點容忍度 % |
hl-close市價平倉。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| agent_key | string | 是 | 您的 Hyperliquid 私鑰 |
| owner | string | 是 | 您的錢包地址 |
| coin | string | 是 | 幣種名稱 |
| slippage | number | 否 | 滑點容忍度 % |
hl-cancel取消訂單。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| agent_key | string | 是 | 您的 Hyperliquid 私鑰 |
| owner | string | 是 | 您的錢包地址 |
| coin | string | 是 | 幣種名稱 |
| oid | number | 是 | 訂單 ID |
hl-leverage設定永續合約槓桿。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| agent_key | string | 是 | 您的 Hyperliquid 私鑰 |
| owner | string | 是 | 您的錢包地址 |
| coin | string | 是 | 幣種名稱 |
| leverage | number | 是 | 槓桿倍數(1–100) |
| mode | string | 否 | "cross"(全倉)或 "isolated"(逐倉) |
hl-tp-sl下止盈/止損觸發單。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| agent_key | string | 是 | 您的 Hyperliquid 私鑰 |
| owner | string | 是 | 您的錢包地址 |
| coin | string | 是 | 幣種名稱 |
| type | string | 是 | "tp" 或 "sl" |
| side | string | 是 | "buy" 或 "sell" |
| trigger_price | number | 是 | 觸發價格 |
| size | number | 是 | 交易數量 |
hl-modify-order修改既有訂單。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| agent_key | string | 是 | 您的 Hyperliquid 私鑰 |
| owner | string | 是 | 您的錢包地址 |
| coin | string | 是 | 幣種名稱 |
| oid | number | 是 | 訂單 ID |
| side | string | 是 | "buy" 或 "sell" |
| price | number | 是 | 新價格 |
| size | number | 是 | 新數量 |
| tif | string | 否 | 時間有效性 |
發現、分析與比較 DeFi 投資機會。
investor_discover依偏好發現 DeFi 投資機會。支援自由自然語言與結構化篩選條件。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| session_id | string | 否 | 多輪對話的會話識別符 |
| natural_language | string | 否 | 以自然語言描述投資偏好 |
| structured_preferences | object | 否 | 結構化篩選:{ asset_type?, risk_level?, chain?, min_apy?, max_apy?, min_tvl? } |
| limit | number | 否 | 推薦數量,1–10(預設 5) |
傳回值: 動態物件,包含 intent、recommendations、search_stats、excluded 產品與 metadata。
investor_analyze取得特定 DeFi 產品的深度分析報告。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| product_id | string | 是 | 產品識別符 |
| analysis_depth | string | 否 | "basic"、"detailed" 或 "full" |
| include_history | boolean | 否 | 是否包含歷史表現資料 |
傳回值: 動態物件,包含 product 詳情、historical_data、llm_insights、confidence 評分及 generated_at 時間戳。
investor_compare並排比較多個 DeFi 產品。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| product_ids | string[] | 是 | 要比較的產品 ID(2–5 個) |
| dimensions | string[] | 否 | 指定比較維度 |
傳回值: 動態物件,包含 products、comparisons、recommendation 及 generated_at。
查詢 EVM 與非 EVM 鏈上的錢包餘額。
multi-source-token-list聚合指定錢包在所有 EVM 鏈上的代幣餘額。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| address | string | 是 | 0x 前綴的 EVM 錢包地址 |
傳回值: { tokens: Array<{ id, chain, name, symbol, display_symbol, decimals, protocol_id, price, is_verified, amount, raw_amount, ... }> }。
wallet-balance-query查詢非 EVM 區塊鏈地址的原生代幣餘額。自動從地址格式偵測鏈類型。
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| address | string | 是 | 區塊鏈錢包地址(自動偵測鏈類型) |
傳回值: 原生代幣餘額與鏈資訊。
OKX 現貨與合約交易。標記 ⚠️ 的寫入工具在呼叫前務必先向使用者確認。
cex-setup-check檢查 OKX API 憑證是否已設定。每次會話開始時呼叫。
cex-setup-save儲存使用者提供的 OKX API 憑證。
cex-setup-verify透過獲取帳戶餘額來驗證 OKX API 憑證。
cex-account-get-info取得 OKX 帳戶摘要:總權益、未實現盈虧、可用與凍結餘額。
cex-account-get-balance取得 OKX 統一帳戶中各幣種的詳細餘額。
cex-spot-place-order⚠️ 寫入 — 在 OKX 下現貨訂單。呼叫前務必先向使用者確認。
cex-spot-cancel-order⚠️ 寫入 — 取消 OKX 現貨訂單。
cex-spot-get-orders取得 OKX 現貨訂單(掛單中或歷史)。
cex-futures-place-order⚠️ 寫入 — 在 OKX 下合約訂單。使用 'action' 語意模式(open_long/open_short/close_long/close_short)或提供 'side'+'posSide'。呼叫前務必先向使用者確認。
cex-futures-cancel-order⚠️ 寫入 — 取消 OKX 合約訂單。
cex-futures-get-positions取得 OKX 目前合約持倉,附保證金健康警報。
cex-futures-set-leverage⚠️ 寫入 — 設定 OKX 合約槓桿。
cex-futures-close-position⚠️ 寫入 — 以市價單平倉 OKX 合約所有持倉。
cex-market-get-ticker取得 OKX 交易對即時行情(價格、成交量、買賣盤)。instId 範例:BTC-USDT、BTC-USDT-SWAP。
cex-market-get-kline取得 OKX 交易對的 OHLCV K 線資料。
cex-market-get-orderbook取得 OKX 交易對的訂單簿(買盤與賣盤)。
cex-market-get-instruments取得 OKX 可用交易對列表。
透過 Nonce 平台監控與管理 Bitcoin 礦場。標記 ⚠️ 的寫入工具在呼叫前務必先向使用者確認。
easy-mining-get-workspace取得與 API Key 綁定的 Nonce 工作空間資訊。用於驗證連線並獲取工作空間詳情。
easy-mining-list-farms列出 Nonce 工作空間關聯的所有 Bitcoin 礦場。回傳礦場 ID 與名稱。
easy-mining-list-agents列出工作空間關聯的所有 Nonce Agent。
easy-mining-list-miners取得礦場中所有礦機的即時狀態:算力、功耗、溫度、挖礦狀態、硬體詳情、錯誤資訊。
easy-mining-list-metrics-history取得礦場歷史指標:算力、上線礦機數量、BTC 收益。日級別粒度。
easy-mining-list-pool-diffs取得礦場中礦機的礦池變更紀錄。
easy-mining-list-history取得特定礦機的歷史效能資料:算力曲線、功耗、溫度、運行時間。
easy-mining-list-miner-tasks取得特定礦機的任務執行歷史(重啟、韌體升級等)。
easy-mining-list-task-batches取得任務批次列表,支援分頁。
easy-mining-create-task-batch⚠️ 寫入操作 — 建立礦機批次任務(重啟、功耗模式變更、韌體升級、礦池設定等)。呼叫前務必先向使用者確認。
easy-mining-get-task-batch依 ID 取得特定任務批次的狀態與結果。
來自 FRED 的經濟數據,包含 CPI、失業率、聯邦基金利率等。
macro-fred-cpiGet Consumer Price Index data from FRED.
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| months | number | 否 | Months of data (default: 12) |
傳回值: Macroeconomic time series data from FRED.
macro-fred-nfpGet Non-Farm Payrolls data from FRED.
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| months | number | 否 | Months of data (default: 2) |
傳回值: Macroeconomic time series data from FRED.
macro-fred-m2Get M2 Money Supply data from FRED.
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| weeks | number | 否 | Weeks of data (default: 53) |
傳回值: Macroeconomic time series data from FRED.
macro-fred-yield-spreadGet Treasury Yield Spread data from FRED.
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| days | number | 否 | Days of data (default: 5) |
傳回值: Macroeconomic time series data from FRED.
macro-fred-unemploymentGet Unemployment Rate data from FRED.
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| months | number | 否 | Months of data (default: 2) |
傳回值: Macroeconomic time series data from FRED.
macro-fred-sahmGet Sahm Rule Recession Indicator from FRED.
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| months | number | 否 | Months of data (default: 2) |
傳回值: Macroeconomic time series data from FRED.
macro-fred-fed-rateGet Federal Funds Rate data from FRED.
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| days | number | 否 | Days of data (default: 5) |
傳回值: Macroeconomic time series data from FRED.
macro-fred-allGet all available FRED macro indicators.
傳回值: Macroeconomic time series data from FRED.
macro-fred-cache-clearClear cached FRED data.
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| prefix | string | 否 | Prefix to clear specific cached data |
傳回值: Macroeconomic time series data from FRED.
加密社群趨勢、情緒與 KOL 訊號。
crypto-social-trendingGet trending cryptocurrencies on social media.
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| limit | number | 否 | Max tokens (default: 10) |
傳回值: Social metrics and sentiment data.
crypto-sentiment-scoreGet sentiment score for a cryptocurrency.
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| symbol | string | 是 | Token symbol |
| time_range | string | 否 | "24h" or "7d" |
傳回值: Social metrics and sentiment data.
crypto-kol-signalsGet signals from crypto Key Opinion Leaders.
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| symbol | string | 是 | Token symbol |
| time_range | string | 否 | "24h" or "7d" |
傳回值: Social metrics and sentiment data.
crypto-mention-surgeGet cryptocurrencies with mention surges on social media.
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| limit | number | 否 | Max tokens (default: 10) |
傳回值: Social metrics and sentiment data.
data-sentiment-fngGet the current crypto fear and greed index.
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| days | number | 否 | Days of history (default: 7) |
傳回值: Social metrics and sentiment data.
代幣安全檢查、釣魚偵測與授權安全分析。
wallet-guard-token-securityCheck security of a token contract.
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| chain_id | string | 是 | Chain ID |
| contract_addresses | string | 是 | Contract address(es) |
傳回值: Security analysis results.
wallet-guard-address-securityCheck security of a wallet address.
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| address | string | 是 | Wallet address |
| chain_id | string | 否 | Chain ID (default: mainnet) |
傳回值: Security analysis results.
wallet-guard-approval-securityCheck security of wallet approvals.
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| address | string | 是 | Wallet address |
| chain_id | string | 是 | Chain ID |
| type | string | 否 | "erc20", "erc721", "erc1155", or "all" |
傳回值: Security analysis results.
wallet-guard-nft-securityCheck security of an NFT contract.
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| chain_id | string | 是 | Chain ID |
| contract_address | string | 是 | NFT contract address |
| token_id | string | 否 | Specific token ID |
傳回值: Security analysis results.
wallet-guard-phishing-siteCheck if a URL is a phishing site.
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| url | string | 是 | URL to check |
傳回值: Security analysis results.
wallet-guard-token-deep-scanPerform a deep security scan of a token contract.
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| chain_id | string | 是 | Chain ID |
| contract_address | string | 是 | Contract address |
傳回值: Security analysis results.
wallet-guard-rugpull-detectionDetect potential rugpull risks for a token.
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| chain_id | string | 是 | Chain ID |
| contract_address | string | 是 | Contract address |
傳回值: Security analysis results.
發現並評估加密空投機會。
airdrop-scanScan for active airdrops.
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| chain | string | 否 | Chain filter |
| status | string | 否 | "active" or "upcoming" |
| limit | number | 否 | Max results (default: 20) |
傳回值: Airdrop listings or risk assessment.
airdrop-daily-reportGet daily airdrop report.
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| chain | string | 否 | Chain filter |
| grade_filter | string | 否 | "S", "A", "B", or "all" (default: all) |
傳回值: Airdrop listings or risk assessment.
airdrop-check-projectCheck details of a specific airdrop project.
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| project_name | string | 是 | Project name |
傳回值: Airdrop listings or risk assessment.
airdrop-zero-costFind zero-cost airdrops.
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| chain | string | 否 | Chain filter |
| limit | number | 否 | Max results (default: 10) |
傳回值: Airdrop listings or risk assessment.
airdrop-scam-checkCheck if an airdrop project is potentially a scam.
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| url | string | 否 | Project URL |
| project_name | string | 否 | Project name |
傳回值: Airdrop listings or risk assessment.
以鏈上指標分析迷因代幣。
meme-analyzeAnalyze a meme token.
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| agent_id | string (UUID) | 是 | 您的 Agent ID |
| token_name | string | 是 | Meme token name |
傳回值: Analysis with metrics and risk factors.
即時 Web3 指標與市場數據,附新鮮度元數據。
data-price-btcGet current BTC price data with freshness metadata.
傳回值: Real-time Web3 indicator payload with freshness metadata.
data-price-ethGet current ETH price data with freshness metadata.
傳回值: Real-time Web3 indicator payload with freshness metadata.
data-sentiment-fngGet current crypto fear and greed index with freshness metadata.
傳回值: Real-time Web3 indicator payload with freshness metadata.
data-sentiment-funding-btcGet BTC funding rate sentiment with freshness metadata.
傳回值: Real-time Web3 indicator payload with freshness metadata.
data-sentiment-futures-premium-btcGet BTC futures premium sentiment with freshness metadata.
傳回值: Real-time Web3 indicator payload with freshness metadata.
data-sentiment-oi-dexGet DEX open interest sentiment with freshness metadata.
傳回值: Real-time Web3 indicator payload with freshness metadata.
data-sentiment-stablecoin-mcapGet stablecoin market cap sentiment with freshness metadata.
傳回值: Real-time Web3 indicator payload with freshness metadata.
data-structure-btc-dominanceGet BTC dominance data with freshness metadata.
傳回值: Real-time Web3 indicator payload with freshness metadata.
data-structure-defi-tvlGet DeFi TVL data with freshness metadata.
傳回值: Real-time Web3 indicator payload with freshness metadata.
data-structure-defi-tvl-ethereumGet Ethereum DeFi TVL data with freshness metadata.
傳回值: Real-time Web3 indicator payload with freshness metadata.
data-structure-dex-volumeGet DEX volume data with freshness metadata.
傳回值: Real-time Web3 indicator payload with freshness metadata.
data-structure-eth-btcGet ETH/BTC ratio data with freshness metadata.
傳回值: Real-time Web3 indicator payload with freshness metadata.
data-whale-etf-flowGet ETF flow data with freshness metadata.
傳回值: Real-time Web3 indicator payload with freshness metadata.
data-whale-exchange-reserveGet exchange reserve data with freshness metadata.
傳回值: Real-time Web3 indicator payload with freshness metadata.
data-whale-coinbase-premiumGet Coinbase premium data with freshness metadata.
傳回值: Real-time Web3 indicator payload with freshness metadata.
data-whale-taker-ratioGet taker ratio data with freshness metadata.
傳回值: Real-time Web3 indicator payload with freshness metadata.
data-vol-oi-cexGet CEX open interest volatility data with freshness metadata.
傳回值: Real-time Web3 indicator payload with freshness metadata.
data-vol-liquidationsGet liquidation data with freshness metadata.
傳回值: Real-time Web3 indicator payload with freshness metadata.
data-vol-options-max-painGet options max pain data with freshness metadata.
傳回值: Real-time Web3 indicator payload with freshness metadata.
data-vol-options-oiGet options open interest data with freshness metadata.
傳回值: Real-time Web3 indicator payload with freshness metadata.
data-yield-stethGet stETH yield data with freshness metadata.
傳回值: Real-time Web3 indicator payload with freshness metadata.
data-yield-stablecoinGet stablecoin yield data with freshness metadata.
傳回值: Real-time Web3 indicator payload with freshness metadata.
data-yield-defi-allGet overall DeFi yield data with freshness metadata.
傳回值: Real-time Web3 indicator payload with freshness metadata.
data-ta-rsi-btcGet BTC RSI technical indicator with freshness metadata.
傳回值: Real-time Web3 indicator payload with freshness metadata.
data-ta-ma200Get 200-day moving average data with freshness metadata.
傳回值: Real-time Web3 indicator payload with freshness metadata.
data-ta-macdGet MACD indicator data with freshness metadata.
傳回值: Real-time Web3 indicator payload with freshness metadata.
data-ta-bollingerGet Bollinger Bands data with freshness metadata.
傳回值: Real-time Web3 indicator payload with freshness metadata.
data-ta-ahr999Get AHR999 indicator data with freshness metadata.
傳回值: Real-time Web3 indicator payload with freshness metadata.
data-ta-puellGet Puell Multiple indicator data with freshness metadata.
傳回值: Real-time Web3 indicator payload with freshness metadata.
data-event-token-unlockGet token unlock event data with freshness metadata.
傳回值: Real-time Web3 indicator payload with freshness metadata.
data-event-security-alertGet security alert data with freshness metadata.
傳回值: Real-time Web3 indicator payload with freshness metadata.
網路搜尋與內容擷取能力。
web-search-queryPerform a web search using various backends.
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| query | string | 是 | Search query |
| limit | number | 否 | Max results |
| backend | string | 否 | "tavily", "exa", or "auto" |
| includeDomains | array | 否 | Domains to include |
| excludeDomains | array | 否 | Domains to exclude |
傳回值: Search results with titles, URLs, and snippets.
web-search-extractExtract content from a specific URL.
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| url | string | 是 | URL to extract |
| maxLength | number | 否 | Max content length |
傳回值: Extracted page content.
跨鏈代幣轉帳操作。
transfer-requestRequest a token transfer between wallets (prepare or confirm).
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| agent_id | string (UUID) | 是 | 您的 Agent ID |
| action | string | 是 | "prepare" or "confirm" |
| request_text | string | 否 | Natural language request |
| session_id | string | 否 | Transfer session ID |
| structured | object | 否 | Structured transfer payload |
| risk_acknowledged | boolean | 否 | Risk acknowledgment flag |
| price_unavailable_ack | boolean | 否 | Price unavailable acknowledgment |
傳回值: Transfer request status and details.
transfer-statusCheck the status of a token transfer.
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| agent_id | string (UUID) | 是 | 您的 Agent ID |
| session_id | string | 是 | Transfer session ID |
傳回值: Current transfer status.
transfer-cancelCancel a pending token transfer.
| 參數 | 類型 | 必填 | 說明 |
|---|---|---|---|
| agent_id | string (UUID) | 是 | 您的 Agent ID |
| session_id | string | 是 | Transfer session ID |
傳回值: Cancellation confirmation.
test-ping驗證伺服器連通性。
傳回值: { ok: true, service: "mcp-skills", at: string }。
antalpha-register 取得您的 agent_id 與一次性 api_key。x-antalpha-agent-api-key 中攜帶 api_key。api_key 在伺服器端以 SHA-256 雜湊儲存,從不以明文保存。agent_key 用於簽章。私鑰僅用於當前請求,不會持久化儲存。工具可能受到服務提供方設定的每 IP 頻率限制。未設定限制的工具可無限制使用。若觸發限制,回應中將包含友善錯誤訊息及參考 ID。
意外錯誤會回傳使用者可讀的訊息,並附唯一 reference ID(UUID)。詳細錯誤僅記錄於伺服器端日誌,供維運排查。
以下為可與 MCP 相容客戶端使用的自然語言對話範例: