COTI Blockchain MCP
Interact with the COTI blockchain for private token and NFT operations, including ERC20 and ERC721, with privacy features.
COTI MCP Server
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.
Available Tools
Account Management (8 tools)
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 signatures
Private 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 tokens
Private 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 NFTs
Transaction 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 details
Native Token Operations (2 tools)
get_native_balance- Get native COTI token balancetransfer_native- Transfer native COTI tokens
Requirements
- Node.js v18 or higher
- COTI AES Key for API authentication
- COTI Private Key for signing transactions
- COTI Public Key corresponding to the private key
Setup
Installation
git clone https://github.com/davibauer/coti-mcp.git
cd coti-mcp
npm install
npm run dev
Distribution
Smithery
npx -y @smithery/cli install @davibauer/coti-mcp --client claude
Local Configuration
Add to your Claude desktop configuration:
{
"mcpServers": {
"coti-mcp": {
"command": "node",
"args": ["path/to/build/index.js"]
}
}
}
After connecting, use the account management tools to create accounts:
create_account- Create a new account
Resources
License
MIT License - see LICENSE file for details.
Related Servers
LoanPro MCP Server
An MCP server providing read-only access to LoanPro financial data.
Movies MCP Server
A comprehensive movie database server supporting advanced search, CRUD operations, and image management via a PostgreSQL database.
Qdrant Memory
A knowledge graph implementation with semantic search powered by the Qdrant vector database.
MCP PGVector Server
Provides semantic search capabilities for PostgreSQL databases using the pgvector extension, with support for multiple embedding providers.
Quick Data for Windows MCP
A Windows-optimized server for performing data analytics on JSON and CSV files, designed for Claude Desktop integration.
LanceDB
Interact with on-disk documents using agentic RAG and hybrid search via LanceDB.
Michelin MCP
Access structured Michelin restaurant data, including cities, countries, cuisines, awards, and facilities.
ODBC MCP Server
Enables LLM tools to query databases using ODBC connections.
Opera Omnia
Access a rich collection of JSON datasets for games, storytelling, and bot development from the Opera Omnia project.
Elasticsearch
Connects agents to Elasticsearch data, enabling natural language interaction with indices.