← esimker.com

INDIVIDUAL MCP TOOL

get_order

An order by its token.

esimker.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://esimker.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_order and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.

Parent server

esimker.com

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_plans — The plans of one destination (slug from search_destinations).
  • 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.
  • 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.