ENDPOINT 1
https://pikasim.com/mcp
MCP server metadata
- Name
- pikasim
- Version
- 1.0.0
PikaSim sells eSIMs that an AI agent can order autonomously — no account, no email, no KYC, settled from a prepaid PikaSim Wallet (crypto-funded agent wallet). NO WALLET CONNECTED: this session has no wallet auth, so you can browse/price but NOT purchase. - AUTONOMOUS agents with NO wallet yet (RECOMMENDED for Claude Code / terminal / scripts): call the create_wallet tool right here — it returns a wallet code + an ak_live_ key + a spend-only welcome credit in ONE call, no human and no browser. Then reconnect with Authorization: Bearer ak_live_… (or the URL https://pikasim.com/mcp/ak_live_YOUR_KEY) and buy. The welcome credit covers a first sub-$1 purchase. - HUMAN-driven clients (Claude Desktop / claude.ai / ChatGPT): reconnect using https://pikasim.com/mcp/wallet as the connector URL. The client detects OAuth and opens a PikaSim consent page — the user pastes the 32-character wallet code from https://pikasim.com/agent-wallet. No account, no email, no key in a URL. - Already have a key? CLI clients send Authorization: Bearer ak_live_… or use the key URL https://pikasim.com/mcp/ak_live_YOUR_KEY. - Important: the plain https://pikasim.com/mcp URL is browse-only (but create_wallet works here). The wallet/funds live behind the auth, so without it this session cannot see balance or orders. There are THREE product lines. Do NOT assume "eSIM" means data-only: 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; local country plans cover Europe (French +33 number), Australia, Mongolia, Vietnam, and Maldives; global plans cover 157 countries. Discover with search_phone_plans (or check_country_coverage, which lists a phone-number bucket); buy with purchase_phone_plan. 3. SMS VERIFICATION NUMBERS — receive-only numbers for getting SMS verification codes, no eSIM involved. Quick SMS = a one-time code on a temporary number (auto-refund if nothing arrives in 20 min): search_sms_services → get_sms_service_countries → order_sms_verification → poll check_sms_verification. Long-term rentals = keep a number for days/months and receive multiple SMS: list_sms_rentals (shows live stock) → rent_sms_number → get_sms_rental_messages / extend_sms_rental. search_esim_packages and check_country_coverage return BOTH eSIM lines by default. When a user wants to call or text (not just data), use the phone-number line. Package codes appear in [brackets] — pass them to the matching purchase tool. When a user only needs to RECEIVE a verification code (sign up for an app/site without giving their real number), use the SMS line — it is much cheaper than an eSIM and needs no device install. Pricing is retail. (The separate reseller program at /reseller is a B2B track with its own pk_live_ key and 10% discount; reseller keys also work here at wholesale pricing — note SMS tools are agent-wallet only.)
Known tools 31
search_esim_packagesSearch PikaSim eSIM plans by country code, region, or keyword.
Inferred read-onlysearch_phone_plansSearch PikaSim PHONE-NUMBER eSIMs — plans that include a REAL carrier phone number (not VoIP) with voice calls, SMS, and data.
Potential side effectsget_package_detailsGet full details for a specific plan (data eSIM OR phone-number eSIM): coverage, data, voice/SMS allowance, duration, price, networks, and purchase URL.
Potential side effectsget_pricingGet the USD price for a specific plan (data eSIM OR phone-number eSIM).
Inferred read-onlyget_phone_plan_pricingGet the USD price and voice/SMS/data allowance for a specific PHONE-NUMBER eSIM.
Potential side effectssearchSearch the PikaSim eSIM catalog (data eSIMs and phone-number eSIMs) by free-text query and/or ISO country code.
Inferred read-onlyfetchFetch full details for one PikaSim eSIM plan by the id returned from search: coverage, data, voice/SMS allowance, duration, price, networks, and its pikasim.
Potential side effectscreate_walletCreate a NEW PikaSim agent wallet for autonomous purchasing — no human, no browser, no account, no email, no KYC.
Potential side effectscheck_balanceReturns the prepaid spending balance of the connected PikaSim agent wallet, in USD.
Inferred read-onlypurchase_phone_planPurchase a PHONE-NUMBER eSIM — a plan with a real carrier phone number (voice + SMS + data).
Potential side effectsget_esim_statusReturns the live status, remaining/used data, and expiration date for one eSIM you own, looked up by its ICCID.
Inferred read-onlytopup_esimAdds more data (and on some plans voice/SMS) to an existing eSIM the user already owns, without issuing a new eSIM.
Potential side effectslist_ordersReturns the order history for the connected wallet, newest first: each order's ID, package, status, cost, date, ICCID, and install link.
Inferred read-onlylist_esimsList every eSIM this wallet owns (the fleet view), newest first: ICCID, plan, order status, install link, and — for fleets of up to 8 — live remaining data inline.
Inferred read-onlylist_transactionsThe wallet ledger: every debit and credit (deposits, purchases, refunds) with amount, running balance, and description, newest first.
Inferred read-onlycreate_depositCreates a payment invoice to add funds to the connected prepaid PikaSim Wallet, and returns a payment page link (the human can pay by card with 3D Secure, or crypto) plus per-coin crypto payment details.
Potential side effectsget_topup_optionsList available top-up packages for an existing eSIM, including price and data amount.
Inferred read-onlysearch_sms_servicesSearch the SMS VERIFICATION service list — websites/apps a receive-only verification number can get a code for (Discord, Google, Telegram, .
Potential side effectsget_sms_service_countriesList the countries offering a quick SMS verification number for one service, with live price, delivery success rate, and whether the number is a real mobile (non-VoIP) or VoIP line.
Potential side effectslist_sms_rentalsList long-term SMS RENTAL numbers: keep the same receive-only number for days to months and receive multiple SMS (fair-use 25/day).
Potential side effectsorder_sms_verificationBuy a QUICK SMS verification number: returns a temporary phone number the user enters on the target service, then the incoming code is read with check_sms_verification.
Potential side effectscheck_sms_verificationPoll a quick SMS order for the incoming verification code.
Potential side effectscancel_sms_verificationCancel a quick SMS order that is still waiting for a code and refund it to the wallet immediately.
Potential side effectslist_sms_ordersList this wallet's SMS orders — quick verification orders (with their Order IDs) and long-term rentals (with their receipt IDs, numbers, and expiry dates).
Potential side effectsrent_sms_numberRent a LONG-TERM receive-only SMS number: the user keeps the same number for the whole rental and can receive multiple SMS (fair-use 25/day).
Potential side effectsget_sms_rental_messagesRead the inbox of a long-term SMS rental: all received messages, newest first, plus the number's status and expiry.
Potential side effectsextend_sms_rentalExtend a long-term SMS rental so the user keeps the same number — days are ADDED on top of the current expiry.
Potential side effectscancel_sms_rentalCancel a long-term SMS rental and refund the full amount to the wallet.
Potential side effectsCONNECT 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.
ENDPOINT 2
https://pikasim.com/mcp/wallet
Known tools 0
No tool metadata was available in the registry cache.
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-com]
url = "https://pikasim.com/mcp/wallet"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"pikasim-com": {
"type": "http",
"url": "https://pikasim.com/mcp/wallet",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: pikasim-com
Remote MCP URL: https://pikasim.com/mcp/wallet
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"pikasim-com": {
"url": "https://pikasim.com/mcp/wallet",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"pikasim-com": {
"type": "http",
"url": "https://pikasim.com/mcp/wallet",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "pikasim-com bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "pikasim-com",
"transport": "streamable-http",
"url": "https://pikasim.com/mcp/wallet",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 3
https://pikasim.com/mcp/ak_live_your_api_key_here
MCP server metadata
- Name
- pikasim
- Version
- 1.0.0
PikaSim sells eSIMs that an AI agent can order autonomously — no account, no email, no KYC, settled from a prepaid PikaSim Wallet (crypto-funded agent wallet). NO WALLET CONNECTED: this session has no wallet auth, so you can browse/price but NOT purchase. - AUTONOMOUS agents with NO wallet yet (RECOMMENDED for Claude Code / terminal / scripts): call the create_wallet tool right here — it returns a wallet code + an ak_live_ key + a spend-only welcome credit in ONE call, no human and no browser. Then reconnect with Authorization: Bearer ak_live_… (or the URL https://pikasim.com/mcp/ak_live_YOUR_KEY) and buy. The welcome credit covers a first sub-$1 purchase. - HUMAN-driven clients (Claude Desktop / claude.ai / ChatGPT): reconnect using https://pikasim.com/mcp/wallet as the connector URL. The client detects OAuth and opens a PikaSim consent page — the user pastes the 32-character wallet code from https://pikasim.com/agent-wallet. No account, no email, no key in a URL. - Already have a key? CLI clients send Authorization: Bearer ak_live_… or use the key URL https://pikasim.com/mcp/ak_live_YOUR_KEY. - Important: the plain https://pikasim.com/mcp URL is browse-only (but create_wallet works here). The wallet/funds live behind the auth, so without it this session cannot see balance or orders. There are THREE product lines. Do NOT assume "eSIM" means data-only: 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; local country plans cover Europe (French +33 number), Australia, Mongolia, Vietnam, and Maldives; global plans cover 157 countries. Discover with search_phone_plans (or check_country_coverage, which lists a phone-number bucket); buy with purchase_phone_plan. 3. SMS VERIFICATION NUMBERS — receive-only numbers for getting SMS verification codes, no eSIM involved. Quick SMS = a one-time code on a temporary number (auto-refund if nothing arrives in 20 min): search_sms_services → get_sms_service_countries → order_sms_verification → poll check_sms_verification. Long-term rentals = keep a number for days/months and receive multiple SMS: list_sms_rentals (shows live stock) → rent_sms_number → get_sms_rental_messages / extend_sms_rental. search_esim_packages and check_country_coverage return BOTH eSIM lines by default. When a user wants to call or text (not just data), use the phone-number line. Package codes appear in [brackets] — pass them to the matching purchase tool. When a user only needs to RECEIVE a verification code (sign up for an app/site without giving their real number), use the SMS line — it is much cheaper than an eSIM and needs no device install. Pricing is retail. (The separate reseller program at /reseller is a B2B track with its own pk_live_ key and 10% discount; reseller keys also work here at wholesale pricing — note SMS tools are agent-wallet only.)
Known tools 31
search_esim_packagesSearch PikaSim eSIM plans by country code, region, or keyword.
Inferred read-onlysearch_phone_plansSearch PikaSim PHONE-NUMBER eSIMs — plans that include a REAL carrier phone number (not VoIP) with voice calls, SMS, and data.
Potential side effectsget_package_detailsGet full details for a specific plan (data eSIM OR phone-number eSIM): coverage, data, voice/SMS allowance, duration, price, networks, and purchase URL.
Potential side effectsget_pricingGet the USD price for a specific plan (data eSIM OR phone-number eSIM).
Inferred read-onlyget_phone_plan_pricingGet the USD price and voice/SMS/data allowance for a specific PHONE-NUMBER eSIM.
Potential side effectssearchSearch the PikaSim eSIM catalog (data eSIMs and phone-number eSIMs) by free-text query and/or ISO country code.
Inferred read-onlyfetchFetch 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.
Potential side effectscreate_walletCreate a NEW PikaSim agent wallet for autonomous purchasing — no human, no browser, no account, no email, no KYC.
Potential side effectscheck_balanceReturns the prepaid spending balance of the connected PikaSim agent wallet, in USD.
Inferred read-onlypurchase_phone_planPurchase a PHONE-NUMBER eSIM — a plan with a real carrier phone number (voice + SMS + data).
Potential side effectsget_esim_statusReturns the live status, remaining/used data, and expiration date for one eSIM you own, looked up by its ICCID.
Inferred read-onlytopup_esimAdds more data (and on some plans voice/SMS) to an existing eSIM the user already owns, without issuing a new eSIM.
Potential side effectslist_ordersReturns the order history for the connected wallet, newest first: each order's ID, package, status, cost, date, ICCID, and install link.
Inferred read-onlylist_esimsList every eSIM this wallet owns (the fleet view), newest first: ICCID, plan, order status, install link, and — for fleets of up to 8 — live remaining data inline.
Inferred read-onlylist_transactionsThe wallet ledger: every debit and credit (deposits, purchases, refunds) with amount, running balance, and description, newest first.
Inferred read-onlycreate_depositCreates a payment invoice to add funds to the connected prepaid PikaSim Wallet, and returns a payment page link (the human can pay by card with 3D Secure, or crypto) plus per-coin crypto payment details.
Potential side effectsget_topup_optionsList available top-up packages for an existing eSIM, including price and data amount.
Inferred read-onlysearch_sms_servicesSearch the SMS VERIFICATION service list — websites/apps a receive-only verification number can get a code for (Discord, Google, Telegram, ...).
Potential side effectsget_sms_service_countriesList the countries offering a quick SMS verification number for one service, with live price, delivery success rate, and whether the number is a real mobile (non-VoIP) or VoIP line.
Potential side effectslist_sms_rentalsList long-term SMS RENTAL numbers: keep the same receive-only number for days to months and receive multiple SMS (fair-use 25/day).
Potential side effectsorder_sms_verificationBuy a QUICK SMS verification number: returns a temporary phone number the user enters on the target service, then the incoming code is read with check_sms_verification.
Potential side effectscheck_sms_verificationPoll a quick SMS order for the incoming verification code.
Potential side effectscancel_sms_verificationCancel a quick SMS order that is still waiting for a code and refund it to the wallet immediately.
Potential side effectslist_sms_ordersList this wallet's SMS orders — quick verification orders (with their Order IDs) and long-term rentals (with their receipt IDs, numbers, and expiry dates).
Potential side effectsrent_sms_numberRent a LONG-TERM receive-only SMS number: the user keeps the same number for the whole rental and can receive multiple SMS (fair-use 25/day).
Potential side effectsget_sms_rental_messagesRead the inbox of a long-term SMS rental: all received messages, newest first, plus the number's status and expiry.
Potential side effectsextend_sms_rentalExtend a long-term SMS rental so the user keeps the same number — days are ADDED on top of the current expiry.
Potential side effectscancel_sms_rentalCancel a long-term SMS rental and refund the full amount to the wallet.
Potential side effectsCONNECT 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.
ENDPOINT 4
https://pikasim.com/mcp/ak_live_%E2%80%A6
MCP server metadata
- Name
- pikasim
- Version
- 1.0.0
PikaSim sells eSIMs that an AI agent can order autonomously — no account, no email, no KYC, settled from a prepaid PikaSim Wallet (crypto-funded agent wallet). NO WALLET CONNECTED: this session has no wallet auth, so you can browse/price but NOT purchase. - AUTONOMOUS agents with NO wallet yet (RECOMMENDED for Claude Code / terminal / scripts): call the create_wallet tool right here — it returns a wallet code + an ak_live_ key + a spend-only welcome credit in ONE call, no human and no browser. Then reconnect with Authorization: Bearer ak_live_… (or the URL https://pikasim.com/mcp/ak_live_YOUR_KEY) and buy. The welcome credit covers a first sub-$1 purchase. - HUMAN-driven clients (Claude Desktop / claude.ai / ChatGPT): reconnect using https://pikasim.com/mcp/wallet as the connector URL. The client detects OAuth and opens a PikaSim consent page — the user pastes the 32-character wallet code from https://pikasim.com/agent-wallet. No account, no email, no key in a URL. - Already have a key? CLI clients send Authorization: Bearer ak_live_… or use the key URL https://pikasim.com/mcp/ak_live_YOUR_KEY. - Important: the plain https://pikasim.com/mcp URL is browse-only (but create_wallet works here). The wallet/funds live behind the auth, so without it this session cannot see balance or orders. There are THREE product lines. Do NOT assume "eSIM" means data-only: 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; local country plans cover Europe (French +33 number), Australia, Mongolia, Vietnam, and Maldives; global plans cover 157 countries. Discover with search_phone_plans (or check_country_coverage, which lists a phone-number bucket); buy with purchase_phone_plan. 3. SMS VERIFICATION NUMBERS — receive-only numbers for getting SMS verification codes, no eSIM involved. Quick SMS = a one-time code on a temporary number (auto-refund if nothing arrives in 20 min): search_sms_services → get_sms_service_countries → order_sms_verification → poll check_sms_verification. Long-term rentals = keep a number for days/months and receive multiple SMS: list_sms_rentals (shows live stock) → rent_sms_number → get_sms_rental_messages / extend_sms_rental. search_esim_packages and check_country_coverage return BOTH eSIM lines by default. When a user wants to call or text (not just data), use the phone-number line. Package codes appear in [brackets] — pass them to the matching purchase tool. When a user only needs to RECEIVE a verification code (sign up for an app/site without giving their real number), use the SMS line — it is much cheaper than an eSIM and needs no device install. Pricing is retail. (The separate reseller program at /reseller is a B2B track with its own pk_live_ key and 10% discount; reseller keys also work here at wholesale pricing — note SMS tools are agent-wallet only.)
Known tools 31
search_esim_packagesSearch PikaSim eSIM plans by country code, region, or keyword.
Inferred read-onlysearch_phone_plansSearch PikaSim PHONE-NUMBER eSIMs — plans that include a REAL carrier phone number (not VoIP) with voice calls, SMS, and data.
Potential side effectsget_package_detailsGet full details for a specific plan (data eSIM OR phone-number eSIM): coverage, data, voice/SMS allowance, duration, price, networks, and purchase URL.
Potential side effectsget_pricingGet the USD price for a specific plan (data eSIM OR phone-number eSIM).
Inferred read-onlyget_phone_plan_pricingGet the USD price and voice/SMS/data allowance for a specific PHONE-NUMBER eSIM.
Potential side effectssearchSearch the PikaSim eSIM catalog (data eSIMs and phone-number eSIMs) by free-text query and/or ISO country code.
Inferred read-onlyfetchFetch 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.
Potential side effectscreate_walletCreate a NEW PikaSim agent wallet for autonomous purchasing — no human, no browser, no account, no email, no KYC.
Potential side effectscheck_balanceReturns the prepaid spending balance of the connected PikaSim agent wallet, in USD.
Inferred read-onlypurchase_phone_planPurchase a PHONE-NUMBER eSIM — a plan with a real carrier phone number (voice + SMS + data).
Potential side effectsget_esim_statusReturns the live status, remaining/used data, and expiration date for one eSIM you own, looked up by its ICCID.
Inferred read-onlytopup_esimAdds more data (and on some plans voice/SMS) to an existing eSIM the user already owns, without issuing a new eSIM.
Potential side effectslist_ordersReturns the order history for the connected wallet, newest first: each order's ID, package, status, cost, date, ICCID, and install link.
Inferred read-onlylist_esimsList every eSIM this wallet owns (the fleet view), newest first: ICCID, plan, order status, install link, and — for fleets of up to 8 — live remaining data inline.
Inferred read-onlylist_transactionsThe wallet ledger: every debit and credit (deposits, purchases, refunds) with amount, running balance, and description, newest first.
Inferred read-onlycreate_depositCreates a payment invoice to add funds to the connected prepaid PikaSim Wallet, and returns a payment page link (the human can pay by card with 3D Secure, or crypto) plus per-coin crypto payment details.
Potential side effectsget_topup_optionsList available top-up packages for an existing eSIM, including price and data amount.
Inferred read-onlysearch_sms_servicesSearch the SMS VERIFICATION service list — websites/apps a receive-only verification number can get a code for (Discord, Google, Telegram, ...).
Potential side effectsget_sms_service_countriesList the countries offering a quick SMS verification number for one service, with live price, delivery success rate, and whether the number is a real mobile (non-VoIP) or VoIP line.
Potential side effectslist_sms_rentalsList long-term SMS RENTAL numbers: keep the same receive-only number for days to months and receive multiple SMS (fair-use 25/day).
Potential side effectsorder_sms_verificationBuy a QUICK SMS verification number: returns a temporary phone number the user enters on the target service, then the incoming code is read with check_sms_verification.
Potential side effectscheck_sms_verificationPoll a quick SMS order for the incoming verification code.
Potential side effectscancel_sms_verificationCancel a quick SMS order that is still waiting for a code and refund it to the wallet immediately.
Potential side effectslist_sms_ordersList this wallet's SMS orders — quick verification orders (with their Order IDs) and long-term rentals (with their receipt IDs, numbers, and expiry dates).
Potential side effectsrent_sms_numberRent a LONG-TERM receive-only SMS number: the user keeps the same number for the whole rental and can receive multiple SMS (fair-use 25/day).
Potential side effectsget_sms_rental_messagesRead the inbox of a long-term SMS rental: all received messages, newest first, plus the number's status and expiry.
Potential side effectsextend_sms_rentalExtend a long-term SMS rental so the user keeps the same number — days are ADDED on top of the current expiry.
Potential side effectscancel_sms_rentalCancel a long-term SMS rental and refund the full amount to the wallet.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for pikasim.com was fetched 2026-08-23T19:58:20.896Z.
pikasim.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.