mcp-crypto-tools
mcp-crypto-tools
面向 AI 代理的加密与编码工具,通过 Model Context Protocol (MCP) 提供服务。
工具
hash
使用 MD5、SHA-1、SHA-256、SHA-512 或 HMAC 对文本进行哈希。比较两个哈希值。一次性计算所有算法。
操作: hash、hmac、compare、hash_all
encode_decode
使用 Base64、URL 编码、HTML 实体、十六进制或二进制对文本进行编码和解码。自动检测编码格式。
操作: base64_encode、base64_decode、url_encode、url_decode、html_encode、html_decode、hex_encode、hex_decode、binary_encode、binary_decode、detect
generate_id
生成唯一标识符:UUID v4、nanoid、ULID、CUID 或具有可配置长度和字符集的随机字符串。
类型: uuid、nanoid、ulid、cuid、random
password
生成具有可配置字符集、长度和数量的安全密码。通过熵计算和破解时间估算检查密码强度。
操作: generate、check_strength
jwt
解码 JWT 令牌以检查头部和负载、检查过期状态,或创建未签名的 JWT 用于测试。
操作: decode、check_expiry、create_unsigned
Related MCP server: lit-forge MCP server
安装
npm install
npm run buildMCP 配置
添加到您的 MCP 客户端配置中:
{
"mcpServers": {
"crypto-tools": {
"command": "node",
"args": ["D:/products/mcp-servers/mcp-crypto-tools/dist/index.js"]
}
}
}依赖
@modelcontextprotocol/sdk- MCP 服务器框架Node.js 内置的
crypto模块 - 所有加密操作
无需外部加密库。
许可证
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides essential utility tools for text processing, file operations, hashing, temperature conversion, password generation, and date/time operations through a comprehensive MCP interface.MIT
- AlicenseAqualityBmaintenanceEnables AI clients to use developer utilities like JSON formatting, JWT decoding, UUID generation, and more via MCP.122792MIT
- AlicenseAqualityCmaintenanceExposes various cryptographic operations including key generation, symmetric/asymmetric encryption, hashing, and HMAC. Supports Fernet, AES, RSA, X.25519, and X.509 certificates.22MIT
- FlicenseNot gradedqualityDmaintenanceProvides various developer utilities such as UUID generation, timestamp conversion, Base64 encoding, color conversion, password generation, hash generation, and JSON formatting via MCP.771
Related MCP Connectors
Cryptographic hash & HMAC MCP.
Production-grade cryptography toolkit with 31 MCP tools for classical, PQC, and KMS workflows.
Hash passwords with bcrypt and issue/verify JWT session tokens over A2A + MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rog0x/mcp-crypto-tools'
If you have feedback or need assistance with the MCP directory API, please join our Discord server