MCP Server
MCP
io.github.kakha13/esim-mcp
Compare travel eSIM plans by country, and regional vs local pricing for multi-country trips.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "esim-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Optional read-only CheapereSIM API token. Without it the five plan-search tools work normally. With it, two extra tools can list the eSIMs on your account and their remaining data. Create one at https://cheaperesim.com/dashboard/api-tokens",
"format": "string",
"isSecret": true,
"name": "CHEAPERESIM_API_TOKEN"
},
{
"description": "Override the API base URL. Defaults to https://cheaperesim.com and only needs changing for local development.",
"format": "string",
"name": "CHEAPERESIM_API_BASE"
},
{
"description": "Per-request timeout in milliseconds. Defaults to 10000.",
"format": "string",
"name": "CHEAPERESIM_TIMEOUT_MS"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment