This MCP server provides cryptography and encoding tools for AI agents, allowing operations such as hashing, encoding/decoding, ID generation, password management, and JWT handling.
From the registry: Hash, encode, UUID, password analysis for AI agents
$ git clone https://github.com/rog0x/mcp-crypto-tools && cd mcp-crypto-tools && npm install && npm run buildhttps://github.com/rog0x/mcp-crypto-toolsPlease install the `crypto-rog0x` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Clone and build** — Clone repo and build. Run: `git clone https://github.com/rog0x/mcp-crypto-tools && cd mcp-crypto-tools && npm install && npm run build` (https://github.com/rog0x/mcp-crypto-tools)
Canonical MCP server config (stdio transport):
- command: `node`
- args: ["<path-to-mcp-crypto-tools>/dist/index.js"]
Note: No npm package published; clone and build required.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.Dead code, security, secrets detection and code quality for Python, TypeScript, Go.