← catalogue · rank #50

esimtabby

Price an ancillary (eSIM, transfer, lounge)

third party ground-ancillaries 14/100 complex

Find, buy, and manage prepaid travel eSIM data plans without leaving the conversation.

Job
Price an ancillary (eSIM, transfer, lounge)
Why this rank
transactional, registry row
Provider
com.esimtabby
Money path
List / affiliate later — do not build this ourselves
Pricing model
unknown
Transport
unknown
Verification
official registry listing
Technical name
com.esimtabby/esimtabby

Usability

Skill: Buy and manage travel eSIM data plans in the conversation. Pay by card (Stripe) or USDC over x402. Search, buy, and retrieve travel eSIM data plans. Never ask the user for card details. There are two ways to pay, chosen with `pay_with` when the order is created: - `card` (the def… Docs: https://esimtabby.com Tools: search_esim_plans, get_plan_details, create_checkout, pay_order, get_order_status, get_esim_activation. Best live test 1/5 — Needs login / API key — not instant. Not instant: login or payment sits in front of the useful call.

usefulness 1.0/5 travel eSIM https://esimtabby.com/mcp

How to use it (server skill)

Buy and manage travel eSIM data plans in the conversation. Pay by card (Stripe) or USDC over x402. Search, buy, and retrieve travel eSIM data plans. Never ask the user for card details. There are two ways to pay, chosen with `pay_with` when the order is created: - `card` (the default) returns a hosted checkout link for a human to open in a browser. Payment happens out of band; poll get_order_status afterwards. - `x402` is for an agent that holds a wallet. It settles in USDC with no browser step, either by POSTing to the returned x402_url or by calling pay_order. Only choose it if you actually …

docs · https://esimtabby.com

What it is for

Travel eSIM plans by destination.

Example interactions

Asks chosen for this MCP’s job — not a generic flight search. Score is from the live reply.

1. Find travel eSIM data plans available for a destination

score 1/5 · Needs login / API key — not instant. · live · search_esim_plans

call

{
  "tool": "search_esim_plans",
  "arguments": {
    "country": "TH"
  }
}

2. Full details of one eSIM plan, including current price

score 1/5 · Needs login / API key — not instant. · live · get_plan_details

call

{
  "tool": "get_plan_details",
  "arguments": {
    "plan_id": "Dubai Marina"
  }
}

3. Data top-ups that can be added to an eSIM the user already has

score 1/5 · Needs login / API key — not instant. · live · list_topup_options

call

{
  "tool": "list_topup_options",
  "arguments": {
    "order_id": "Dubai Marina"
  }
}

Instant alternatives

This one needs login/payment or failed. These catalogue MCPs answered the same job without a key:

com.buyukesim · mcp · usefulness 5.0/5 · Same job family, live, no key in this probe.

travel connectivity guide · usefulness 4.0/5 · Same job family, live, no key in this probe.

esim · usefulness 4.7/5 · Same job family, live, no key in this probe.

Open source / endpoint Business model

Verified means the listing passed the checks named above on the dates shown. It is not a guarantee of booking success.