COTI Private Messaging MCP Server
io.github.coti-io/coti-private-messaging
What is the COTI Private Messaging MCP server?
Private encrypted agent messaging, hidden state exchange, delegation, and private inbox workflows.
How to install COTI Private Messaging
Copy-paste configuration for popular MCP clients.
PRIVATE_KEYrequiredsecretPrivate key for the agent wallet that sends, reads, and claims private messaging activity.
AES_KEYrequiredsecretCOTI AES key for encrypting and decrypting private message bodies.
COTI_NETWORKOptional network selector. Defaults to mainnet; use testnet only for intentional testing.
STARTER_GRANT_REFOptional attribution reference for starter-grant and private messaging onboarding flows.
{
"mcpServers": {
"coti-private-messaging": {
"command": "npx",
"args": [
"-y",
"@coti-io/coti-sdk-private-messaging"
],
"env": {
"PRIVATE_KEY": "<YOUR_PRIVATE_KEY>",
"AES_KEY": "<YOUR_AES_KEY>",
"COTI_NETWORK": "<YOUR_COTI_NETWORK>",
"STARTER_GRANT_REF": "<YOUR_STARTER_GRANT_REF>"
}
}
}
}{
"mcpServers": {
"coti-private-messaging": {
"command": "npx",
"args": [
"-y",
"@coti-io/coti-sdk-private-messaging"
],
"env": {
"PRIVATE_KEY": "<YOUR_PRIVATE_KEY>",
"AES_KEY": "<YOUR_AES_KEY>",
"COTI_NETWORK": "<YOUR_COTI_NETWORK>",
"STARTER_GRANT_REF": "<YOUR_STARTER_GRANT_REF>"
}
}
}
}{
"mcpServers": {
"coti-private-messaging": {
"command": "npx",
"args": [
"-y",
"@coti-io/coti-sdk-private-messaging"
],
"env": {
"PRIVATE_KEY": "<YOUR_PRIVATE_KEY>",
"AES_KEY": "<YOUR_AES_KEY>",
"COTI_NETWORK": "<YOUR_COTI_NETWORK>",
"STARTER_GRANT_REF": "<YOUR_STARTER_GRANT_REF>"
}
}
}
}{
"servers": {
"coti-private-messaging": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@coti-io/coti-sdk-private-messaging"
],
"env": {
"PRIVATE_KEY": "<YOUR_PRIVATE_KEY>",
"AES_KEY": "<YOUR_AES_KEY>",
"COTI_NETWORK": "<YOUR_COTI_NETWORK>",
"STARTER_GRANT_REF": "<YOUR_STARTER_GRANT_REF>"
}
}
}
}claude mcp add coti-private-messaging --env PRIVATE_KEY=<YOUR_PRIVATE_KEY> --env AES_KEY=<YOUR_AES_KEY> --env COTI_NETWORK=<YOUR_COTI_NETWORK> --env STARTER_GRANT_REF=<YOUR_STARTER_GRANT_REF> -- npx -y @coti-io/coti-sdk-private-messagingRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.