MCP Server
MCP
COTI Private Messaging
Private encrypted agent messaging, hidden state exchange, delegation, and private inbox workflows.
Install
npx -y @coti-io/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@coti-io/coti-sdk-private-messaging",
"version": "0.2.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Private key for the agent wallet that sends, reads, and claims private messaging activity.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "PRIVATE_KEY"
},
{
"description": "COTI AES key for encrypting and decrypting private message bodies.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "AES_KEY"
},
{
"description": "Optional network selector. Defaults to mainnet; use testnet only for intentional testing.",
"format": "string",
"name": "COTI_NETWORK"
},
{
"description": "Optional attribution reference for starter-grant and private messaging onboarding flows.",
"format": "string",
"name": "STARTER_GRANT_REF"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment