Buy anonymous eSIMs and phone-number plans in 190+ countries from a prepaid crypto wallet.
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.
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 server publishes 14 tools. What each one is for:
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. Nosearch_esim_packages — Search eSIM plans by country, region, or keyword. Returns both data and phone-number bucketssearch_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 URLcheck_country_coverage — What PikaSim plans cover a country — data and phone-number buckets with counts and price rangesget_pricing — USD price for a specific plan (data or phone-number) by packageCodeget_phone_plan_pricing — USD price + voice/SMS/data allowance for a specific phone-number eSIMsearch_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 flaglist_sms_rentals — Long-term SMS rental numbers with duration tiers, live prices, and live stock per durationcheck_balance — Check your agent-wallet balancepurchase_esim — Buy a data eSIM. Returns activation info (ICCID, QR, SM-DP+)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.
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.
| Tool | What 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_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+). |
| purchase_phone_plan | Buy a phone-number eSIM (real number + voice + SMS + data). |
| get_esim_status | Live status, data usage, and expiration of an eSIM. |
{
"mcpServers": {
"pikasim": {
"command": "npx",
"args": ["-y", "skills"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Inbox intelligence — search, read, draft and send Gmail through your assistant with OAuth auto-setup.
Read and write Jira, Confluence, Bitbucket, JSM and Compass from your AI client — with your own permissions.
Read and send Telegram messages through your assistant — chats, channels and history via the client API.
Enables Discord bot integration with Model Context Protocol (MCP) compatible applications like Claude Desktop.
Exposes REST APIs defined by OpenAPI specifications as Model Context Protocol (MCP) tools, facilitating seamless integration into MCP-based workflows.