Manage COTI accounts, deploy private ERC20 and ERC721 contracts, and transfer tokens and NFTs with…
Manage COTI accounts, deploy private ERC20 and ERC721 contracts, and transfer tokens and NFTs with…
Is it safe?
No known CVEs for @smithery/cli.
No authentication — any process on your machine can connect to this server.
License not specified.
Last scanned 0 days ago.
Is it maintained?
Last commit 183 days ago. 19,929 weekly downloads.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
How much context will it use?
37 tools. Estimated ~1,500 tokens of your context window (0.8% of 200K). Consider loading selectively — this is a heavy server.
What if it doesn't work?
Common issues: JSON syntax errors in config, wrong Node.js version, npx cache. covers troubleshooting.
{
"mcpServers": {
"coti-mcp": {
"env": {
"COTI_MCP_AES_KEY": "your_aes_key_here",
"COTI_MCP_PUBLIC_KEY": "your_public_key_here",
"COTI_MCP_PRIVATE_KEY": "your_private_key_here",
"COTI_MCP_CURRENT_PUBLIC_KEY": "current_account_public_key"
},
"args": [
"path/to/build/index.js"
],
"command": "node"
}
}
}Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y @smithery/cli 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
change_default_accountSwitch between configured accounts
create_accountCreate new COTI account
decrypt_valueDecrypt values with COTI AES key
encrypt_valueEncrypt values with COTI AES key
export_accountsExport account configurations
generate_aes_keyGenerate new AES encryption key
get_current_networkGet currently configured network
import_accountsImport account configurations
list_accountsList all configured accounts
sign_messageSign messages with account private key
Last scanned 5h ago
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.