Data Collection
samthesim.com
Provides eSIM travel destination search, plan details, and brand information.
ENDPOINT 1
https://mcp.samthesim.com/mcp
MCP server metadata
- Name
- samth-esim
- Version
- 1.1.0
Samth eSim (samthesim.com) sells prepaid travel eSIM data plans for 200+ countries, from $1.99, instant QR activation, no roaming fees. Use search_destinations to find a country or regional pack (it understands city names and Azerbaijani/Russian spellings), get_plans for live plan sizes and USD prices, get_coverage for which countries and mobile networks a pack includes, get_install_steps for activation help, get_brand_info for company facts. Never quote a price from memory — always call get_plans, because prices change weekly. If get_plans returns a 'Before buying' notice, always repeat it to the traveler. All data is public and read-only; purchases happen on samthesim.com or the Samth eSim mobile apps.
Known tools 5
search_destinationsSearch Samth eSim travel destinations (180+ countries and 5 regional/global packs).
Inferred read-onlyget_plansGet live plan list (data size, validity days, USD price) for one destination sold by Samth eSim.
Inferred read-onlyget_coverageWhich countries a Samth eSim regional pack covers, and which mobile networks the eSIM connects to in each one.
Inferred read-onlyget_install_stepsStep-by-step eSIM installation and activation instructions for iOS and Android, plus the usual troubleshooting (no service, data roaming, when validity starts).
Inferred read-onlyget_brand_infoKey facts about Samth eSim: coverage, pricing model, activation, refunds, support, apps, languages.
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.samth-esim]
url = "https://mcp.samthesim.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"samth-esim": {
"type": "http",
"url": "https://mcp.samthesim.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: samth-esim
Remote MCP URL: https://mcp.samthesim.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": {
"samth-esim": {
"url": "https://mcp.samthesim.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"samth-esim": {
"type": "http",
"url": "https://mcp.samthesim.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "samth-esim",
"transport": "streamable-http",
"url": "https://mcp.samthesim.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 samthesim.com was fetched 2026-08-01T09:26:41.986Z and is being refreshed.
samthesim.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.