Roamzy Io MCP Server

MCP server for Roamzy - buy and manage a global eSIM through Claude Desktop, Cursor, Continue, Cline, Windsurf, Zed, or any other Model Context Protocol client. Anonymous flow by default: no account required to use it. Its 12 documented tools cover roamzy, status, order.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-17 · ★ 3 · #72 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Roamzy Io MCP Server

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add roamzy-io-mcp-server --transport http https://roamzy.io/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "roamzy-io-mcp-server": {
      "url": "https://roamzy.io/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://roamzy.io/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to roamzy.io

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

npm package @roamzy/mcp-server - the @roamzy scope differs from the repo owner (roamzy-io); confirm it's the project's official package

registry namespace io.github.roamzy-io is GitHub-verified and matches the repo owner

03 · What Roamzy Io MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 12 documented tools spanning roamzy, status, order, including roamzy_status, roamzy_list_countries, roamzy_country_detail, roamzy_estimate.

The 12 tools it gives your agent

Extracted from the project's README - what mcp-server lets an agent do.

roamzy_status
- Service status + agent-pause flags. Call before any purchase attempt.
roamzy_list_countries
- Reference list of all 193 supported countries with per-MB rates.
roamzy_country_detail
- Per-MB rate for one country.
roamzy_estimate
- Reference calc: «how many USDT would N MB cost in country X».
roamzy_support
- Official support channels + recovery procedure. Call instead of web-searching.
roamzy_payment_options
- Currently-enabled stablecoins + networks (live from NowPayments). Call before order.
roamzy_me
- Current Roamzy account info (auto-mints anonymous account on first call).
roamzy_list_esims
- The account's eSIMs with MSISDN, status, balance.
roamzy_get_esim
- One eSIM's activation details (QR payload, LPA URI). Generate the QR PNG locally.
roamzy_order_status
- Poll a pending order: waiting → confirming → finished.
roamzy_referral
- The account's referral link, earnings, and payout state. Read-only.
roamzy_create_order
- Mint a new eSIM and fund it. Min top-up $20 USDT. Requires pay_currency from options.

Latest releases

v1.6.8 · 2026-08-10

v1.6.6 · 2026-08-05

v1.6.5 · 2026-08-05

04 · Who maintains Roamzy Io MCP Server

mcp-server is maintained by roamzy-io. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
finance - ranked #72 of 283 actively-maintained finance servers as of 2026-08-25.
release cadence
9 releases in the last 90 days (latest 2026-08-10)
registry
io.github.roamzy-io/mcp-server (active, first published 2026-05-22 · 9 versions)
packages
npm:@roamzy/mcp-server

06 · Roamzy Io MCP Server FAQ

Is Roamzy Io MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-17 and it shipped 9 releases in the last 90 days. We re-verify nightly.

What can Roamzy Io MCP Server do?

An agent gets 12 documented tools spanning roamzy, status, order, including roamzy_status, roamzy_list_countries, roamzy_country_detail, roamzy_estimate.

How do I install Roamzy Io MCP Server?

Run `npx -y @roamzy/mcp-server`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Roamzy Io MCP Server require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to Roamzy Io MCP Server

More finance MCP servers · Agentpay · Polymarket Toolkit · Undesirables MCP Server · Organizze · Personal Finance

More TypeScript MCP servers · Agent Deals · RAG Vault · Rolliinc MCP Server · Cli2mcp · NotebookLM MCP · see all