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を使用してテキストをハッシュ化します。2つのハッシュ値を比較します。すべてのアルゴリズムを一度に計算します。

アクション: hash, hmac, compare, hash_all

encode_decode

Base64、URLエンコード、HTMLエンティティ、16進数、または2進数を使用してテキストをエンコードおよびデコードします。エンコード形式を自動検出します。

アクション: 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 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