gibber-mcp
If you are the rightful owner of gibber-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Tiny Cryptography MCP Server is a Model Context Protocol server built with Express.js, offering cryptographic tools for secure communication.
The Tiny Cryptography MCP Server is a specialized server designed to facilitate secure communication through cryptographic tools. Built using Express.js, this server leverages the Stanford Javascript Crypto Library (SJCL) to provide essential cryptographic functionalities such as key pair generation, shared secret derivation, and message encryption/decryption. The server is part of the Model Context Protocol (MCP) ecosystem, which standardizes communication between AI models and external tools, enhancing interoperability and functionality. By offering server-sent events (SSE), the server supports real-time communication, making it suitable for applications requiring immediate data exchange. The server is accessible at http://104.248.174.57/sse and is designed to be easily integrated into various AI applications, providing a robust foundation for secure data transmission.
Features
- Generate SJCL P-256 key pairs
- Derive shared secrets for secure communication
- Encrypt messages using SJCL AES-CCM
- Decrypt encrypted messages
- Server-sent events (SSE) for real-time communication
Tools
generateKeyPair
Generate a new SJCL P-256 key pair (without exposing the private key)
deriveSharedSecret
Derive a shared secret from private and public keys for secure communication
encrypt
Encrypt messages using SJCL AES-CCM encryption with the derived shared secret
decrypt
Decrypt messages using SJCL AES-CCM with the shared secret