PikaSim MCP Server

Buy anonymous eSIMs and phone-number plans in 190+ countries from a prepaid crypto wallet.

Remote serverstreamable-httpGo

What is the PikaSim MCP server?

Most team communication work still happens through a UI a human drives. PikaSim MCP server moves it into the conversation instead. Buy anonymous eSIMs and phone-number plans in 190+ countries from a prepaid crypto wallet.

The short version

PikaSim is a remote, hosted MCP server (Streamable HTTP). You don't run any code — just point your AI agent at the URL and it can search plans, check coverage, get pricing, and (with a funded agent wallet) purchase eSIMs and SMS numbers autonomously.

PikaSim is a privacy-first eSIM marketplace: no accounts, no email, no KYC, crypto settlement. The MCP server exposes the same catalog and ordering to AI agents.

The tools it exposes

The server publishes 14 tools. What each one is for:

  • create_walletOnboard autonomously. Create a new prepaid wallet in one call — returns a wallet code, an ak_live_ API key, and a spend-only welcome credit. No
  • search_esim_packages — Search eSIM plans by country, region, or keyword. Returns both data and phone-number buckets
  • search_phone_plans — Search phone-number eSIMs (real carrier number + voice + SMS + data)
  • get_package_details — Full details for a plan: coverage, data, voice/SMS allowance, duration, price, networks, purchase URL
  • check_country_coverage — What PikaSim plans cover a country — data and phone-number buckets with counts and price ranges
  • get_pricing — USD price for a specific plan (data or phone-number) by packageCode
  • get_phone_plan_pricing — USD price + voice/SMS/data allowance for a specific phone-number eSIM
  • search_sms_services — Search SMS verification services (Discord, Google, Telegram, … or "Other" for anything unlisted)
  • get_sms_service_countries — Countries offering a quick SMS number for one service, with live price, success rate, and VoIP vs real-mobile flag
  • list_sms_rentals — Long-term SMS rental numbers with duration tiers, live prices, and live stock per duration
  • check_balance — Check your agent-wallet balance
  • purchase_esim — Buy a data eSIM. Returns activation info (ICCID, QR, SM-DP+)

Getting it running

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

How it compares

Plenty of team communication servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. PikaSim's toolset — create_wallet, search_esim_packages, search_phone_plans and 11 more — is a fair guide to whether it matches your workflow. It is maintained by com.pikasim; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Things to watch

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch PikaSim.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
create_wallet**Onboard autonomously.** Create a new prepaid wallet in one call — returns a wallet code, an ak_live_ API key, and a spend-only welcome credit. No account, email, KYC, or browser. Reconnect with the key and buy.
search_esim_packagesSearch eSIM plans by country, region, or keyword. Returns **both** data and phone-number buckets.
search_phone_plansSearch phone-number eSIMs (real carrier number + voice + SMS + data).
get_package_detailsFull details for a plan: coverage, data, voice/SMS allowance, duration, price, networks, purchase URL.
check_country_coverageWhat PikaSim plans cover a country — data and phone-number buckets with counts and price ranges.
get_pricingUSD price for a specific plan (data or phone-number) by packageCode.
get_phone_plan_pricingUSD price + voice/SMS/data allowance for a specific phone-number eSIM.
search_sms_servicesSearch SMS verification services (Discord, Google, Telegram, … or "Other" for anything unlisted).
get_sms_service_countriesCountries offering a quick SMS number for one service, with live price, success rate, and VoIP vs real-mobile flag.
list_sms_rentalsLong-term SMS rental numbers with duration tiers, live prices, and **live stock** per duration.
check_balanceCheck your agent-wallet balance.
purchase_esimBuy a data eSIM. Returns activation info (ICCID, QR, SM-DP+).
purchase_phone_planBuy a phone-number eSIM (real number + voice + SMS + data).
get_esim_statusLive status, data usage, and expiration of an eSIM.

How to install the PikaSim MCP server

{
  "mcpServers": {
    "pikasim": {
      "command": "npx",
      "args": ["-y", "skills"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use PikaSim to create wallet.
  • Use PikaSim to search esim packages.
  • Use PikaSim to search phone plans.

Frequently asked questions

It connects PikaSim to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (create_wallet, search_esim_packages, search_phone_plans, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with PikaSim directly.