← esimyfi.live

INDIVIDUAL MCP TOOL

cancel_order

Cancel an order.

esimyfi.livenone authenticationAvailability not checked

LIVE ENDPOINT

https://esimyfi.live/mcp

No auth detected

Connect to this endpoint to inspect the live schema for cancel_order 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

esimyfi.live

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.yfinet-esim]
url = "https://esimyfi.live/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "yfinet-esim": {
      "type": "http",
      "url": "https://esimyfi.live/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: yfinet-esim
Remote MCP URL: https://esimyfi.live/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": {
    "yfinet-esim": {
      "url": "https://esimyfi.live/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "yfinet-esim": {
      "type": "http",
      "url": "https://esimyfi.live/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "yfinet-esim",
  "transport": "streamable-http",
  "url": "https://esimyfi.live/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_balance — Get the dealer account balance, account mode, and whether live ordering is enabled.
  • list_countries — List all destination countries with available eSIM plan counts.
  • list_plans — List eSIM plans for one country with dealer pricing applied.
  • create_order — Order an eSIM.
  • list_orders — List recent orders for this dealer account.
  • get_order — Get one order by its order_id (ord_…): status, ICCID, activation code, plan, charge.
  • lookup_esim — Look up an eSIM by ICCID (works for sandbox 8999… ICCIDs too).
  • get_usage — Get live data usage for an eSIM by ICCID.