LIVE ENDPOINT
https://esimtabby.com/mcp
Connect to this endpoint to inspect the live schema for list_my_orders and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.esimtabby]
url = "https://esimtabby.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"esimtabby": {
"type": "http",
"url": "https://esimtabby.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: esimtabby
Remote MCP URL: https://esimtabby.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"esimtabby": {
"url": "https://esimtabby.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"esimtabby": {
"type": "http",
"url": "https://esimtabby.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "esimtabby",
"transport": "streamable-http",
"url": "https://esimtabby.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_esim_plans— Find travel eSIM data plans available for a destination.get_plan_details— Full details of one eSIM plan, including current price.create_checkout— Start a purchase — the step after the user picks a plan from search_esim_plans.pay_order— Pay for an order in USDC over x402, without opening a browser.get_order_status— Check an order.get_esim_activation— Get the QR code and activation details for a purchased eSIM.list_topup_options— Data top-ups that can be added to an eSIM the user already has.create_topup_checkout— Buy more data for an eSIM the user already has — the step after list_topup_options.