← cartapi.io blog

Ask Claude for a Japan eSIM: the 2-minute agent workflow

Published 2026-08-06 · Last updated 2026-08-06 · 6 min read · travel
TL;DR

Add cartapi to Claude Desktop with one command. Prompt "get me an eSIM for Japan, 10GB, 10 days". The agent searches Airalo + Nomad, picks the best-value plan, and returns a Stripe checkout URL. You click, pay ($10–15 typical), and a QR code lands in your inbox. Scan it before your flight. First mobile data on the ground in Tokyo works before you clear immigration. Total time investment: two minutes, one click.

Every "best eSIM for Japan" article on the internet is 3,000 words of comparison tables written by someone who has never actually gone to Japan. You don't have time. Here's the version that works.

Two minutes, one prompt, done

Install cartapi's MCP server in Claude Desktop (or Claude Code, Cursor, whatever you use):

claude mcp add --transport http cartapi https://mcp.cartapi.io/mcp

Then, in chat:

using cartapi, get me an eSIM for Japan, 10GB, 10 days. Cheapest that covers Tokyo and Kyoto.

Claude calls search_esim_plans(country=JP, min_data_gb=10, min_days=10). Cartapi hits Airalo and Nomad in parallel, normalizes the plans, sorts by $/GB. Claude picks the top one, confirms with you, calls get_checkout_link, and hands you a Stripe URL.

You click. You pay on Stripe. Cartapi emails you the activation QR code from the underlying provider. You scan it in iOS Settings → Cellular → Add eSIM before you get on the plane. Landing at Haneda, the eSIM auto-connects to NTT Docomo. You have Google Maps before you finish walking to immigration.

What the agent is actually deciding for you

QuestionWhat Claude picks by defaultHow to override
ProviderCheapest normalized $/GB across Airalo and Nomad"prefer Airalo" or "prefer Nomad"
Data volumeNearest plan ≥ your ask"unlimited only" or "at least 20GB"
ValidityNearest plan ≥ your ask"exactly 7 days"
Phone numberNone (data-only)"with a Japanese phone number"
NetworkWhichever the winning plan uses"on NTT Docomo" (rural coverage)

The neutral catalog means Claude isn't steered toward the plan with the fattest affiliate margin. It picks on your stated criteria.

Do you actually need a Japanese phone number?

Short answer: probably not.

A data-only eSIM covers everything a tourist actually needs: Google Maps, Google Translate, hotel and cafe WiFi backup, iMessage / WhatsApp / LINE, Uber and Grab, JR East and Tokyo Metro apps that don't require SMS verification.

You need a Japanese number if you:

If you fall into this bucket, the agent-native ask is:

using cartapi, get me a Japan eSIM with a Japanese phone number, 10GB, 10 days.

Fewer plans match. Cartapi filters to the ones that include a number and returns the shortlist.

eSIM vs pocket WiFi: the honest 2026 math

SituationCheaperWhy
Solo, 7 days, 10GBeSIM ($8–12)Pocket WiFi is ¥800/day = ~$40 for 7 days plus rental logistics.
Couple, 10 days, moderate useeSIM x2 ($15–24 total)Still cheaper than one pocket WiFi shared; two devices, no tethering.
Family of four, 14 days, heavy usePocket WiFi + one backup eSIMOne WiFi covers all four devices; add one eSIM as a hedge against the WiFi battery dying.
One traveler has a non-eSIM phonePocket WiFieSIM isn't an option on older/international-locked hardware.

The pocket-WiFi rental industry in Japan is still large mostly because people book their trip six months in advance and it was the right answer then.

Coverage: Docomo vs SoftBank, briefly

NTT Docomo has the widest rural footprint — matters if you're hitting Nikko, the Kiso Valley, Kumano Kodo, or riding shinkansen through tunnels in Tohoku. SoftBank is competitive in the Kansai + Kanto urban belt and slightly cheaper on many aggregator plans. KDDI (au) is available but less common on tourist eSIMs.

If you're doing Tokyo + Kyoto + Osaka, either is fine. If you're going anywhere else, ask for Docomo.

Prompts that work

Copy-paste any of these into Claude after adding the cartapi MCP server:

using cartapi, cheapest 5GB Japan eSIM for 7 days on NTT Docomo

using cartapi, Japan eSIM with unlimited data for 2 weeks, prefer Airalo

using cartapi, Japan eSIM with a Japanese phone number, at least 10GB, 10 days, email to [email protected]

using cartapi, compare the top 3 Japan eSIMs for 10 days 10GB and list price, provider, and network

Last one is a good pattern — "compare the top 3" — when you want the agent to show its work before buying.

What happens on the ground

  1. Before flight: scan the QR code from your email. iOS installs the eSIM. Turn "cellular data" for it OFF for now.
  2. On landing: turn cellular data ON for the new eSIM. It auto-connects.
  3. First use: try Google Maps in the airport. If it works, you're set for the trip.
  4. If it doesn't: toggle Airplane Mode off/on. If still nothing, the fallback is the pocket WiFi kiosk in the arrivals hall — you're allowed to admit defeat.

In practice: 95%+ of activations work first time. The failure mode is almost always the QR code not being scanned before the flight, because you can't scan an on-screen QR with the same phone. Scan it on a laptop or a second device.

Try it right now

claude mcp add --transport http cartapi https://mcp.cartapi.io/mcp

Then:

using cartapi, cheapest 10GB eSIM for Japan for 10 days, and give me the checkout link.

The URL lands in the reply. Click, pay, done. Enjoy the sushi.

Frequently asked questions

Can I buy a Japan eSIM using an AI agent?

Yes. Point Claude Desktop, Claude Code, or any MCP-compatible agent at cartapi's MCP endpoint. Prompt for volume + days, get back a Stripe URL, pay, receive QR by email.

Do I need a Japanese phone number as a tourist?

For most trips, no — data-only eSIMs cover Maps, translation, WiFi backup, and messaging. Only needed for Japanese bank/wallet signup, some restaurant reservation services, or Japanese-SMS-gated flows.

Is a Japan eSIM cheaper than pocket WiFi?

Yes for solo travelers (eSIM ~$10 vs WiFi ~$40 for a week). Roughly break-even for couples. Pocket WiFi wins for families of 4+ or when someone in the group has a non-eSIM phone.

Which carriers do Japan eSIMs run on?

Mostly NTT Docomo or SoftBank via aggregator MVNO agreements. Docomo for rural coverage; SoftBank is fine in cities. The specific network is disclosed per plan.

What if activation fails on landing?

Toggle Airplane Mode off/on. Confirm the new eSIM's "cellular data" is ON in Settings. If still nothing, the pocket WiFi kiosk in arrivals is the backstop — no shame.

About the author

Roc Chow

Roc Chow runs , a travel eSIM store covering 200+ destinations including Japan, and builds cartapi, the commerce layer for AI agents. The Japan claims in this post are from repeated firsthand testing across Tokyo, Kyoto, Osaka, and rural JR lines.

LinkedIn · · cartapi.io