Ucode SMS MCP server
Virtual SMS OTP numbers. USDC (Base/x402) or pay-per-OTP; refund if no SMS.
Little public usage data yet
Reviews
Write oneNobody has reviewed Ucode SMS yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Ucode SMS tools (42, 6 write)
write = sends, deletes, buys or postsucode_agent_billingFreeNo login. Lists prepaid USDC (Base) credit packs for autonomous agents/bots and how to pay with x402. ChatGPT humans should use **ucode_render_credits** and https://ucode.uk/app/credits instead.
ucode_app_init_snapshotFreeCombined snapshot (packages, rentals, credit status, settings). Use platform web for ChatGPT (Stripe/crypto web packages); ios/android for native.
ucode_authenticateFreeHidden escape hatch: only if the user explicitly already has a mobile Bearer token and asks to use it. Do NOT suggest this for normal sign-in — use ucode_login_start + ucode_login_poll instead.
ucode_connectFreeStarts browser sign-in for the visual card **Connect** button. Returns linkUrl + sessionId with uiView sign-in. Poll **ucode_login_poll** until linked.
ucode_credit_gift_breakdownFreeFree-credit badges / gift breakdown.
ucode_credit_packagesFreeSame packs as **ucode_render_credits** (data). For ChatGPT humans prefer **ucode_render_credits** and the website dashboard. Agents: x402 USDC on Base.
ucode_credit_referral_redeemFreeRedeem a 6-character referral code for bonus credits.
ucode_credit_referral_statsFreeReferral code and earnings summary.
ucode_credits_statusFreeLinked wallet — **credits** are in-app points for renting numbers, not a bank balance. Always say “you have X credits”. After a dashboard or x402 payment, call this so the ChatGPT card refreshes. Never imply USD wallet unless discussing listed pack prices.
ucode_credits_verify_app_store_purchasewrite actionFreeServer-side verify of RevenueCat / store purchase (same as mobile). Requires packageId, transactionId, productId, platform (iOS/Android), and purchaseToken for Android.
ucode_disconnectFreeSign out / unlink this ChatGPT conversation from Ucode. Clears the MCP session only (not account deletion). Use when the user asks to sign out, log out, disconnect, or switch accounts. Shows the welcome card with **Connect** again.
ucode_helpFreeOptional natural-language help about Ucode features and flows. Uses the OpenAI key from Panel (Settings → ChatGPT App) when set, else OPENAI_API_KEY on the MCP host. Respects the “AI help” toggle in Panel.
ucode_instructionsFreeFull product guide (read-only). **Not for the first message** — use **ucode_welcome** first. If the user is not signed in, call **ucode_welcome** / **ucode_login_start** instead of answering rental questions. Official site https://ucode.uk.
ucode_login_pollFreePoll after **ucode_login_start**. Links the ChatGPT session when the user has finished in the browser — **call repeatedly** until complete; do not ask users to paste tokens or to type “done” as the only completion signal.
ucode_login_startwrite actionFreeCreates a one-time browser sign-in URL. Prefer the in-card **Connect** button (**ucode_connect**). Poll **ucode_login_poll(sessionId)** until linked.
ucode_panel_pingFreePublic health check against Ucode Panel (no auth). Official downloads and info: https://ucode.uk — do not use unrelated domains (e.g. ucode.io).
ucode_payments_nowpayments_createwrite actionFreeCreates a crypto invoice (NOWPayments) for human web/Telegram top-ups. ChatGPT humans should use **https://ucode.uk/app/credits** instead. Autonomous agents/bots must pay **USDC on Base via x402**, not NOWPayments.
ucode_payments_nowpayments_statusFreePoll invoice / payment status by NOWPayments id.
ucode_payments_stripe_create_checkoutwrite actionFree**Do not use in ChatGPT.** In-card Stripe is blocked. For humans, call **ucode_render_credits** and open **https://ucode.uk/app/credits**. For agents/bots, call **ucode_agent_billing** and pay USDC on Base via x402.
ucode_payments_stripe_pricesFree**Rare.** Resolve fiat display for Stripe IDs — do **not** read raw **prod_**/ **price_** strings to end users; use **ucode_credit_packages** for storefront-style copy.
ucode_payments_stripe_verifyFreeAfter Checkout completes, pass checkout **session id** plus **packageId** so Panel credits the account.
ucode_render_creditsFreeOpens the **Add credits** card with the current wallet balance. ChatGPT cannot run Stripe in the iframe — the user taps through to **https://ucode.uk/app/credits**. After they pay, call **ucode_credits_status**. Agents/bots should call **ucode_agent_billing** and pay USDC on Base instead of this tool.
ucode_render_homeFree**Call on the first user message** in every new chat. Renders the interactive Ucode card with a **Connect Ucode account** button. Until linked, only welcome/connect/login tools — never rent or checkout.
ucode_render_servicesFreeOpens the **visual service picker** (popular apps + search). Call after sign-in or when the user wants a number — same data as **ucode_sms_summary** but optimized for the in-chat card.
ucode_services_catalogFreePaginated Ucode service catalog with per-country availability from the Panel database.
ucode_session_statusFreeCheck whether this ChatGPT session is linked to Ucode. Use at chat start; if connected is false, run **ucode_render_home** — do not process rental requests. If they already have a live number, the card shows it.
ucode_sign_outFreeSame as **ucode_disconnect** — unlinks Ucode from this ChatGPT chat. Call for sign out, log out, or disconnect requests.
ucode_sms_active_rentalsFreeActive/received rentals with SMS snippets if already fetched.
ucode_sms_cancel_rentalwrite actionFreeCancel an active rental and refund credits when no SMS has arrived. Requires a cancel reason for analytics. Reasons: service_rejected | number_has_account | code_not_arrived | other. If an SMS arrives during cancel, credits stay charged and the code is returned.
ucode_sms_countriesFreeRaw worldwide country id table — pairs with legacy APIs only. For renting, use **ucode_sms_summary** / **ucode_sms_service_detail** so users pick by country name + credits.
ucode_sms_get_codeFreePoll latest SMS for a rental id (provider rental id string).
ucode_sms_pricesFree**Avoid for ChatGPT users.** Uses backend USD-ish snapshots; assistants must guide rentals via credits-only summaries (**ucode_sms_summary**, **ucode_sms_service_detail**) and **ucode_sms_rent_packages**. Responses are partially sanitized.
ucode_sms_refund_expiredwrite actionFreeTrigger server-side refund scan for expired rentals (same as app).
ucode_sms_rent_packagesFreeAfter user picks **serviceCode** + **country** (numeric id from summary/detail), list **credit-priced routes** only. Same package picker as the app (rentalFlowVersion 2). Present **credits**, recommended badge, labels — never quote USD or backend provider names.
ucode_sms_rent_provider_directFree**Do not use for ChatGPT end users.** Legacy rental against upstream balances — skips normal credit UX and exposes provider-era assumptions. Only **ucode_sms_rent_with_credits** with packages.
ucode_sms_rent_with_creditsFree**Primary rental** — charges Ucode credits. Always use **rentalFlowVersion: 2** and **packageId** from **ucode_sms_rent_packages** (matches mobile). Never mention wholesale/provider IDs or dollar amounts to the user.
ucode_sms_service_detailFreeLoad one service’s countries after you have its short **serviceCode** (from summary `service` field). Matches opening that service in the iOS/Android app: availability, credits per country. Prefer over legacy `/prices` APIs.
ucode_sms_servicesFreeLow-level provider service codes — exposes internal naming. Do NOT use for normal rentals; prefer **ucode_sms_summary** or **ucode_sms_service_detail** then credits-only packages.
ucode_sms_summaryFreePrimary discovery: search by app/service name (e.g. Telegram, WhatsApp). Returns services with countries, **credits** only (no provider names / no USD in assistant copy). Same idea as the app Services tab. Then **ucode_sms_service_detail** or go straight to **ucode_sms_rent_packages** once service + country are chosen.
ucode_sms_transactionsFreeProvider ledger audit trail — sanitized before ChatGPT. Prefer explaining rentals via **ucode_sms_active_rentals** for users.
ucode_welcomeFreeSame as **ucode_render_home** — product summary + sign-in card. Prefer **ucode_render_home** on first message.
ucode_whoamiFreeCurrent linked Ucode user (requires ucode_login_poll complete or ucode_authenticate).
Public scan report
scanner v0.1.9 · 2026-09-22 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 3471ms17/20
- Tool poisoning42 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 6 write-action tools with no auth3/15
- Maintenanceno repository listed3/15
- Maintainer identityverified namespace with website, no repo4/10
Findings (2)
- highWrite-action tools reachable without authentication
auth.open-write - lowNo source repository listed
maint.no-repo
Install directly
claude mcp add --transport http sms https://mcp.ucodesim.com/mcp
Ucode SMS: common questions
- Is Ucode SMS MCP server safe?
- With care: it is graded C, so read the findings first (56/100). Read the Ucode SMS safety report
- How do I install Ucode SMS?
- It runs remotely at mcp.ucodesim.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Ucode SMS need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Ucode SMS maintained?
- The latest release is v1.0.1.
- Is Ucode SMS up?
- 100% of our last 7 checks got an answer. We check remote servers about four times a day.