Serversio.github.thesuitabs/sealedmail
S

io.github.thesuitabs/sealedmail

io.github.thesuitabs/sealedmail · v0.1.1
▦ npm
v0.1.1npm npm: sealedmail-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.thesuitabs/sealedmail",
  "description": "Send and receive on-chain private messages via SealedMail on Sui. No browser wallet needed.",
  "repository": {
    "url": "https://github.com/thesuitabs/sealedmail",
    "source": "github"
  },
  "version": "0.1.1",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "sealedmail-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Sui wallet private key (suiprivkey1... format from `sui keytool export`)",
          "name": "SEALEDMAIL_PRIVATE_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}