mcp-crypto-tools
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 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