General Tools
esimeagle.com
Finds affordable eSIM plans for international travel based on countries, trip duration, data needs, currency, and locale.
ENDPOINT 1
https://esimeagle.com/mcp
MCP server metadata
- Name
- eSIM Eagle
- Version
- 1.0.0
Use this server to find live eSIM plans and prices for one or more travel destinations. It is read-only; send users to the returned checkout URL to buy.
Known tools 1
find_esim_plansFinds up to five live eSIM plans that cover every requested country or region, priced for the trip length, data need, currency, and locale.
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.esim-eagle]
url = "https://esimeagle.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"esim-eagle": {
"type": "http",
"url": "https://esimeagle.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: esim-eagle
Remote MCP URL: https://esimeagle.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": {
"esim-eagle": {
"url": "https://esimeagle.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"esim-eagle": {
"type": "http",
"url": "https://esimeagle.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "esim-eagle",
"transport": "streamable-http",
"url": "https://esimeagle.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.