General Tools
buyukesim.com
Provides UK phone numbers for verification and travel eSIM data with crypto payment.
ENDPOINT 1
https://buyukesim.com/mcp
MCP server metadata
- Name
- buyukesim
- Version
- 1.0.0
BuyUKeSIM (UK +44 number eSIM and travel data eSIM, no-KYC, crypto payment). Public catalog tools: search_esim_plans, list_covered_countries, get_uk_number_info, check_order_status. Agent-wallet tools (prepaid no-KYC crypto balance): create_wallet -> pass the returned api_key as the api_key argument on every other wallet tool -> create_deposit (min $10, fund with crypto), check_balance, list_transactions, purchase_esim (buy a travel/data eSIM from the balance, returns the QR), purchase_uk_number (buy a UK +44 number eSIM from stock, ~$25). One-Time Codes are paused and cannot be bought; the UK Number receives verification SMS for any app. eSIM purchases return the QR instantly; all purchases are idempotent via request_id.
Known tools 11
list_covered_countriesList the countries/regions BuyUKeSIM travel eSIM data plans currently cover, with how many plans each has (2-letter ISO codes).
Inferred read-onlyget_uk_number_infoGet 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.
Potential side effectscheck_order_statusLook up the status of a BuyUKeSIM order using its short lookup/magic code (the code the customer received).
Inferred read-onlycreate_walletCreate a new BuyUKeSIM agent wallet - a prepaid, no-KYC balance an AI agent funds with crypto and spends on eSIMs.
Potential side effectscheck_balanceCheck the balance of the agent wallet (pass the ak_live_ api key from create_wallet).
Inferred read-onlycreate_depositTop up the agent wallet with crypto (pass the ak_live_ api key from create_wallet).
Inferred read-onlylist_transactionsList the most recent transactions (deposits and purchases) on the agent wallet.
Inferred read-onlypurchase_esimBuy a travel/data eSIM using the agent wallet balance (pass the ak_live_ api key from create_wallet).
Inferred read-onlypurchase_uk_numberBuy a UK +44 Number eSIM (a real UK mobile line for incoming verification SMS and calls) using the agent wallet balance.
Potential side effectsget_one_time_codeOne-Time Codes are PAUSED and cannot be bought; this only works for orders placed before the pause.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for buyukesim.com was fetched 2026-08-11T02:42:47.704Z.
buyukesim.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.