by antonpk1 · MCP Server · ★ 211
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
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. Now available at: http://104.248.174.57/sse Powered by Stanford Javascript Crypto Library (SJCL) What is MCP? The Model Context Protocol (MCP) is an open standard that defines how AI models and tools communicate. It enables seamless interoperability between language models and external capabilities, allowing AI systems to use tools more effectively. MCP standardizes the way models request information and actions, making it easier to build complex AI applications with multiple components. 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 Installation Environment Variables The server uses the following environment variables: : The port on which the server will run (default: 3006) Development Production API E
| Stars | 211 |
| Forks | 24 |
| Language | JavaScript |
| Category | MCP Server |
| Quality Score | 75.7468939569559/100 |
| Open Issues | 4 |
| Last Updated | 2025-03-03 |
| Created | 2025-03-02 |
| Platforms | mcp, node |
| Est. Tokens | ~3k |
Explore other popular mcp server tools:
gibber-mcp is Tiny MCP server with cryptography tools, sufficient to establish end-to-end encryption between LLM agents. It is categorized as a MCP Server with 211 GitHub stars.
gibber-mcp is primarily written in JavaScript.
You can find installation instructions and usage details in the gibber-mcp GitHub repository at github.com/antonpk1/gibber-mcp. The project has 211 stars and 24 forks, indicating an active community.