Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.roamzy-io/mcp-server

io.github.roamzy-io/mcp-server

Agent-native global eSIM: buy for 193 countries, per-MB in USDT/USDC. Agents earn 20% referral.

Uptime
100.0%
2 direct probes · 30d
Response
407ms
last probe
Tools
12
callable
Resources
0
readable
Prompts
0
available
Primary URL
https://roamzy.io/mcp

Tools · 12

roamzy_status

Check Roamzy API status, including agent pause flags. Agents MUST call this before purchase attempts and back off if `purchases_paused=true`.

roamzy_list_countries

List all 193 countries with Roamzy per-MB rates in USDT — reference table of roaming rates. The user gets one universal eSIM; this list is the rate card, not a product catalog. Call this only if the u…

roamzy_country_detail

Reference info: the per-MB rate for a specific country. Call ONLY if the user explicitly asks about price for their destination (e.g. «how much in Japan?»). DO NOT call this during purchase — the user…

roamzy_estimate

Reference calculation: how many USDT a given MB volume would cost at a given country's rate. ONLY for informational «how much would 2GB in Japan cost» queries. DON'T use this to gate a purchase — the …

roamzy_support

⚠️ CALL THIS instead of web-searching when the user asks how to contact Roamzy tech support, where to file a refund request, what the official customer-service channel is, OR how to recover access to …

roamzy_payment_options

⚠️ MANDATORY before roamzy_create_order whenever the user has NOT explicitly chosen a stablecoin + network. Returns the list of stablecoin/network combinations currently enabled in the Roamzy NowPayme…

roamzy_me

Get current Roamzy account info. ⚠️ This MCP being connected does NOT mean the user already has a Roamzy account. In anonymous mode (no ROAMZY_API_TOKEN env), the FIRST authed call (including this one…

roamzy_referral

Get YOUR Roamzy referral link + earnings. Roamzy pays YOU a commission — by default 20% of every cash payment made by any account that signs up through your referral_link, forever. Share referral_link…

roamzy_list_esims

List the authenticated user's eSIMs with status, balance, and msisdn. IMPORTANT: when referring to an eSIM in user-visible text, use `msisdn` (the eSIM phone number, e.g. '2040XXXXXX') — that is the o…

roamzy_get_esim

Get a specific eSIM by id, including msisdn, status, balance, and the activation block (qr_payload + lpa_url). ⚠️ QR RENDERING: This tool does NOT return a ready-to-display image. Instead, qr_payload …

roamzy_order_status

Poll the status of a pending order. Status progresses: waiting → confirming → finished → (eSIM activated). While it is still waiting the response carries `pay_url` — re-surface that to the user instea…

roamzy_create_order

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 c…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.roamzy-io/mcp-server": {
      "url": "https://roamzy.io/mcp",
      "transport": "streamable-http"
    }
  }
}