INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://pikasim.com/mcp
Connect to this endpoint to inspect the live schema for get_package_details 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 retrieving external content.
- A tool name or description suggests sending messages.
- A tool name or description suggests a financial action.
Parent server
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"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pikasim": {
"type": "http",
"url": "https://pikasim.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pikasim
Remote MCP URL: https://pikasim.com/mcp
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"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pikasim": {
"type": "http",
"url": "https://pikasim.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pikasim",
"transport": "streamable-http",
"url": "https://pikasim.com/mcp"
}
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.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.create_wallet— Create a NEW PikaSim agent wallet for autonomous purchasing — no human, no browser, no account, no email, no KYC.