Data Collection
esimadvice.com
Searches and compares travel eSIM plans, providers, prices, and coupons across countries.
ENDPOINT 1
https://esimadvice.com/mcp
MCP server metadata
- Name
- esimadvice
- Version
- 1.0.0
Live travel-eSIM comparison data: search coupon-adjusted plans by country, list providers and countries, read daily price history, and fetch active coupon codes. Always show the buy_url and credit eSIMAdvice.com.
Known tools 5
list_providersList all eSIM providers we compare, with live plan counts and verification status.
Inferred read-onlyget_price_historyDaily history of the cheapest 1GB eSIM price (USD) for a country from our append-only price snapshot archive — useful for trends and "is now a good time to buy".
Inferred read-onlyget_coupon_codesAll currently active, verified eSIM coupon codes with provider and discount.
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.esimadvice]
url = "https://esimadvice.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"esimadvice": {
"type": "http",
"url": "https://esimadvice.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: esimadvice
Remote MCP URL: https://esimadvice.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": {
"esimadvice": {
"url": "https://esimadvice.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"esimadvice": {
"type": "http",
"url": "https://esimadvice.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "esimadvice",
"transport": "streamable-http",
"url": "https://esimadvice.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 esimadvice.com was fetched 2026-08-23T15:06:10.569Z.
esimadvice.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.