MCP server for COTI blockchain
Coti MCP MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. MCP server for COTI blockchain.
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.
Once Coti MCP is connected, these are the calls the assistant has available:
create_account — Create new COTI accountdecrypt_value — Decrypt values with COTI AES keyencrypt_value — Encrypt values with COTI AES keygenerate_aes_key — Generate new AES encryption keyget_current_network — Get currently configured networksign_message — Sign messages with account private keyswitch_network — Switch between COTI networksverify_signature — Verify message signaturesapprove_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 balanceInstallation goes through your MCP client rather than a global install: point it at @smithery/cli on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
This sits in the cloud and infrastructure group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Coti MCP's toolset — create_account, decrypt_value, encrypt_value and 11 more — is a fair guide to whether it matches your workflow. It is maintained by davibauer; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Coti MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| create_account | Create new COTI account |
| decrypt_value | Decrypt values with COTI AES key |
| encrypt_value | Encrypt values with COTI AES key |
| generate_aes_key | Generate new AES encryption key |
| get_current_network | Get currently configured network |
| sign_message | Sign messages with account private key |
| switch_network | Switch between COTI networks |
| verify_signature | Verify message signatures |
| approve_erc20_spender | Approve spender for ERC20 tokens |
| deploy_private_erc20_contract | Deploy new private ERC20 contract |
| get_private_erc20_allowance | Get ERC20 token allowance |
| get_private_erc20_balance | Get private token balance |
| get_private_erc20_decimals | Get token decimals |
| get_private_erc20_total_supply | Get token total supply |
{
"mcpServers": {
"coti-mcp": {
"command": "node",
"args": ["path/to/build/index.js"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.