Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. PikaSim
P
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:30:13 PM

PikaSim

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "pikasim": {
      "command": "npx",
      "args": [
        "-y",
        "pikasim"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Documentation Overview

PikaSim MCP Server

Buy eSIMs from an AI agent β€” no account, no email, no KYC. Anonymous data plans, real carrier phone numbers, and SMS verification numbers across 190+ countries, settled in crypto from a prepaid agent 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.

  • Browse (no auth): https://pikasim.com/mcp
  • Purchase (OAuth): https://pikasim.com/mcp/wallet
  • Transport: Streamable HTTP (JSON-RPC over HTTP POST)
  • Docs: https://pikasim.com/mcp-docs?utm_source=github_pikasim_mcp
  • Agent wallet: https://pikasim.com/agent-wallet?utm_source=github_pikasim_mcp
  • Browsing needs no key. Purchasing connects a prepaid agent wallet via one-click OAuth (or an ak_live_ key on CLI clients).

Install as an agent skill

This repo also ships a pikasim agent skill β€” an installable instruction package that teaches any skill-capable agent (Claude Code, claude.ai, and other SKILL.md-compatible hosts) when and how to buy connectivity from PikaSim, including the no-MCP REST fallback and the cold-start wallet flow:

Terminal
npx skills add codebruinc/pikasim-mcp

or copy skills/pikasim/ into your agent's skills directory (e.g. ~/.claude/skills/pikasim/).


Quick start

Add PikaSim to your AI agent's MCP config:

config.json
{
  "mcpServers": {
    "pikasim": {
      "type": "streamable-http",
      "url": "https://pikasim.com/mcp"
    }
  }
}

That's it β€” your agent can now search data and phone-number eSIM plans, check country coverage, and get pricing for 190+ countries. No API key needed for browsing.

To purchase too, connect https://pikasim.com/mcp/wallet instead β€” it triggers a one-click OAuth flow where you authorize a free, prepaid agent wallet by pasting your wallet code (no key handling, no account, no email). See Authentication.


Fully autonomous: from zero to buying, no human

A terminal or headless agent (Claude Code, a script, an autonomous loop) needs no browser and no person. Connect the keyless https://pikasim.com/mcp and onboard in four calls:

jsonc
// 1. The agent creates its own wallet β€” returns a wallet code, an ak_live_ key,
//    and a small spend-only welcome credit. No account, email, KYC, or browser.
{ "tool": "create_wallet", "arguments": { "acceptTos": true } }

// 2. Reconnect with the returned key:  Authorization: Bearer ak_live_...
//    (or use the URL https://pikasim.com/mcp/ak_live_YOUR_KEY)

// 3. Confirm the welcome credit is there
{ "tool": "check_balance", "arguments": {} }          // -> $1.00

// 4. Buy β€” the welcome credit covers a first sub-$1 purchase, e.g. an SMS number
{ "tool": "order_sms_verification", "arguments": { "serviceId": "817", "countryId": "2" } }

That's the whole loop: no human, no browser, no card, no account. When the agent needs more funds, create_deposit returns Lightning, USDT, Monero, and Bitcoin destinations it can pay itself. Save the wallet code and key from the create_wallet response β€” each is shown once.


Three product lines

Don't assume "eSIM" means data-only. PikaSim sells:

  1. Data eSIMs β€” anonymous data plans across 190+ countries, from $0.75. Discover with search_esim_packages / check_country_coverage; buy with purchase_esim.
  2. Phone-number eSIMs β€” a real carrier phone number (not VoIP) with voice calls, SMS, and data. US plans give a real +1 number on AT&T and T-Mobile; global plans cover 157 countries. Discover with search_phone_plans; buy with purchase_phone_plan.
  3. SMS verification numbers β€” receive-only numbers for getting verification codes, no eSIM involved. Quick SMS: a one-time code on a temporary number, auto-refund if nothing arrives in 20 minutes (search_sms_services β†’ get_sms_service_countries β†’ order_sms_verification β†’ poll check_sms_verification). Long-term rentals: keep a number for days to months and receive multiple SMS, with live stock shown per duration (list_sms_rentals β†’ rent_sms_number β†’ get_sms_rental_messages / extend_sms_rental).

search_esim_packages and check_country_coverage return both eSIM lines in separate buckets. Package codes appear in [brackets] β€” pass them to the matching purchase tool.


Setup guides

PikaSim is a remote MCP server at https://pikasim.com/mcp. The config key and steps differ per client.

Claude Desktop

Remote servers are added as Connectors, not via claude_desktop_config.json. Go to Settings β†’ Connectors β†’ Add custom connector. To browse, paste https://pikasim.com/mcp. To purchase, paste https://pikasim.com/mcp/wallet and click Connect β€” Claude opens a PikaSim page where you authorize a wallet by pasting your wallet code (one-click OAuth, no key in the URL).

Claude Code (CLI)

bash
# Browse only (also lets the agent self-onboard via the create_wallet tool)
claude mcp add --transport http pikasim https://pikasim.com/mcp

# With purchasing via key (recommended for headless/terminal agents)
claude mcp add --transport http pikasim https://pikasim.com/mcp \
  --header "Authorization: Bearer ak_live_YOUR_KEY"

# With purchasing via OAuth: add the wallet URL, then run /mcp inside Claude
# Code and pick "Authenticate" β€” a browser opens the PikaSim consent page
# where you paste your wallet code
claude mcp add --transport http pikasim https://pikasim.com/mcp/wallet

No wallet yet? Connect the browse URL above and ask the agent to call create_wallet β€” it mints a wallet + ak_live_ key + welcome credit in one call, then reconnect with the key (--header "Authorization: Bearer ak_live_…"). Fully autonomous, no browser. See Fully autonomous.

Cursor / Windsurf / other JSON-config clients

config.json
{
  "mcpServers": {
    "pikasim": {
      "type": "streamable-http",
      "url": "https://pikasim.com/mcp"
    }
  }
}

To purchase from clients that support MCP OAuth (Cursor does), use https://pikasim.com/mcp/wallet as the URL instead β€” the client opens the PikaSim consent page where you paste your wallet code.

ChatGPT (custom connector)

Add a custom connector with URL https://pikasim.com/mcp to browse, or https://pikasim.com/mcp/wallet to purchase (the wallet URL triggers OAuth β€” authorize by pasting your wallet code).


Tools

Public tools (no API key)

ToolDescription
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 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.

Authenticated tools (require an ak_live_ agent-wallet key)

ToolDescription
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.
get_topup_optionsList valid top-up packages for an existing eSIM.
topup_esimAdd more data to an existing eSIM.
list_ordersList recent orders with status and cost.
list_esimsFleet view: every eSIM the wallet owns (ICCID, plan, status, install link, remaining data for small fleets).
list_transactionsWallet ledger: every deposit, purchase, and refund with running balance.
create_depositFund your wallet (min $1). Returns agent-payable Lightning, USDT (TRC-20), Monero, and Bitcoin destinations inline so an agent holding crypto pays with no human, plus a payment page (card + 50+ altcoins) for a human.
cancel_esimCancel an unused eSIM and refund to your wallet (only if never installed/activated).
order_sms_verificationBuy a quick SMS number for one verification code (single-use, 20 min, auto-refund if no SMS).
check_sms_verificationPoll a quick SMS order for the incoming code.
cancel_sms_verificationCancel a waiting quick SMS order for an immediate refund.
list_sms_ordersList your quick SMS orders and rental numbers.
rent_sms_numberRent a long-term receive-only SMS number (extendable; not for banking/financial verification).
get_sms_rental_messagesRead a rental number's inbox.
extend_sms_rentalExtend a rental before expiry β€” days are added on top of the current expiry.

Authentication

Browsing is open at https://pikasim.com/mcp. To purchase, connect https://pikasim.com/mcp/wallet, which supports two auth methods:

  1. OAuth (recommended, for app clients like Claude Desktop / ChatGPT): connecting the wallet URL triggers OAuth 2.1 (Dynamic Client Registration + PKCE). You're sent to a PikaSim consent page where you paste your wallet code to authorize. The client receives a revocable access token β€” never your wallet code or ak_live_ key. No account, no email, no KYC.
  2. Bearer key (for CLI clients): send Authorization: Bearer ak_live_YOUR_KEY.

The plain https://pikasim.com/mcp URL is browse-only β€” but the create_wallet tool works there, so an agent can mint its own wallet + key + welcome credit with no browser (see Fully autonomous). A human can instead create a wallet at https://pikasim.com/agent-wallet?utm_source=github_pikasim_mcp (save the wallet code; it's the only way back in).

Wallet, in brief

  • Prepaid, crypto-funded balance. Retail pricing. Minimum deposit $1 β€” and new wallets carry a small spend-only welcome credit, so a first sub-$1 purchase needs no deposit at all.
  • Fund via create_deposit β€” it returns agent-payable Lightning, USDT (TRC-20), Monero, and Bitcoin destinations inline (an agent holding crypto pays without a human), plus a payment page (card + 50+ altcoins) for a human.
  • No personal account, email, or KYC required.
  • Welcome credit is spend-only (never withdrawable); deposits are.

There's also a separate reseller program at https://pikasim.com/reseller β€” a B2B track with its own pk_live_ key and a 10% discount. Reseller keys also work on this MCP server at wholesale pricing.


Example

jsonc
// 1. Find data plans for Japan
{ "tool": "search_esim_packages", "arguments": { "country": "JP", "type": "data" } }

// 2. Get a real US phone number plan
{ "tool": "search_phone_plans", "arguments": { "country": "US" } }

// 3. Check your wallet, then buy (needs ak_live_ key)
{ "tool": "check_balance", "arguments": {} }
{ "tool": "purchase_esim", "arguments": { "packageCode": "PACKAGE_CODE_FROM_SEARCH" } }

Rate limits & errors

  • Public browsing is rate-limited per IP. Authenticated tools are scoped to your wallet.
  • Errors return a clear message (e.g. insufficient balance β†’ fund via create_deposit or the wallet page).
  • Full reference: https://pikasim.com/mcp-docs?utm_source=github_pikasim_mcp

About PikaSim

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.

  • Website: https://pikasim.com
  • MCP docs: https://pikasim.com/mcp-docs
  • Agent wallet: https://pikasim.com/agent-wallet
  • Agentic ordering guide: https://pikasim.com/agentic-esim-ordering

For registries (Dockerfile)

You do not need Docker to use PikaSim β€” just point your client at the URL above. The included Dockerfile exists only so registries (e.g. Glama) can start a container, speak MCP over stdio, and introspect the tool set. It runs mcp-remote, which bridges a local stdio client to the hosted Streamable HTTP endpoint. All public tools are discoverable with no key.

License

MIT β€” see LICENSE. This repository contains documentation for the hosted PikaSim MCP server; the server itself runs at https://pikasim.com/mcp.

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • AstraNL logoAstraNL

    MCP: 15 AI capabilities + NL real-world task brokerage. Multi-provider mesh, prepaid wallet.

    πŸ’° Finance & Fintech0 views
    Compare vs AstraNL β†’
  • F
    Flow

    Live US diesel prices and optimized stop-by-stop fuel plans for trucking. Free snapshot tool.

    πŸ’° Finance & Fintech1 views
    Compare vs Flow β†’
  • Plugin logoPlugin

    Circulara Observe MCP plugin - meters your AI agents' token spend and carbon, free tier.

    πŸ’° Finance & Fintech0 views
    Compare vs Plugin β†’
  • R
    Ref Tools Ref Tools Mcp

    Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…

    πŸ’° Finance & Fintech0 views
    Compare vs Ref Tools Ref Tools Mcp β†’

Frequently Asked Questions about PikaSim

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "pikasim": { "command": "npx", "args": ["-y", "PikaSim"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewPikaSim AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/pikasim?style=directory)](https://allmcps.com/mcp/pikasim)
HTML Embed
<a href="https://allmcps.com/mcp/pikasim"><img src="https://allmcps.com/api/badge/pikasim?style=directory" alt="PikaSim on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/4 checks healthy over the last 7h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to PikaSim β†’Install in Claude DesktopInstall in CursorInstall in VS Code