gibber-mcp

gibber-mcp

3.6

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.

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