Skip to main content
Glama
rog0x

mcp-crypto-tools

by rog0x

mcp-crypto-tools

面向 AI 代理的加密与编码工具,通过 Model Context Protocol (MCP) 提供服务。

工具

hash

使用 MD5、SHA-1、SHA-256、SHA-512 或 HMAC 对文本进行哈希。比较两个哈希值。一次性计算所有算法。

操作: hashhmaccomparehash_all

encode_decode

使用 Base64、URL 编码、HTML 实体、十六进制或二进制对文本进行编码和解码。自动检测编码格式。

操作: base64_encodebase64_decodeurl_encodeurl_decodehtml_encodehtml_decodehex_encodehex_decodebinary_encodebinary_decodedetect

generate_id

生成唯一标识符:UUID v4、nanoid、ULID、CUID 或具有可配置长度和字符集的随机字符串。

类型: uuidnanoidulidcuidrandom

password

生成具有可配置字符集、长度和数量的安全密码。通过熵计算和破解时间估算检查密码强度。

操作: generatecheck_strength

jwt

解码 JWT 令牌以检查头部和负载、检查过期状态,或创建未签名的 JWT 用于测试。

操作: decodecheck_expirycreate_unsigned

Related MCP server: lit-forge MCP server

安装

npm install
npm run build

MCP 配置

添加到您的 MCP 客户端配置中:

{
  "mcpServers": {
    "crypto-tools": {
      "command": "node",
      "args": ["D:/products/mcp-servers/mcp-crypto-tools/dist/index.js"]
    }
  }
}

依赖

  • @modelcontextprotocol/sdk - MCP 服务器框架

  • Node.js 内置的 crypto 模块 - 所有加密操作

无需外部加密库。

许可证

MIT

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides essential utility tools for text processing, file operations, hashing, temperature conversion, password generation, and date/time operations through a comprehensive MCP interface.
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Enables AI clients to use developer utilities like JSON formatting, JWT decoding, UUID generation, and more via MCP.
    12
    279
    2
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Exposes various cryptographic operations including key generation, symmetric/asymmetric encryption, hashing, and HMAC. Supports Fernet, AES, RSA, X.25519, and X.509 certificates.
    22
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides various developer utilities such as UUID generation, timestamp conversion, Base64 encoding, color conversion, password generation, hash generation, and JSON formatting via MCP.
    77
    1

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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