← pikasim.com

INDIVIDUAL MCP TOOL

search_sms_services

Search the SMS VERIFICATION service list — websites/apps a receive-only verification number can get a code for (Discord, Google, Telegram, ...).

pikasim.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://pikasim.com/mcp/ak_live_your_api_key_here

No auth detected

Connect to this endpoint to inspect the live schema for search_sms_services 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.

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_your_api_key_here"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "pikasim": {
      "type": "http",
      "url": "https://pikasim.com/mcp/ak_live_your_api_key_here"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: pikasim
Remote MCP URL: https://pikasim.com/mcp/ak_live_your_api_key_here

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_your_api_key_here"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "pikasim": {
      "type": "http",
      "url": "https://pikasim.com/mcp/ak_live_your_api_key_here"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "pikasim",
  "transport": "streamable-http",
  "url": "https://pikasim.com/mcp/ak_live_your_api_key_here"
}
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.