← Registry

Data Collection

esimtabby.com

Provides travel data for travelers via the eSIM Tabby MCP server.

1 endpoint11 known toolsFirst detected August 1, 2026Last detected September 1, 2026

ENDPOINT 1

https://esimtabby.com/mcp

No auth detected

MCP server metadata

Name
esimtabby
Version
0.1.4
Capabilities
experimentalloggingprompts.listChangedresources.listChangedtools.listChangedextensions.io.modelcontextprotocol/ui
Server instructions

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 have a wallet — a human with a card cannot pay an x402 order.

Known tools 11

search_esim_plans

Find travel eSIM data plans available for a destination.

Inferred read-only
get_plan_details

Full details of one eSIM plan, including current price.

Inferred read-only
create_checkout

Start a purchase — the step after the user picks a plan from search_esim_plans.

Potential side effects
pay_order

Pay for an order in USDC over x402, without opening a browser.

Potential side effects
get_order_status

Check an order.

Inferred read-only
get_esim_activation

Get the QR code and activation details for a purchased eSIM.

Inferred read-only
list_topup_options

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

Inferred read-only
create_topup_checkout

Buy more data for an eSIM the user already has — the step after list_topup_options.

Inferred read-only
get_esim_usage

How much data an active eSIM has used, and how much is left.

Inferred read-only
cancel_order

Cancel an order and refund it.

Potential side effects
list_my_orders

List this account's eSIM orders, newest first.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for esimtabby.com was fetched 2026-08-04T03:27:17.710Z and is being refreshed.

Trust status Neutral

esimtabby.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.