一心eSIM商品目錄查詢與下單服務:查詢各國eSIM上網方案的即時價格與庫存、依旅遊天數與用量推薦方案、協助建立訂單並取得LinePay或ECPay付款連結。
Inferred from the transports this listing declares (streamable-http). A client not listed here hasn’t been ruled out — it just isn’t something Forge can confirm.
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts.
Read from a real MCP initialize → tools/list handshake against the declared endpoint. No tool was ever invoked — tools/list is the read-only introspection call the protocol defines for this. It reflects what the server advertised at that moment; a hosted endpoint is not pinned to any version and can change without notice.
https://mcp.oneheartesim.com/5 tools · 2839mscreate_esim_order建立一筆真實的一心eSIM訂單,並取得真實的付款連結(LinePay或ECPay綠界,二擇一)。
這是會實際寫入正式訂單、串真實金流的動作,不是模擬或試算。
呼叫前必須先完成:
1. 已用search_esim_plans/recommend_esim_plan/get_esim_plan_detail取得正確的productId、
spec,不要自己編造或憑記憶帶入。
2. 已把商品名稱、規格、數量、單價與總金額,跟使用者逐一覆誦確認過,並取得使用者明確
同意下單(不能因為使用者說「好」「幫我訂」等籠統回應就自行猜數量或規格)。
3. 已取得使用者的email與稱呼/姓名(兩者都必填…建立一筆真實的一心eSIM訂單,並取得真實的付款連結(LinePay或ECPay綠界,二擇一)。 這是會實際寫入正式訂單、串真實金流的動作,不是模擬或試算。 呼叫前必須先完成: 1. 已用search_esim_plans/recommend_esim_plan/get_esim_plan_detail取得正確的productId、 spec,不要自己編造或憑記憶帶入。 2. 已把商品名稱、規格、數量、單價與總金額,跟使用者逐一覆誦確認過,並取得使用者明確 同意下單(不能因為使用者說「好」「幫我訂」等籠統回應就自行猜數量或規格)。 3. 已取得使用者的email與稱呼/姓名(兩者都必填…
| Parameter | Type | Description |
|---|---|---|
| productId* | string | 方案的productId(GUID字串),必須從查詢工具的結果取得,不可編造 |
| spec* | string | 方案規格,必須跟查詢工具回傳的spec完全一致 |
| quantity* | integer | 購買數量,需與使用者確認過的數字一致 |
| email* | string | 使用者的email,必填,訂單憑證與eSIM會寄到這裡 |
| userName* | string | 使用者的稱呼/姓名,必填,訂單聯絡資料需要,不可留空 |
| paymentMethod | string | 付款方式:LinePay,或綠界 (信用卡付款/ATM轉帳/超商條碼)。留空預設LinePay |
| phone | string | null | 使用者的手機號碼,選填 |
recommend_esim_plan依旅遊天數與上網用量習慣,推薦最合適的1-3個eSIM方案,並附上購買連結,
是「幫使用者選方案」最好用的工具。
適用情境:使用者詢問出國上網卡、各國eSIM方案、即時發卡服務,並描述了
「要去OO玩幾天」「想找適合的上網方案/漫遊卡」「幫我推薦/挑選eSIM」時優先使用這個,
而不是自己呼叫search_esim_plans後用猜的。依旅遊天數與上網用量習慣,推薦最合適的1-3個eSIM方案,並附上購買連結, 是「幫使用者選方案」最好用的工具。 適用情境:使用者詢問出國上網卡、各國eSIM方案、即時發卡服務,並描述了 「要去OO玩幾天」「想找適合的上網方案/漫遊卡」「幫我推薦/挑選eSIM」時優先使用這個, 而不是自己呼叫search_esim_plans後用猜的。
| Parameter | Type | Description |
|---|---|---|
| country* | string | 目的地國家,英文或中文皆可,例如 Japan、日本。不確定系統裡的正確名稱時,先呼叫list_esim_countries確認 |
| days* | integer | 預計使用天數 |
| usageLevel | string | 用量習慣,留空預設為medium(中度) |
list_esim_countries列出一心eSIM目前販售方案覆蓋的所有國家/地區(英文與中文名稱對照,含各國方案數量)。
適用情境:使用者問「你們支援哪些國家」「有賣OO地區的eSIM嗎」;或你準備呼叫
search_esim_plans/recommend_esim_plan,但不確定某國家在系統裡該用什麼名稱表示時,
先呼叫這個工具確認,比用猜的準確。列出一心eSIM目前販售方案覆蓋的所有國家/地區(英文與中文名稱對照,含各國方案數量)。 適用情境:使用者問「你們支援哪些國家」「有賣OO地區的eSIM嗎」;或你準備呼叫 search_esim_plans/recommend_esim_plan,但不確定某國家在系統裡該用什麼名稱表示時, 先呼叫這個工具確認,比用猜的準確。
No input schema was published for this tool.
search_esim_plans依國家、方案類型、關鍵字搜尋一心eSIM的商品清單,一次回傳多筆結果讓使用者自己比較。
適用情境:使用者想瀏覽/比較某國家的多個方案,或已經明確講出要哪種類型
(例如指定「總量型」或「每日定量型」)。
如果使用者是描述旅遊情境(去哪個國家玩幾天、上網習慣如何)要你直接建議選哪個,
改用recommend_esim_plan讓它幫忙評分挑選,不要自己從這個工具的結果裡用猜的。依國家、方案類型、關鍵字搜尋一心eSIM的商品清單,一次回傳多筆結果讓使用者自己比較。 適用情境:使用者想瀏覽/比較某國家的多個方案,或已經明確講出要哪種類型 (例如指定「總量型」或「每日定量型」)。 如果使用者是描述旅遊情境(去哪個國家玩幾天、上網習慣如何)要你直接建議選哪個, 改用recommend_esim_plan讓它幫忙評分挑選,不要自己從這個工具的結果裡用猜的。
| Parameter | Type | Description |
|---|---|---|
| country | string | null | 國家名稱,英文或中文皆可,模糊比對,例如 Japan、日本、韓國。不確定系統裡的正確名稱時,先呼叫list_esim_countries確認 |
| planType | string | null | 方案類型,留空代表不限類型 |
| keyword | string | null | 自由關鍵字,比對商品名稱/描述/規格文字 |
| limit | integer | 最多回傳幾筆,預設20,避免結果過多 |
get_esim_plan_detail取得單一方案的完整詳情,包含商品說明(安裝/啟用步驟等)、各規格庫存、購買連結。
適用情境:使用者對某個已知方案想進一步了解安裝方式、使用細節、或確認庫存時。
需要先從search_esim_plans或recommend_esim_plan的結果取得productId,不要自己編造。取得單一方案的完整詳情,包含商品說明(安裝/啟用步驟等)、各規格庫存、購買連結。 適用情境:使用者對某個已知方案想進一步了解安裝方式、使用細節、或確認庫存時。 需要先從search_esim_plans或recommend_esim_plan的結果取得productId,不要自己編造。
| Parameter | Type | Description |
|---|---|---|
| productId* | string | 方案的productId(GUID字串),從search_esim_plans或recommend_esim_plan的結果取得 |
5 of 5 tools published a description.
Tool names and descriptions are written by the publisher and shown verbatim as inert text. They are the strings an MCP client passes to a model, so Forge scans them for prompt-injection patterns — any finding appears with the security scan above. “Privileged” is a keyword match on the tool name, not an audit of what the tool does: a benign-sounding name can still do anything.
一心eSIM商品目錄查詢與下單服務:查詢各國eSIM上網方案的即時價格與庫存、依旅遊天數與用量推薦方案、協助建立訂單並取得LinePay或ECPay付款連結。
Linked names open Forge’s index of every entry observed exposing that tool. Browse all indexed tools.
This entry publishes no npm package, so Forge has no dependency tree for it. That is a gap in coverage — not a statement that it has no dependencies.