mcpbeat

Esim MCP Server

by kakha13
local only

Esim MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 5 Aug 2026.

Compare travel eSIM plans by country, and regional vs local pricing for multi-country trips.

Installs / week
npm · esim-mcp
0
Stars
0 open issues
5 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add esim-mcp -- npx -y esim-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "esim-mcp": {
      "args": [
        "-y",
        "esim-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.esim-mcp]
command = "npx"
args = ["-y", "esim-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "esim-mcp": {
      "args": [
        "-y",
        "esim-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "esim-mcp": {
      "args": [
        "-y",
        "esim-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Esim MCP

same job, measured the same way
O
Siima eSIM
by siima

Search travel eSIM plans for 150+ countries and buy via Stripe link; eSIM QR delivered by email.

4 tools answering
eSIM Finder
by esimfinder

Find and buy travel eSIM data plans for 190+ countries, right inside your chat.

answering
Rival
by nuance-dev

Query AI model benchmarks, pricing, and comparisons from rival.tips

27 installs/wk local only
eSIM Tabby
by esimtabby

Find, buy, and manage prepaid travel eSIM data plans without leaving the conversation.

answering
I
Country Calling Codes
by kajdep

Country calling codes, ISO codes, E.164 dial codes, regions, trunk prefixes, and NANP area codes.

2 tools answering
SYNAPSE CHANNEL
by anulum

Local-first multi-agent coordination for messages, leases, shared plans, status, and resources.

3 276 installs/wk local only
ComparEdge Pricing
by comparedge

Verified SaaS, AI, and LLM pricing for 490+ tools: plans, hidden costs, TCO, and alternatives.

9 tools answering
Simsima Connectivity
by willyfab

Search, recommend & buy travel eSIM data plans for 190+ destinations via AI agents.

5 tools answering

Esim MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Esim MCP?
Esim MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package esim-mcp.
How do I connect Esim MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls esim-mcp straight from npm; nothing to host, nothing to sign up for.
Is Esim MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.