← buyukesim.com

INDIVIDUAL MCP TOOL

get_one_time_code

One-Time Codes are PAUSED and cannot be bought; this only works for orders placed before the pause.

buyukesim.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://buyukesim.com/mcp

No auth detected

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

buyukesim.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.buyukesim]
url = "https://buyukesim.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "buyukesim": {
      "type": "http",
      "url": "https://buyukesim.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "buyukesim": {
      "type": "http",
      "url": "https://buyukesim.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "buyukesim",
  "transport": "streamable-http",
  "url": "https://buyukesim.com/mcp"
}
MCP Inspector

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

Related tools

  • search_esim_plans — Search BuyUKeSIM travel/data eSIM plans for a country.
  • list_covered_countries — List the countries/regions BuyUKeSIM travel eSIM data plans currently cover, with how many plans each has (2-letter ISO codes).
  • get_uk_number_info — Get details of the BuyUKeSIM UK Number (+44) eSIM: a real UK mobile line for unlimited incoming SMS and calls (app and service verification codes, WhatsApp, Telegram), no KYC, paid in crypto, instant QR.
  • check_order_status — Look up the status of a BuyUKeSIM order using its short lookup/magic code (the code the customer received).
  • create_wallet — Create a new BuyUKeSIM agent wallet - a prepaid, no-KYC balance an AI agent funds with crypto and spends on eSIMs.
  • check_balance — Check the balance of the agent wallet (pass the ak_live_ api key from create_wallet).
  • create_deposit — Top up the agent wallet with crypto (pass the ak_live_ api key from create_wallet).
  • list_transactions — List the most recent transactions (deposits and purchases) on the agent wallet.