{
  "ok": true,
  "resource": {
    "id": "RES_3D5C9B63E682",
    "resource_type": "mcp_server",
    "canonical_url": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.agentroam%2Fagentroam/versions/1.0.0",
    "name": "AgentRoam",
    "summary_en": "Buy travel eSIMs, gift cards and mobile top-ups with crypto — user confirms before any order.",
    "summary_zh": "用加密货币购买旅行eSIM、礼品卡和手机充值——用户在任何订单前需确认。",
    "description_en": "AgentRoam is an MCP server that enables purchasing travel eSIMs, gift cards, and mobile top-ups using cryptocurrency. It provides tools for searching products, getting live prices, validating orders, and creating orders. The server emphasizes user confirmation before any purchase, with a dry-run validation step that returns a confirmation token required for order creation. It supports multiple cryptocurrencies and networks, and offers both a widget-based flow and a text-only fallback wizard.",
    "description_zh": "AgentRoam是一个MCP服务器，支持使用加密货币购买旅行eSIM、礼品卡和手机充值。它提供搜索产品、获取实时价格、验证订单和创建订单的工具。服务器强调在任何购买前需用户确认，通过试运行验证步骤返回确认令牌，该令牌在创建订单时必须使用。它支持多种加密货币和网络，并提供基于小部件的流程和纯文本回退向导。",
    "provider_name": "ai.agentroam",
    "homepage_url": "https://agentroam.ai/",
    "endpoint_url": "https://agentroam.ai/api/mcp",
    "source_url": "https://github.com/adiny/nomad-crypto-travel",
    "icon_url": "https://agentroam.ai/brand/icon-256.png",
    "cover_image_url": null,
    "capabilities": [
      "commerce.purchase",
      "commerce.search",
      "commerce.pricing",
      "commerce.order-management"
    ],
    "categories": [
      "commerce"
    ],
    "industries": [
      "general"
    ],
    "protocols": [
      "mcp"
    ],
    "auth": {
      "type": "unknown"
    },
    "pricing": {
      "model": "unknown"
    },
    "input_schema": {},
    "output_schema": {},
    "metadata": {
      "content_language": "en",
      "translation_status": "original-only",
      "official_registry": {
        "version": "1.0.0",
        "packages": [],
        "remotes": []
      },
      "review_gate": {
        "passed": true,
        "reasons": [],
        "policy_version": "review-gate-v1",
        "evaluated_at": "2026-09-03T06:21:09.726Z"
      }
    },
    "latest_version": "1.0.0",
    "status": "listed",
    "health_status": "healthy",
    "source_kind": "imported",
    "source_agent": "registry.modelcontextprotocol.io",
    "trust": {
      "signal": "none",
      "reason": "No suspicious or malicious evidence found.",
      "signals": {
        "yellow": 0,
        "red": 0
      }
    },
    "review_summary": {
      "method_version": "capability-evidence-v2",
      "capability_definition": "strong",
      "contract_completeness": "strong",
      "access_friction": "low",
      "operational_transparency": "strong",
      "evidence_strength": "protocol_inspected",
      "use_readiness": "human_approval_required",
      "reviewed_at": "2026-09-03T06:33:18.667Z"
    },
    "experience_count": 0,
    "verified_experience_count": 0,
    "usage_count": 0,
    "success_rate": null,
    "first_seen_at": "2026-09-03T02:49:30.514Z",
    "last_seen_at": "2026-09-03T06:33:17.863Z",
    "published_at": "2026-09-03T06:31:39.496Z",
    "created_at": "2026-09-03T02:49:30.514Z",
    "updated_at": "2026-09-03T06:33:18.667Z",
    "api_url": "https://aiworkshub.io/api/v1/resources/RES_3D5C9B63E682",
    "reviews_url": "https://aiworkshub.io/api/v1/resources/RES_3D5C9B63E682/reviews",
    "public_url": "https://aiworkshub.io/resources/RES_3D5C9B63E682",
    "distribution": {
      "canonical_identity": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.agentroam%2Fagentroam/versions/1.0.0",
      "syndicatable": true,
      "origins": [
        {
          "registry_url": "https://registry.modelcontextprotocol.io/",
          "upstream_resource_id": "ai.agentroam/agentroam@1.0.0",
          "upstream_record_url": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.agentroam%2Fagentroam/versions/1.0.0",
          "relation": "syndicated",
          "metadata": {
            "source": "official-mcp-registry"
          },
          "first_seen_at": "2026-09-03T02:49:30.514Z",
          "last_seen_at": "2026-09-03T06:33:17.863Z"
        }
      ]
    },
    "tools": [
      {
        "name": "create_order",
        "title_en": "Create Order",
        "title_zh": "创建订单",
        "description_en": "Create the real order (requires confirm_token from validate_order, after user approval). Returns the payment wallet address, exact crypto amount, 30-minute expiry, and an order-status URL. The purchased code/QR is emailed by Cryptorefills to the buyer — it is never returned here.",
        "description_zh": "创建真实订单（需要validate_order返回的confirm_token，并在用户批准后）。返回支付钱包地址、精确加密货币金额、30分钟有效期和订单状态URL。购买的代码/QR码由Cryptorefills通过电子邮件发送给买家——此处绝不返回。",
        "input_schema": {
          "type": "object",
          "properties": {
            "confirm_token": {
              "type": "string",
              "description": "One-time token returned by validate_order (valid 10 minutes)"
            },
            "full_name": {
              "type": "string",
              "description": "Buyer full legal name — only if a previous attempt returned FULLNAME_MISSING"
            }
          },
          "required": [
            "confirm_token"
          ]
        },
        "output_schema": {
          "type": "object",
          "properties": {
            "external_order_id": {
              "type": "string"
            },
            "state": {
              "type": "string",
              "description": "CREATED | WAITING_FOR_PAYMENT | PARTIAL | COMPLETED | CANCELED | EXPIRED"
            },
            "pay_to_address": {
              "type": "string",
              "description": "Wallet address to send funds to"
            },
            "pay_amount": {
              "type": "number",
              "description": "EXACT amount to send"
            },
            "coin": {
              "type": "string"
            },
            "network": {
              "type": "string",
              "description": "Exact network — funds sent elsewhere are lost"
            },
            "network_label": {
              "type": "string"
            },
            "payment_expires_at": {
              "type": "string",
              "description": "ISO timestamp; 30-minute window"
            },
            "status_token": {
              "type": "string"
            },
            "status_url": {
              "type": "string",
              "description": "Live order-status page"
            },
            "payment_url": {
              "type": "string",
              "description": "Payment page with QR"
            },
            "qr_url": {
              "type": "string",
              "description": "QR code PNG of the address"
            },
            "instructions": {
              "type": "string"
            },
            "error": {
              "type": "string",
              "description": "Present on failure: KYC_MISSING | FULLNAME_MISSING | PHONE_MISSING | CONFIRM_TOKEN_*"
            },
            "kyc_url": {
              "type": "string",
              "description": "Hosted verification link when error=KYC_MISSING"
            }
          },
          "required": [],
          "additionalProperties": true
        },
        "unit_kind": "mcp_tool",
        "effect": "irreversible",
        "open_world": true,
        "idempotency": "unknown",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "get_currencies",
        "title_en": "Get Currencies",
        "title_zh": "获取货币",
        "description_en": "List all supported payment cryptocurrencies (the response carries the current set).",
        "description_zh": "列出所有支持的支付加密货币（响应包含当前集合）。",
        "input_schema": {
          "type": "object",
          "properties": {},
          "required": []
        },
        "output_schema": {
          "type": "object",
          "properties": {
            "currencies": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          "required": [
            "currencies"
          ],
          "additionalProperties": true
        },
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": false,
        "idempotency": "safe_to_retry",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "get_order_status",
        "title_en": "Get Order Status",
        "title_zh": "获取订单状态",
        "description_en": "Poll order state (WAITING_FOR_PAYMENT → PARTIAL → COMPLETED, or CANCELED/EXPIRED). Requires the status_token from create_order.",
        "description_zh": "轮询订单状态（WAITING_FOR_PAYMENT → PARTIAL → COMPLETED，或CANCELED/EXPIRED）。需要create_order返回的status_token。",
        "input_schema": {
          "type": "object",
          "properties": {
            "external_order_id": {
              "type": "string"
            },
            "status_token": {
              "type": "string",
              "description": "statusToken returned by create_order"
            }
          },
          "required": [
            "external_order_id",
            "status_token"
          ]
        },
        "output_schema": {
          "type": "object",
          "properties": {
            "external_order_id": {
              "type": "string"
            },
            "state": {
              "type": "string",
              "description": "WAITING_FOR_PAYMENT | PARTIAL | COMPLETED | CANCELED | EXPIRED | REFUNDED"
            },
            "brand": {
              "type": "string"
            },
            "denomination": {
              "type": "string"
            },
            "coin": {
              "type": "string"
            },
            "network": {
              "type": "string"
            },
            "payment_expires_at": {
              "type": "string"
            },
            "status_url": {
              "type": "string"
            },
            "error": {
              "type": "string",
              "description": "not_found when id/token mismatch"
            }
          },
          "required": [],
          "additionalProperties": true
        },
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": true,
        "idempotency": "safe_to_retry",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "get_payment_methods",
        "title_en": "Get Payment Methods",
        "title_zh": "获取支付方式",
        "description_en": "Full payment matrix: every supported coin × network combination currently available, with the exact network strings orders require. The response includes live totals — report those, never a memorized count.",
        "description_zh": "完整支付矩阵：当前可用的每个支持的币种×网络组合，以及订单所需的精确网络字符串。响应包含实时总数——报告这些，切勿使用记忆的计数。",
        "input_schema": {
          "type": "object",
          "properties": {},
          "required": []
        },
        "output_schema": {
          "type": "object",
          "properties": {
            "payment_via": {
              "type": "string"
            },
            "combinations": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "coin": {
                    "type": "string"
                  },
                  "network": {
                    "type": "string",
                    "description": "Exact string to pass on orders"
                  },
                  "display": {
                    "type": "string"
                  }
                },
                "required": [],
                "additionalProperties": true
              }
            }
          },
          "required": [
            "combinations"
          ],
          "additionalProperties": true
        },
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": false,
        "idempotency": "safe_to_retry",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "get_price",
        "title_en": "Get Price",
        "title_zh": "获取价格",
        "description_en": "Live crypto price for one product/denomination. Payment coins include USDT, USDC, BTC (incl. Lightning), ETH, SOL, DAI, PYUSD, LTC, TRX, TON, DOGE and SUI across many networks — call get_payment_methods for the current list. Never creates an order.",
        "description_zh": "获取一个产品/面额的实时加密货币价格。支付币种包括USDT、USDC、BTC（包括闪电网络）、ETH、SOL、DAI、PYUSD、LTC、TRX、TON、DOGE和SUI，支持多种网络——调用get_payment_methods获取当前列表。绝不创建订单。",
        "input_schema": {
          "type": "object",
          "properties": {
            "brand_slug": {
              "type": "string",
              "description": "brandSlug from search_products"
            },
            "country_code": {
              "type": "string",
              "description": "countryCode from search_products"
            },
            "denomination_label": {
              "type": "string",
              "description": "Exact denomination label (e.g. \"100 USD\", \"60 UC\", \"1 GB 7 days\")"
            },
            "amount_usd": {
              "type": "number",
              "description": "USD amount (for dynamic-range products)"
            },
            "dynamic": {
              "type": "boolean",
              "description": "true for dynamic-range amounts, false for fixed denomination labels"
            },
            "coin": {
              "type": "string",
              "description": "Payment coin, e.g. USDC, USDT, BTC, SOL"
            },
            "network": {
              "type": "string",
              "description": "Exact network string from get_price/networks, e.g. \"Solana\", \"Tron\", \"ETH Mainnet\""
            }
          },
          "required": [
            "brand_slug",
            "country_code",
            "denomination_label",
            "amount_usd",
            "dynamic",
            "coin",
            "network"
          ]
        },
        "output_schema": {
          "type": "object",
          "properties": {
            "payAmount": {
              "type": "number",
              "description": "Amount to pay in the chosen coin"
            },
            "coin": {
              "type": "string"
            },
            "network": {
              "type": "string"
            },
            "feePct": {
              "type": "number",
              "description": "Fee percent over USD face value (0 for volatile coins)"
            },
            "faceValueUsd": {
              "type": "number"
            },
            "estimate": {
              "type": "boolean",
              "description": "true = indicative only; exact amount fixed at order creation"
            }
          },
          "required": [
            "payAmount",
            "coin",
            "network"
          ],
          "additionalProperties": true
        },
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": true,
        "idempotency": "safe_to_retry",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "list_brands",
        "title_en": "List Brands",
        "title_zh": "列出品牌",
        "description_en": "Browse all available brands/carriers for a country: gift cards (500+ US brands) and mobile top-up carriers (100+ countries). Never creates an order.",
        "description_zh": "浏览一个国家的所有可用品牌/运营商：礼品卡（500多个美国品牌）和手机充值运营商（100多个国家）。绝不创建订单。",
        "input_schema": {
          "type": "object",
          "properties": {
            "country_code": {
              "type": "string",
              "description": "ISO country code, e.g. \"us\", \"mx\""
            },
            "kind": {
              "type": "string",
              "description": "Filter by product type"
            }
          },
          "required": [
            "country_code"
          ]
        },
        "output_schema": {
          "type": "object",
          "properties": {
            "country": {
              "type": "string"
            },
            "count": {
              "type": "number"
            },
            "brands": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "kind": {
                    "type": "string",
                    "description": "giftcard | topup"
                  },
                  "brandSlug": {
                    "type": "string"
                  },
                  "brandName": {
                    "type": "string"
                  },
                  "category": {
                    "type": "string"
                  },
                  "range": {
                    "type": "string"
                  },
                  "outOfStock": {
                    "type": "boolean"
                  },
                  "note": {
                    "type": "string"
                  }
                },
                "required": [],
                "additionalProperties": true
              }
            }
          },
          "required": [],
          "additionalProperties": true
        },
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": true,
        "idempotency": "safe_to_retry",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "list_esim_plans",
        "title_en": "List eSIM Plans",
        "title_zh": "列出eSIM套餐",
        "description_en": "PREFERRED for any eSIM request: live eSIM data plans for a destination (110+ countries, plus \"eu\" Europe and \"ww\" Global multi-country plans) with USD prices and crypto amounts. Renders an interactive plan-picker widget where the user can complete the purchase directly. Never creates an order by itself.",
        "description_zh": "任何eSIM请求的首选：目的地的实时eSIM数据套餐（110多个国家，加上“eu”欧洲和“ww”全球多国套餐），包含美元价格和加密货币金额。渲染交互式套餐选择器小部件，用户可直接完成购买。本身绝不创建订单。",
        "input_schema": {
          "type": "object",
          "properties": {
            "destination": {
              "type": "string",
              "description": "Destination: 2-letter country code (e.g. \"il\", \"jp\", \"fr\"), or \"eu\" (Europe region plan) / \"ww\" (Global plan)"
            },
            "coin": {
              "type": "string",
              "description": "Coin for live pricing (default USDC)"
            }
          },
          "required": [
            "destination"
          ]
        },
        "output_schema": {
          "type": "object",
          "properties": {
            "brand": {
              "type": "string"
            },
            "country": {
              "type": "string",
              "description": "Destination code — pass as country_code to validate_order"
            },
            "destination_name": {
              "type": "string"
            },
            "flag": {
              "type": "string"
            },
            "coin": {
              "type": "string"
            },
            "url": {
              "type": "string"
            },
            "products": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "denomination_label": {
                    "type": "string",
                    "description": "Exact label for validate_order"
                  },
                  "usd": {
                    "type": "number"
                  },
                  "coin_amount": {
                    "type": "number"
                  },
                  "data_gb": {
                    "type": "number"
                  },
                  "validity_days": {
                    "type": "number"
                  }
                },
                "required": [],
                "additionalProperties": true
              }
            },
            "error": {
              "type": "string"
            }
          },
          "required": [],
          "additionalProperties": true
        },
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": true,
        "idempotency": "safe_to_retry",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "list_products",
        "title_en": "List Products",
        "title_zh": "列出产品",
        "description_en": "List a brand's live products/denominations with prices in the chosen coin — exact labels to use with get_price/validate_order (for eSIM use list_esim_plans instead). Never creates an order.",
        "description_zh": "列出品牌的实时产品/面额及所选币种的价格——用于get_price/validate_order的精确标签（eSIM请改用list_esim_plans）。绝不创建订单。",
        "input_schema": {
          "type": "object",
          "properties": {
            "brand_slug": {
              "type": "string",
              "description": "brandSlug from list_brands/search_products"
            },
            "country_code": {
              "type": "string"
            },
            "coin": {
              "type": "string",
              "description": "Coin for live pricing (default USDC)"
            }
          },
          "required": [
            "brand_slug",
            "country_code"
          ]
        },
        "output_schema": {
          "type": "object",
          "properties": {
            "brand": {
              "type": "string"
            },
            "brand_slug": {
              "type": "string"
            },
            "country": {
              "type": "string"
            },
            "country_name": {
              "type": "string"
            },
            "kind": {
              "type": "string",
              "description": "giftcard | esim | topup"
            },
            "is_esim": {
              "type": "boolean"
            },
            "destination_name": {
              "type": "string"
            },
            "flag": {
              "type": "string"
            },
            "logoUrl": {
              "type": "string"
            },
            "coin": {
              "type": "string"
            },
            "url": {
              "type": "string",
              "description": "Product page on the AgentRoam site"
            },
            "products": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "denomination_label": {
                    "type": "string",
                    "description": "Exact label for get_price/validate_order"
                  },
                  "usd": {
                    "type": "number"
                  },
                  "coin_amount": {
                    "type": "number",
                    "description": "Live price in the requested coin"
                  },
                  "dynamic": {
                    "type": "boolean"
                  },
                  "range": {
                    "type": "object",
                    "properties": {
                      "min": {
                        "type": "number"
                      },
                      "max": {
                        "type": "number"
                      },
                      "step": {
                        "type": "number"
                      }
                    },
                    "required": [],
                    "additionalProperties": true
                  },
                  "data_gb": {
                    "type": "number",
                    "description": "eSIM plans only"
                  },
                  "validity_days": {
                    "type": "number",
                    "description": "eSIM plans only"
                  }
                },
                "required": [],
                "additionalProperties": true
              }
            },
            "error": {
              "type": "string",
              "description": "product_not_found"
            }
          },
          "required": [],
          "additionalProperties": true
        },
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": true,
        "idempotency": "safe_to_retry",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "purchase_wizard",
        "title_en": "Purchase Wizard",
        "title_zh": "购买向导",
        "description_en": "Text-only fallback purchase flow for clients WITHOUT widget support. In ChatGPT prefer list_esim_plans / list_products + validate_order + create_order instead. Stateful: call repeatedly with the same session_token, answering one question at a time, until status is \"complete\". First call: empty arguments. The final \"confirm\" answer creates a REAL order — get explicit user approval first.",
        "description_zh": "为不支持小部件的客户端提供的纯文本回退购买流程。在ChatGPT中，优先使用list_esim_plans / list_products + validate_order + create_order。有状态：使用相同的session_token重复调用，一次回答一个问题，直到状态为“complete”。首次调用：空参数。最终的“confirm”答案会创建真实订单——先获得用户明确批准。",
        "input_schema": {
          "type": "object",
          "properties": {
            "session_token": {
              "type": "string",
              "description": "Omit on the first call — a new session is minted"
            },
            "answer": {
              "type": "string",
              "description": "Answer to the current question"
            },
            "action": {
              "type": "string",
              "description": "\"back\" to return to the previous step"
            }
          },
          "required": []
        },
        "output_schema": {
          "type": "object",
          "properties": {
            "status": {
              "type": "string",
              "description": "in_progress | complete | error"
            },
            "session_token": {
              "type": "string",
              "description": "Pass back on every call of this session"
            },
            "step": {
              "type": "string"
            },
            "question": {
              "type": "string",
              "description": "Ask the user this"
            },
            "options": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "summary": {
              "type": "string"
            },
            "error": {
              "type": "string"
            },
            "hint": {
              "type": "string"
            },
            "result": {
              "type": "object",
              "properties": {
                "external_order_id": {
                  "type": "string"
                },
                "state": {
                  "type": "string",
                  "description": "CREATED | WAITING_FOR_PAYMENT | PARTIAL | COMPLETED | CANCELED | EXPIRED"
                },
                "pay_to_address": {
                  "type": "string",
                  "description": "Wallet address to send funds to"
                },
                "pay_amount": {
                  "type": "number",
                  "description": "EXACT amount to send"
                },
                "coin": {
                  "type": "string"
                },
                "network": {
                  "type": "string",
                  "description": "Exact network — funds sent elsewhere are lost"
                },
                "network_label": {
                  "type": "string"
                },
                "payment_expires_at": {
                  "type": "string",
                  "description": "ISO timestamp; 30-minute window"
                },
                "status_token": {
                  "type": "string"
                },
                "status_url": {
                  "type": "string",
                  "description": "Live order-status page"
                },
                "payment_url": {
                  "type": "string",
                  "description": "Payment page with QR"
                },
                "qr_url": {
                  "type": "string",
                  "description": "QR code PNG of the address"
                },
                "instructions": {
                  "type": "string"
                },
                "error": {
                  "type": "string",
                  "description": "Present on failure: KYC_MISSING | FULLNAME_MISSING | PHONE_MISSING | CONFIRM_TOKEN_*"
                },
                "kyc_url": {
                  "type": "string",
                  "description": "Hosted verification link when error=KYC_MISSING"
                }
              },
              "required": [],
              "additionalProperties": true
            }
          },
          "required": [
            "status",
            "session_token"
          ],
          "additionalProperties": true
        },
        "unit_kind": "mcp_tool",
        "effect": "irreversible",
        "open_world": true,
        "idempotency": "unknown",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "search_products",
        "title_en": "Search Products",
        "title_zh": "搜索产品",
        "description_en": "Search the AgentRoam travel-crypto catalog: gift cards (Airbnb, Uber, airlines, 500+ US brands), eSIM data plans (110+ destinations incl. Europe/Global region plans) and mobile top-ups (carriers in 100+ countries). Returns product handles for get_price/validate_order. Never creates an order.",
        "description_zh": "搜索AgentRoam旅行加密目录：礼品卡（Airbnb、Uber、航空公司、500多个美国品牌）、eSIM数据套餐（110多个目的地，包括欧洲/全球区域套餐）和手机充值（100多个国家的运营商）。返回用于get_price/validate_order的产品句柄。绝不创建订单。",
        "input_schema": {
          "type": "object",
          "properties": {
            "query": {
              "type": "string",
              "description": "Brand, carrier or destination to search for"
            },
            "country": {
              "type": "string",
              "description": "ISO country code filter (e.g. \"us\", \"mx\")"
            },
            "kind": {
              "type": "string",
              "description": "Product type filter"
            }
          },
          "required": [
            "query"
          ]
        },
        "output_schema": {
          "type": "object",
          "properties": {
            "results": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "kind": {
                    "type": "string",
                    "description": "giftcard | esim | topup"
                  },
                  "brandSlug": {
                    "type": "string"
                  },
                  "brandName": {
                    "type": "string"
                  },
                  "countryCode": {
                    "type": "string"
                  },
                  "destination": {
                    "type": "string",
                    "description": "eSIM destination name"
                  },
                  "range": {
                    "type": "string",
                    "description": "Price range display, e.g. \"$50 – $500\""
                  },
                  "outOfStock": {
                    "type": "boolean"
                  },
                  "url": {
                    "type": "string",
                    "description": "Product page on the AgentRoam site"
                  }
                },
                "required": [],
                "additionalProperties": true
              }
            },
            "hint": {
              "type": "string"
            }
          },
          "required": [],
          "additionalProperties": true
        },
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": true,
        "idempotency": "safe_to_retry",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "validate_order",
        "title_en": "Validate Order",
        "title_zh": "验证订单",
        "description_en": "Dry-run an order and mint a one-time confirm_token (valid 10 minutes). Returns a human-readable summary that MUST be shown to the user for approval before calling create_order. Does NOT create the order or reserve funds.",
        "description_zh": "试运行订单并生成一次性confirm_token（有效10分钟）。返回人类可读的摘要，在调用create_order之前必须向用户展示以供批准。不创建订单或预留资金。",
        "input_schema": {
          "type": "object",
          "properties": {
            "brand_slug": {
              "type": "string",
              "description": "brandSlug from search_products"
            },
            "country_code": {
              "type": "string",
              "description": "countryCode from search_products"
            },
            "denomination_label": {
              "type": "string",
              "description": "Exact denomination label (e.g. \"100 USD\", \"60 UC\", \"1 GB 7 days\")"
            },
            "amount_usd": {
              "type": "number",
              "description": "USD amount (for dynamic-range products)"
            },
            "dynamic": {
              "type": "boolean",
              "description": "true for dynamic-range amounts, false for fixed denomination labels"
            },
            "coin": {
              "type": "string",
              "description": "Payment coin, e.g. USDC, USDT, BTC, SOL"
            },
            "network": {
              "type": "string",
              "description": "Exact network string from get_price/networks, e.g. \"Solana\", \"Tron\", \"ETH Mainnet\""
            },
            "email": {
              "type": "string",
              "description": "Delivery email for the buyer"
            },
            "phone": {
              "type": "string",
              "description": "Phone number to recharge (REQUIRED for mobile top-ups, with country code)"
            }
          },
          "required": [
            "brand_slug",
            "country_code",
            "denomination_label",
            "amount_usd",
            "dynamic",
            "coin",
            "network",
            "email"
          ]
        },
        "output_schema": {
          "type": "object",
          "properties": {
            "valid": {
              "type": "boolean"
            },
            "summary": {
              "type": "string",
              "description": "Human-readable purchase summary — show to the user for approval"
            },
            "confirm_token": {
              "type": "string",
              "description": "One-time token for create_order, valid 10 minutes"
            },
            "expires_in_seconds": {
              "type": "number"
            },
            "price": {
              "type": "object",
              "properties": {
                "payAmount": {
                  "type": "number",
                  "description": "Amount to pay in the chosen coin"
                },
                "coin": {
                  "type": "string"
                },
                "network": {
                  "type": "string"
                },
                "feePct": {
                  "type": "number",
                  "description": "Fee percent over USD face value (0 for volatile coins)"
                },
                "faceValueUsd": {
                  "type": "number"
                },
                "estimate": {
                  "type": "boolean",
                  "description": "true = indicative only; exact amount fixed at order creation"
                }
              },
              "required": [],
              "additionalProperties": true
            },
            "instructions": {
              "type": "string"
            },
            "error": {
              "type": "string",
              "description": "product_not_found | out_of_stock | PHONE_MISSING"
            },
            "message": {
              "type": "string"
            }
          },
          "required": [],
          "additionalProperties": true
        },
        "unit_kind": "mcp_tool",
        "effect": "unknown",
        "open_world": true,
        "idempotency": "unknown",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      }
    ],
    "review_profile": {
      "schema_version": "aiworkshub.resource-review/0.2",
      "method_version": "capability-evidence-v2",
      "review_state": {
        "identity": "verified",
        "source": "verified",
        "connectivity": "verified",
        "contract": "strong",
        "safe_use": "untested",
        "real_use": "unobserved"
      },
      "assessment": {
        "capability_definition": "strong",
        "contract_completeness": "strong",
        "access_friction": "low",
        "operational_transparency": "strong",
        "evidence_strength": "protocol_inspected",
        "use_readiness": "human_approval_required"
      },
      "profile": {
        "capabilities": [
          {
            "id": "commerce.purchase",
            "weight": 100,
            "confidence": 90,
            "evidence_ids": [
              "protocol-tools"
            ]
          },
          {
            "id": "commerce.search",
            "weight": 80,
            "confidence": 90,
            "evidence_ids": [
              "protocol-tools"
            ]
          },
          {
            "id": "commerce.pricing",
            "weight": 80,
            "confidence": 90,
            "evidence_ids": [
              "protocol-tools"
            ]
          },
          {
            "id": "commerce.order-management",
            "weight": 70,
            "confidence": 90,
            "evidence_ids": [
              "protocol-tools"
            ]
          }
        ],
        "domains": [
          {
            "id": "travel",
            "weight": 80,
            "confidence": 90,
            "evidence_ids": [
              "protocol-tools"
            ]
          },
          {
            "id": "telecommunications",
            "weight": 60,
            "confidence": 90,
            "evidence_ids": [
              "protocol-tools"
            ]
          },
          {
            "id": "cryptocurrency",
            "weight": 90,
            "confidence": 90,
            "evidence_ids": [
              "protocol-tools"
            ]
          }
        ],
        "workflow_roles": [
          "discover",
          "retrieve",
          "analyze",
          "execute",
          "transact",
          "monitor"
        ]
      },
      "capability_units": [
        {
          "id": "tool:search_products",
          "kind": "mcp_tool",
          "capability_id": "commerce.search",
          "effect": "read",
          "open_world": true,
          "idempotency": "safe_to_retry",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "typed_envelope_dynamic_result",
          "accepts": [
            "text query",
            "country code",
            "product type"
          ],
          "produces": [
            "product list"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:get_price",
          "kind": "mcp_tool",
          "capability_id": "commerce.pricing",
          "effect": "read",
          "open_world": true,
          "idempotency": "safe_to_retry",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "typed_envelope_dynamic_result",
          "accepts": [
            "product identifiers",
            "denomination",
            "cryptocurrency",
            "network"
          ],
          "produces": [
            "price quote"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:validate_order",
          "kind": "mcp_tool",
          "capability_id": "commerce.purchase",
          "effect": "unknown",
          "open_world": true,
          "idempotency": "unknown",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "typed_envelope_dynamic_result",
          "accepts": [
            "product identifiers",
            "denomination",
            "cryptocurrency",
            "network",
            "email",
            "phone"
          ],
          "produces": [
            "order summary",
            "confirmation token"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:create_order",
          "kind": "mcp_tool",
          "capability_id": "commerce.purchase",
          "effect": "irreversible",
          "open_world": true,
          "idempotency": "unknown",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "typed_envelope_dynamic_result",
          "accepts": [
            "confirmation token",
            "full name"
          ],
          "produces": [
            "order details",
            "payment address",
            "payment amount"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:list_esim_plans",
          "kind": "mcp_tool",
          "capability_id": "commerce.search",
          "effect": "read",
          "open_world": true,
          "idempotency": "safe_to_retry",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "typed_envelope_dynamic_result",
          "accepts": [
            "destination code",
            "cryptocurrency"
          ],
          "produces": [
            "eSIM plan list"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:get_order_status",
          "kind": "mcp_tool",
          "capability_id": "commerce.order-management",
          "effect": "read",
          "open_world": true,
          "idempotency": "safe_to_retry",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "typed_envelope_dynamic_result",
          "accepts": [
            "order id",
            "status token"
          ],
          "produces": [
            "order status"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:list_brands",
          "kind": "mcp_tool",
          "capability_id": "commerce.search",
          "effect": "read",
          "open_world": true,
          "idempotency": "safe_to_retry",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "typed_envelope_dynamic_result",
          "accepts": [
            "country code",
            "product type"
          ],
          "produces": [
            "brand list"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:list_products",
          "kind": "mcp_tool",
          "capability_id": "commerce.search",
          "effect": "read",
          "open_world": true,
          "idempotency": "safe_to_retry",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "typed_envelope_dynamic_result",
          "accepts": [
            "brand slug",
            "country code",
            "cryptocurrency"
          ],
          "produces": [
            "product list"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:get_currencies",
          "kind": "mcp_tool",
          "capability_id": "commerce.pricing",
          "effect": "read",
          "open_world": false,
          "idempotency": "safe_to_retry",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "typed",
          "accepts": [],
          "produces": [
            "currency list"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:get_payment_methods",
          "kind": "mcp_tool",
          "capability_id": "commerce.pricing",
          "effect": "read",
          "open_world": false,
          "idempotency": "safe_to_retry",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "typed",
          "accepts": [],
          "produces": [
            "payment method list"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:purchase_wizard",
          "kind": "mcp_tool",
          "capability_id": "commerce.purchase",
          "effect": "irreversible",
          "open_world": true,
          "idempotency": "unknown",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "typed_envelope_dynamic_result",
          "accepts": [
            "session token",
            "answer",
            "action"
          ],
          "produces": [
            "wizard state",
            "order details"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        }
      ],
      "access": {
        "distribution_license": {},
        "runtime_auth": {},
        "runtime_pricing": {},
        "dependencies": []
      },
      "operational_flags": [],
      "trust": {
        "signal": "none",
        "evidence_ids": [],
        "reason": "No suspicious or malicious evidence found."
      },
      "fit": {
        "good_for": [
          "Purchasing travel eSIMs, gift cards, and mobile top-ups with cryptocurrency",
          "Users who need to pay with crypto and require explicit confirmation before orders"
        ],
        "not_for": [
          "Users without crypto wallets",
          "Scenarios requiring immediate delivery without user confirmation"
        ]
      },
      "evidence": [
        {
          "id": "source-record",
          "type": "registry_record",
          "source": "https://github.com/adiny/nomad-crypto-travel",
          "observation": "MCP source record for AgentRoam; version 1.0.0.",
          "observed_at": null,
          "payload": {}
        },
        {
          "id": "protocol-tools",
          "type": "protocol_observation",
          "source": "https://agentroam.ai/api/mcp#tools/list",
          "observation": "11 tools were returned by MCP discovery; 11 were retained for review.",
          "observed_at": "2026-09-03T06:20:49.232Z",
          "payload": {}
        }
      ],
      "unknowns": [
        "Authentication method is unknown",
        "Pricing model is unknown",
        "Exact number of supported cryptocurrencies and networks is not fixed; must be queried at runtime",
        "KYC requirements may apply for certain orders"
      ],
      "id": "REV_EBA645ED9440",
      "resource_id": "RES_3D5C9B63E682",
      "evaluator_type": "platform_ai",
      "provider": "deepseek",
      "model": "deepseek-v4-flash",
      "review_scope": "protocol-inspected-mcp",
      "created_at": "2026-09-03T06:33:18.667Z"
    }
  }
}