Travel eSIMs for 193 countries. Stripe + Bitcoin checkout. QR by email in 30s. No API key.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @worldcitisim/mcp-esim
MCP client config
{
"mcpServers": {
"worldcitisim-esim": {
"command": "npx",
"args": [
"-y",
"@worldcitisim/mcp-esim"
]
}
}
}