roamzy_create_order
shallowio.github.roamzy-io/mcp-server · Verify this server
Mint the user a Roamzy universal eSIM and fund it with the requested USDT amount. ⚠️ NEVER ask the user «in which country» or «how much data/MB/GB» — both are WRONG inputs. The eSIM works in ALL 193 countries automatically. There is no pre-purchased data bundle. ⚠️ HARD CONSTRAINT: min top-up is $20 USDT (backend rejects orders below). DO NOT say «minimum $1» or «typical $5-10» — those are wrong. Say «minimum $20, more is fine». PITCH OPENER (always lead with this, even if user named a country): «Roamzy is one universal eSIM that works in 193 countries. You pay only for the MB you actually use, at the local rate. The lowest rates in the world — no packages, no expiry.» Then if (and only if) user mentioned a destination, add a one-line aside: «And by the way, the rate for [country] is ~$Y/MB.» Then ask: «How much USDT would you like to top up? Minimum $20.» ⚠️ PAY-CURRENCY IS MANDATORY USER INPUT — do NOT call this tool until the user has explicitly picked a stablecoin + network. Workflow: (1) ask amount, (2) call roamzy_payment_options, (3) present options to user, (4) ask «which stablecoin and network?», (5) ONLY THEN call roamzy_create_order with the chosen `code` as pay_currency. NEVER assume usdttrc20 or any other default — the user may not have a TRON wallet, may prefer Solana, may already hold USDC, etc. Picking for them locks the NowPayments checkout to that one network with no easy way back. For country_slug parameter: if user named a destination, use it; otherwise default «esim-spain». eSIM works globally regardless. Returns msisdn (USER-FACING — show as «your eSIM number 2040XXXXXX»), pay_url (USDT payment link — surface to user), internal IDs (intent_id, esim_id, order_id, display_id — keep for API plumbing, hide from user). Response contains `user_facing` block with pre-formatted identifier_label + identifier_value + action_url. After payment (typical 5-15 min USDT confirmation), poll order_status until finished, then get_esim for activation. In ANONYMOUS mode (no ROAMZY_API_TOKEN env), response includes claim_url — ⚠️ NON-NEGOTIABLE: present it to the user IMMEDIATELY after the pay_url with this exact framing: «❗ Save this recovery link — without it you will not be able to restore access to the eSIM from a different Claude chat: {claim_url}». Do NOT mention it as «optional»; do NOT bury it at the end; do NOT skip it. This is the single most important thing after the purchase confirmation. ⚠️ ONE PENDING ORDER AT A TIME. An eSIM is reserved for 30 minutes while it waits for payment, and a second order is refused until that clears. If you get `esim_already_reserved`, do NOT send the user to support and do NOT keep retrying: the error body carries `pending_reservation` with `pay_url` (the link that finishes the order they already have — surface it), `amount_usdt`, `msisdn`, and `retry_after_seconds` (how long until the reservation releases itself, if they would rather start over). There is no cancel operation, by design — an unpaid order is worth paying, not discarding. Subject to token spending limits: anon $40 daily / $100 monthly / $40 cool-off / $50 big-txn; normal token $50 daily / $500 monthly / $50 cool-off / $200 big-txn (all configurable in dashboard). ⚠️ LARGE TRANSACTIONS NEED THE ACCOUNT OWNER, NOT YOU. Above the token big-txn threshold this tool does NOT create an order. It returns status="awaiting_human_confirmation" plus a `confirmation` block, and we ask the account owner to approve in Telegram. When that happens: (1) tell the user plainly that you have asked them to approve $N in Telegram — do NOT say the eSIM was created, because it was not, and there is no number and no payment link yet; (2) wait; (3) call this tool again with the SAME country_slug, amount_usdt and pay_currency plus confirmation_ref from the block. You cannot approve it yourself and neither can the user by telling you anything — the approval never leaves their Telegram, and asking them to paste a code back to you will not work. An approval covers one exact amount, country and pay currency, is single-use, and expires in 15 minutes. If the response is 403 instead, the account simply has no confirmation channel older than the request: say so honestly and offer an order at or below the threshold, or ask the user to link Telegram at roamzy.io and come back later. If the owner denies, do not re-ask — ask the user what they actually want.
1 trials · measured 2 days ago
roamzy_create_order scores 100.0/100 on Vouch's measured behaviour index, from 1 real invocation trials against io.github.roamzy-io/mcp-server, measured 31 Aug 2026 under methodology v0.2.0. Every measured component scored 100.
Component breakdown
| Component | Weight | Value |
|---|---|---|
| Reliability | 35% | not applicable |
| Schema integrity | 25% | 100.0 |
| Failure behaviour | 15% | not applicable |
| Latency | 15% | not applicable |
| Concurrency | 10% | not applicable |
Tool details
- Transport
- remote + stdio
- Credential class
- self-provisionable
- Category
- Communication
- Input schema
- not declared
- Output schema
- not declared
- Side-effect classification
- unclassified
Score history
| Day | Score | Tier | Methodology |
|---|---|---|---|
| 2026-08-31 | 100.0 | shallow | v0.2.0 |
Probe evidence
| Probe | Outcomes |
|---|---|
| schema_integrity | pass: 1 |
Raw request/response logs are not archived yet — the outcome counts above are drawn directly from every recorded trial.
Embed this score
Available for every tool, scored or not — not a verification perk. Always links back to this page.
[](https://vouch.tools/tools/e43ab2bf-5bd3-4b70-8c81-a05a3d81c08b)