← esimker.com
INDIVIDUAL MCP TOOL
get_plans
The plans of one destination (slug from search_destinations).
LIVE ENDPOINT
https://esimker.com/api/mcp
Connect to this endpoint to inspect the live schema for get_plans and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.esimker]
url = "https://esimker.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"esimker": {
"type": "http",
"url": "https://esimker.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: esimker
Remote MCP URL: https://esimker.com/api/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": {
"esimker": {
"url": "https://esimker.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"esimker": {
"type": "http",
"url": "https://esimker.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "esimker",
"transport": "streamable-http",
"url": "https://esimker.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_destinations— Destinations on sale.get_payment_methods— Checkout methods open right now: "crypto" (a hosted invoice: BTC, ETH, TRX, USDT), "card", and "wallet" (a prepaid balance, see create_wallet).create_checkout— Create an order for a person to pay.get_order— An order by its token.list_topups— Top-up plans that fit an eSIM we issued: plan_id, name, gb, days, retail.get_usage— Remaining data and status of an eSIM we issued.create_wallet— Mint a prepaid wallet with no account behind it and get its secret ONCE: `code` (32 hex characters) and the same secret as a 12-word `phrase`.get_wallet— The wallet behind the code: ref (a public handle for support), balance_usd, cashback_percent, the deposit rules that apply to it now (min_usd, max_usd, first, bonus tiers), the last 50 transactions, orders (with their tokens — the wallet is where a buyer's order links are kept) and deposits.