← Back to Plugins
MCP Server MCP

io.github.roamzy-io/mcp-server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @roamzy/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://roamzy.io/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@roamzy/mcp-server",
      "version": "1.6.8",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "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).",
          "format": "string",
          "isSecret": true,
          "name": "ROAMZY_API_TOKEN"
        },
        {
          "description": "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.",
          "format": "string",
          "default": "false",
          "name": "ROAMZY_ENABLE_PURCHASE"
        },
        {
          "description": "Optional. Override the API base URL for staging or self-hosted deployments. Defaults to https://roamzy.io/api/v1.",
          "format": "string",
          "default": "https://roamzy.io/api/v1",
          "name": "ROAMZY_API_BASE"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...