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을 사용하여 텍스트를 해시합니다. 두 해시 값을 비교합니다. 모든 알고리즘을 한 번에 계산합니다.

작업: hash, hmac, compare, hash_all

encode_decode

Base64, URL 인코딩, HTML 엔터티, 16진수 또는 이진수를 사용하여 텍스트를 인코딩하고 디코딩합니다. 인코딩 형식을 자동 감지합니다.

작업: 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