INDIVIDUAL MCP TOOL
list_covered_countries
List the countries/regions BuyUKeSIM travel eSIM data plans currently cover, with how many plans each has (2-letter ISO codes).
LIVE ENDPOINT
https://buyukesim.com/mcp
Connect to this endpoint to inspect the live schema for list_covered_countries 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.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.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.purchase_esim— Buy a travel/data eSIM using the agent wallet balance (pass the ak_live_ api key from create_wallet).