Manage COTI accounts, deploy private ERC20 and ERC721 contracts, and transfer tokens and NFTs with…
Config is the same across clients — only the file and path differ.
{
"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"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server that enables AI applications to interact with the COTI blockchain, specializing in private token operations using COTI's Multi-Party Computation (MPC) technology.
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:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @smithery/cli against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance
Let AI agents create, discover, and track tokens across chains via Printr.
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
Swiss accounting integration for Bexio. 310 tools for invoices, contacts, projects.
Brazilian public procurement (PNCP) and Federal Revenue CNPJ data — 16 tools, 4 prompts.
MCP Security Weekly
Get CVE alerts and security updates for ai.smithery/cuongpo-coti-mcp-1 and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server that enables AI applications to interact with the COTI blockchain, specializing in private token operations using COTI's Multi-Party Computation (MPC) technology.
Complete Account Management
Private ERC20 Token Operations
Private ERC721 NFT Operations
Transaction Management
Privacy & Encryption
Account Management (12 tools)
change_default_account - Switch between configured accountscreate_account - Create new COTI accountdecrypt_value - Decrypt values with COTI AES keyencrypt_value - Encrypt values with COTI AES keyexport_accounts - Export account configurationsgenerate_aes_key - Generate new AES encryption keyget_current_network - Get currently configured networkimport_accounts - Import account configurationslist_accounts - List all configured accountssign_message - Sign messages with account private keyswitch_network - Switch between COTI networksverify_signature - Verify message signaturesPrivate ERC20 Operations (8 tools)
approve_erc20_spender - Approve spender for ERC20 tokensdeploy_private_erc20_contract - Deploy new private ERC20 contractget_private_erc20_allowance - Get ERC20 token allowanceget_private_erc20_balance - Get private token balanceget_private_erc20_decimals - Get token decimalsget_private_erc20_total_supply - Get token total supplymint_private_erc20_token - Mint private ERC20 tokenstransfer_private_erc20 - Transfer private ERC20 tokensPrivate ERC721 Operations (11 tools)
approve_private_erc721 - Approve spender for specific NFTdeploy_private_erc721_contract - Deploy new private NFT contractget_private_erc721_approved - Get approved spender for NFTget_private_erc721_balance - Get NFT balance for accountget_private_erc721_is_approved_for_all - Check operator approval statusget_private_erc721_token_owner - Get NFT token ownerget_private_erc721_token_uri - Get NFT token URIget_private_erc721_total_supply - Get NFT collection total supplymint_private_erc721_token - Mint new private NFTset_private_erc721_approval_for_all - Set operator approval for all NFTstransfer_private_erc721 - Transfer private NFTsTransaction Management (4 tools)
call_contract_function - Call smart contract functionsdecode_event_data - Decode transaction event dataget_transaction_logs - Get transaction event logsget_transaction_status - Get transaction status and detailsNative Token Operations (2 tools)
get_native_balance - Get native COTI token balancetransfer_native - Transfer native COTI tokens