Sealedmail runs on your own machine — the client starts it, so there is no endpoint to ping. 19 installs a week from npm. Last commit 25 Mar 2026.
Send and receive on-chain private messages via SealedMail on Sui. No browser wallet needed.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add sealedmail -- npx -y sealedmail-mcp
{
"mcpServers": {
"sealedmail": {
"args": [
"-y",
"sealedmail-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.sealedmail]
command = "npx"
args = ["-y", "sealedmail-mcp"]
{
"mcpServers": {
"sealedmail": {
"args": [
"-y",
"sealedmail-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"sealedmail": {
"args": [
"-y",
"sealedmail-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.