Skip to main content
Glama
rog0x

mcp-crypto-tools

by rog0x

mcp-crypto-tools

Инструменты криптографии и кодирования для ИИ-агентов, предоставляемые через Model Context Protocol (MCP).

Инструменты

hash

Хешируйте текст с помощью MD5, SHA-1, SHA-256, SHA-512 или HMAC. Сравнивайте два хеш-значения. Вычисляйте все алгоритмы сразу.

Действия: hash, hmac, compare, hash_all

encode_decode

Кодируйте и декодируйте текст с помощью Base64, URL-кодирования, HTML-сущностей, hex или двоичного формата. Автоматически определяйте формат кодирования.

Действия: 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