HomeOther › mcp-server

mcp-server

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

Official TypeScript Cloud Remote
★ 3 stars Last pushed 2026-09-07 License: MIT

Topics: Travel & Transportation

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://roamzy.io/mcp Reachable (checked 2026-09-24)

Claude Code:

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

Or add to your MCP client config:

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

Package (npm 1.6.9)

npx -y @roamzy/mcp-server@1.6.9

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@roamzy/mcp-server@1.6.9"
      ],
      "env": {
        "ROAMZY_API_TOKEN": "<YOUR_VALUE>",
        "ROAMZY_ENABLE_PURCHASE": "<YOUR_VALUE>",
        "ROAMZY_API_BASE": "<YOUR_VALUE>"
      }
    }
  }
}
  • ROAMZY_API_TOKEN secret — Optional. Bearer token from /dashboard/settings if you want to bind agent activity to a pre-existing Roamzy account. Leave unset for anonymous-flow (default).
  • ROAMZY_ENABLE_PURCHASE — Optional. Set to "true" when using a non-anonymous token to also expose purchase tools (roamzy_create_order). Anonymous-mode has purchase tools enabled by default.
  • ROAMZY_API_BASE — Optional. Override the API base URL for staging or self-hosted deployments. Defaults to https://roamzy.io/api/v1.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry