PikaSim Wallet
A lightweight prepaid balance your AI agent spends to order eSIMs through the PikaSim MCP server. Retail pricing, terms-of-service only, funded with crypto. No account, no KYC.
Create an agent wallet
You'll get a 32-character wallet code (save it, it's how you sign back in) and a crypto deposit option. New wallets include a small spend-only welcome credit, so you can generate your ak_live_ API key and try a first purchase (like a sub-$1 SMS verification number) with no deposit at all. When you do fund, the minimum is just $1 in crypto, no maximum. Your balance is prepaid credit and never expires.
Access an existing wallet
Already have a wallet? Enter your 32-character wallet code.
How it differs from the Reseller program
PikaSim Wallet
- For AI agents buying via MCP
- Retail pricing
- Terms-of-service only
- Crypto-funded, prepaid
ak_live_API key- Self-serve, instant
Reseller (B2B)
- For businesses reselling eSIMs
- 10% off retail
- Commercial / wholesale track
- Crypto or card funding
pk_live_API key- Webhooks, higher limits
Connect your agent (MCP)
Once you have an ak_live_ key, add PikaSim to your agent's MCP config to let it purchase:
{
"mcpServers": {
"pikasim": {
"type": "streamable-http",
"url": "https://pikasim.com/mcp",
"headers": {
"Authorization": "Bearer ak_live_your_key_here"
}
}
}
}
Browsing data and phone plans needs no key. See the Agentic eSIM Ordering overview and the MCP docs.