Data Collection
esimtabby.com
Provides travel data for travelers via the eSIM Tabby MCP server.
ENDPOINT 1
https://esimtabby.com/mcp
MCP server metadata
- Name
- esimtabby
- Version
- 0.1.4
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
create_checkoutStart a purchase — the step after the user picks a plan from search_esim_plans.
Potential side effectscreate_topup_checkoutBuy more data for an eSIM the user already has — the step after list_topup_options.
Inferred read-onlyCONNECT 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.
esimtabby.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.