Skip to content

CyberGift

全球礼品卡 + 话费充值 + 账单缴费。

概述

CyberGift 提供礼品卡购买、全球话费充值和水电网账单缴费服务。覆盖 170+ 国家。

MCP 工具

Tool说明费用
giftcard-browse按国家浏览礼品卡2%
giftcard-buy购买礼品卡2%
airtime-topup话费充值2%
airtime-detect自动检测运营商免费
bill-pay缴费2%
bill-billers查询可用账单商免费

支持品牌

Amazon, Steam, iTunes, Google Play, Netflix, Spotify, Visa Gift Card, PlayStation, Xbox, Uber, Airbnb 等。

覆盖范围

  • 礼品卡:170+ 国家
  • 话费充值:140+ 国家运营商
  • 账单缴费:50+ 国家

使用示例

购买礼品卡

{
  "service_id": "giftcard-buy",
  "params": {
    "wallet": "0x...",
    "productId": 12345,
    "unitPrice": 25,
    "recipientEmail": "user@example.com"
  }
}

话费充值

{
  "service_id": "airtime-topup",
  "params": {
    "wallet": "0x...",
    "operatorId": 678,
    "amount": 10,
    "phone": "+1234567890"
  }
}