← Index

io.github.roamzy-io/mcp-server

io.github.roamzy-io/mcp-server·v1.5.3·Other
Quality Score
85
/100

Buy a global eSIM through chat. 192 countries, per-MB USDT/USDC billing, no signup needed.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@roamzy/mcp-server"
      ],
      "env": {
        "ROAMZY_API_TOKEN": "<your-roamzy_api_token>",
        "ROAMZY_ENABLE_PURCHASE": "false",
        "ROAMZY_API_BASE": "https://roamzy.io/api/v1"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@roamzy/mcp-server"
      ],
      "env": {
        "ROAMZY_API_TOKEN": "<your-roamzy_api_token>",
        "ROAMZY_ENABLE_PURCHASE": "false",
        "ROAMZY_API_BASE": "https://roamzy.io/api/v1"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @roamzy/mcp-server
§02  Environment variables
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.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other