mcpserver.lol
registry/esimtabby
Connection check verified live · 20h ago

esimtabby

Buy and manage travel eSIM data plans in the conversation. Pay by card (Stripe) or USDC over x402.

Tools 11
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

11 tools

Read from the running server on 20h ago.

cancel_order can modify data order_id*
Cancel an order and refund it. Only possible while the eSIM is uninstalled. Once the profile has been installed on a device the provider refuses to take it back, and this returns…
create_checkout plan_id*pay_with
Start a purchase — the step after the user picks a plan from search_esim_plans. Call it with that plan's plan_id (get_plan_details shows the current price first). Returns an order…
create_topup_checkout plan_id*order_id*pay_with
Buy more data for an eSIM the user already has — the step after list_topup_options. Call it with the order_id of the fulfilled eSIM and a plan_id chosen from list_topup_options. T…
get_esim_activation order_id*
Get the QR code and activation details for a purchased eSIM. Not read-only: like get_order_status, an order that is not ready yet is advanced first, so this can change the order's…
get_esim_usage read-only order_id*
How much data an active eSIM has used, and how much is left.
get_order_status order_id*
Check an order. Call this after the user says they've paid. Not read-only: an order still in progress is advanced first — payment is confirmed and the provider order placed or col…
get_plan_details read-only plan_id*
Full details of one eSIM plan, including current price.
list_my_orders read-only
List this account's eSIM orders, newest first.
list_topup_options read-only order_id*
Data top-ups that can be added to an eSIM the user already has. A top-up extends the existing eSIM — same QR code, nothing to re-install. Not every plan is reloadable; this return…
pay_order order_id*
Pay for an order in USDC over x402, without opening a browser. Only for an MCP client that signs x402 payments itself: call it once for the payment requirements, then repeat the c…
search_esim_plans read-only country*min_data_mbmax_duration_days
Find travel eSIM data plans available for a destination.