← pikasim.com

INDIVIDUAL MCP TOOL

purchase_phone_plan

Purchase a PHONE-NUMBER eSIM — a plan with a real carrier phone number (voice + SMS + data).

pikasim.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://pikasim.com/mcp/ak_live_%E2%80%A6

No auth detected

Connect to this endpoint to inspect the live schema for purchase_phone_plan and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests sending messages.
  • A tool name or description suggests a financial action.

Parent server

pikasim.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.pikasim]
url = "https://pikasim.com/mcp/ak_live_%E2%80%A6"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "pikasim": {
      "type": "http",
      "url": "https://pikasim.com/mcp/ak_live_%E2%80%A6"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: pikasim
Remote MCP URL: https://pikasim.com/mcp/ak_live_%E2%80%A6

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "pikasim": {
      "url": "https://pikasim.com/mcp/ak_live_%E2%80%A6"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "pikasim": {
      "type": "http",
      "url": "https://pikasim.com/mcp/ak_live_%E2%80%A6"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "pikasim",
  "transport": "streamable-http",
  "url": "https://pikasim.com/mcp/ak_live_%E2%80%A6"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_esim_packages — Search PikaSim eSIM plans by country code, region, or keyword.
  • search_phone_plans — Search PikaSim PHONE-NUMBER eSIMs — plans that include a REAL carrier phone number (not VoIP) with voice calls, SMS, and data.
  • get_package_details — Get full details for a specific plan (data eSIM OR phone-number eSIM): coverage, data, voice/SMS allowance, duration, price, networks, and purchase URL.
  • check_country_coverage — Check what PikaSim plans cover a country.
  • get_pricing — Get the USD price for a specific plan (data eSIM OR phone-number eSIM).
  • get_phone_plan_pricing — Get the USD price and voice/SMS/data allowance for a specific PHONE-NUMBER eSIM.
  • search — Search the PikaSim eSIM catalog (data eSIMs and phone-number eSIMs) by free-text query and/or ISO country code.
  • fetch — Fetch full details for one PikaSim eSIM plan by the id returned from search: coverage, data, voice/SMS allowance, duration, price, networks, and its pikasim.com purchase URL.