Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| COTI_MCP_AES_KEY | Yes | Your COTI AES key(s) for API authentication. For multiple accounts, use comma-separated values. | |
| COTI_MCP_PUBLIC_KEY | Yes | Your COTI public key(s) corresponding to the private key. For multiple accounts, use comma-separated values. | |
| COTI_MCP_PRIVATE_KEY | Yes | Your COTI private key(s) for signing transactions. For multiple accounts, use comma-separated values. | |
| COTI_MCP_CURRENT_PUBLIC_KEY | Yes | The current account public key to use (must match one of the public keys in COTI_MCP_PUBLIC_KEY) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |