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