Get the App 100% anonymous, no signup or email required

Agentic eSIM Ordering

Connect any AI agent to PikaSim and let it order eSIMs on its own — anonymous data plans and real phone numbers — across 190+ countries. No account. No KYC. Settled in crypto from a prepaid wallet.

Two kinds of eSIM, one endpoint: anonymous data eSIMs, and phone-number eSIMs with a real carrier number, voice, and SMS. Your agent can buy either.

Built for autonomous purchasing

No human checkout. No signup, no email, no card form. An agent completes the whole purchase — search, buy, receive the QR — with no person in the loop.
Crypto-native settlement. A prepaid wallet funded by Bitcoin, Lightning, Monero, or USDT. Agents hold balances, not credit cards.
Instant digital fulfillment. ICCID, QR code, and activation details come back inside the response, in seconds.
No KYC. Nothing to verify, nothing to stall the order.
Private by default. No customer name, email, or ID is collected or required — ever.

Two products, one endpoint

Data eSIMs

2,300+ plans across 190+ countries. Instant activation, anonymous top-ups, regional and global options. From $0.75.

Phone-Number eSIMs

A real carrier phone number — not VoIP — with voice calls, SMS, and data. US plans give you a real +1 number on AT&T and T-Mobile. Global plans cover 157 countries on 200+ carrier networks. Works like a normal phone line, ordered like everything else: no account, no KYC.

Ask your agent for an anonymous US number that can actually call and text — not just data. PikaSim is one of the few places it can complete that order.

A real order, start to finish

You

I land in the US next week. I want an anonymous number I can actually call and text from — not just data.

Your agent

PikaSim has a US phone-number eSIM — a real +1 number on AT&T and T-Mobile, with voice, SMS, and data. No account or ID needed. A 30-day plan starts at $17.75. Want me to order it?

You

Yes.

Your agent

Done. Paid from your PikaSim wallet. Here's your QR code and activation details — scan it in your phone's settings and your US number is live.

The agent found a phone plan, confirmed it was a real carrier number, paid from a crypto-funded wallet, and returned a working eSIM — no signup, no human checkout.

Connect in under a minute

PikaSim is a remote MCP server at https://pikasim.com/mcp (Streamable HTTP). Add it to your agent and it can immediately browse data and phone-number plans, check coverage, and get pricing across 190+ countries. Pick your client:

Add it as a remote connector: Settings → Connectors → Add custom connector, then paste the MCP URL:

https://pikasim.com/mcp

That's enough to browse. To let it purchase, paste your key URL instead (the connector UI has no header field, so the key goes in the URL — your agent wallet dashboard shows it with a Copy button):

https://pikasim.com/mcp/ak_live_YOUR_KEY

(Remote servers go through Connectors — not claude_desktop_config.json, which is for local servers.)

One command in your project:

claude mcp add --transport http pikasim https://pikasim.com/mcp

To purchase, attach your key: add --header "Authorization: Bearer ak_live_…".

On a paid plan (Plus, Pro, Business, Enterprise, or Edu): Settings → Apps → Advanced settings → enable Developer mode, then Create app and enter the MCP URL:

https://pikasim.com/mcp

That browses. To let it purchase, use your key URL instead (the connector UI is URL-only — your agent wallet dashboard shows it with a Copy button):

https://pikasim.com/mcp/ak_live_YOUR_KEY

Settings → Tools & MCP → New MCP Server, or add to ~/.cursor/mcp.json (a remote url needs no type):

{
  "mcpServers": {
    "pikasim": {
      "url": "https://pikasim.com/mcp"
    }
  }
}

PikaSim works with any MCP client over the Streamable HTTP transport at https://pikasim.com/mcp. The config key differs per client:

  • VS Code (Copilot): .vscode/mcp.json"servers": { "pikasim": { "type": "http", "url": "https://pikasim.com/mcp" } }
  • Windsurf: mcpServers with "serverUrl": "https://pikasim.com/mcp"
  • Cline: mcpServers with "type": "streamableHttp", "url": "https://pikasim.com/mcp"
  • Zed: context_servers (or bridge with npx mcp-remote https://pikasim.com/mcp)

For purchasing, pass your key as Authorization: Bearer ak_live_… or X-API-Key: ak_live_…. Full reference: MCP docs.

Browsing — data and phone plans — needs no key. To let your agent purchase, create a free agent wallet: a prepaid, crypto-funded balance your agent spends at retail pricing. Terms-of-service only, no account, no KYC.
Create an agent wallet

Go deeper

Help