CipherHUBCloudMCP
CipherHUB MCP 서버
MCP(Model Context Protocol)를 통해 31가지 암호화 작업을 제공하는 프로덕션급 암호화 툴킷입니다.
개요
CipherHUB는 AI 에이전트가 알고리즘을 직접 구현하지 않고도 암호화 작업을 수행할 수 있도록 지원하는 암호화 툴킷입니다. 지원 범위는 다음과 같습니다:
고전 알고리즘: AES, RSA, ECC (SECP256R1/384R1/521R1, X25519, Ed25519)
중국 국가 표준: SM2, SM3, SM4, ZUC
양자 내성 암호(PQC): ML-KEM (FIPS 203), ML-DSA (FIPS 204), X25519+ML-KEM-768 하이브리드 KEX
상호 운용성: AWS KMS (64/64) 및 Tencent Cloud KMS (39/39) 인증 완료
Related MCP server: @bitatlas/mcp-server
빠른 시작
MCP 엔드포인트
https://tools.cipherhub.cloud/cipherhub/mcp프로토콜
유형: 스트리밍 가능 HTTP
형식: JSON-RPC 2.0
상태 비저장(Stateless): 세션 불필요
예시: 도구 호출
curl -X POST https://tools.cipherhub.cloud/cipherhub/mcp \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "hash_sum",
"arguments": {
"plain_in_hex": "48656c6c6f",
"required_hash_modes": ["SHA256"]
}
},
"id": 1
}'예시: 리소스 나열
curl -X POST https://tools.cipherhub.cloud/cipherhub/mcp \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{
"jsonrpc": "2.0",
"method": "resources/list",
"id": 1
}'도구
해시 함수
도구 | 설명 |
| SHA-1/224/256/384/512, SM3 |
| 모든 해시 알고리즘을 사용한 HMAC |
대칭 암호화
도구 | 설명 |
| AES-128/256, SM4 (CBC 모드) |
| AES-256-GCM, ChaCha20-Poly1305, SM4-GCM |
| ZUC-128 스트림 암호 |
비대칭 암호화
도구 | 설명 |
| RSA 키 쌍 생성 (2048/3072/4096 비트) |
| RSA 암호화/복호화 |
| RSA 서명 |
| ECC 키 쌍 생성 |
| ECDSA/EdDSA 서명 |
| ECDH + HKDF 키 합의 |
중국 국가 표준
도구 | 설명 |
| SM2 키 쌍 생성 |
| SM2 암호화 |
| SM2 서명 |
양자 내성 암호(PQC)
도구 | 설명 |
| ML-KEM 키 생성 |
| ML-KEM 캡슐화/역캡슐화 |
| ML-DSA 키 생성 |
| ML-DSA 서명 |
| X25519+ML-KEM-768 하이브리드 키 교환 |
유틸리티
도구 | 설명 |
| 안전한 난수 바이트 생성 |
| PKCS#7 패딩 |
리소스
URI | 설명 |
| 전체 알고리즘 카탈로그 |
| 도구 분류 |
| AWS KMS 상호 운용성 보고서 |
| Tencent Cloud KMS 상호 운용성 보고서 |
| SDK 채널 프로토콜 가이드 |
클라이언트 구성
Claude Desktop
Claude Desktop 설정에 추가하세요:
{
"mcpServers": {
"cipherhub": {
"url": "https://tools.cipherhub.cloud/cipherhub/mcp"
}
}
}Cursor IDE
Cursor 설정에 추가하세요.
사용자 지정 클라이언트
엔드포인트 URL과 함께 MCP 호환 클라이언트를 사용하세요.
API 문서
OpenAPI: https://tools.cipherhub.cloud/.well-known/openapi.yaml
llms.txt: https://tools.cipherhub.cloud/llms.txt
웹 인터페이스
대화형 웹 UI: https://tools.cipherhub.cloud
작성자
Yang X. CHEN
GitHub: @bowenerchen
라이선스
MIT 라이선스
This server cannot be deployed
Maintenance
Related MCP Connectors
Secure P2P File Transfer, Encrypted Chat & Communication | Decentralized P2P & AES-256-GCM encryption | Zero cloud logs. Zero registration. For humans and autonomous AI agents / MCP servers.
Exact hashing, base64/hex/URL encoding, JWT decoding and UUIDs for AI agents. No auth required.
8 CIPHER tools — Solana scan, breach check, Jito, FRED, Drift, repo health, more. x402-paid on Base.
QuantumOracle — 18 post-quantum crypto tools: Kyber, Dilithium, hybrid schemes, migration.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides essential security and CTF tools including hash identification, encoding/decoding, XOR bruteforce, JWT decoding, reverse shell generation, SQL injection payloads, CVE lookup, and port service identification for learning security concepts and solving challenges.3-
- AlicenseAqualityAmaintenanceZero-Knowledge Cloud Drive for Humans and Agents. Client-side AES-256-GCM encryption with 7 MCP tools for secure file vault management — the server never sees plaintext data.7247 npm1MIT
- AlicenseBqualityDmaintenanceDefense-grade cryptographic compliance and analysis tools for MCP, including FIPS 140-3 validation, CNSA 2.0 analysis, post-quantum readiness assessment, and classical cipher utilities.181MIT
- AlicenseNot gradedqualityBmaintenanceProvides cryptographic hash and HMAC computation for text, supporting algorithms like md5, sha1, sha256, sha384, and sha512. All operations are performed locally without transmitting or storing input data.5 npmMIT