gibber-mcp

gibber-mcp

194

Tiny Cryptography MCP Server is a Model Context Protocol server providing cryptographic functionalities using Express.js. It features tools for key pair generation, message encryption, and more, enabling secure robot communications.

Tiny Cryptography MCP Server

A Model Context Protocol server built with Express.js that provides cryptographic tools including key pair generation, shared secret derivation, and message encryption/decryption.

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

API Endpoints

  • Connect via SSE and send messages to specific connections with defined endpoints.