CipherHUBCloudMCP
CipherHUB MCP 服务器
生产级密码学工具包,通过 MCP(模型上下文协议)提供 31 种密码学操作。
概述
CipherHUB 是一个密码学工具包,使 AI 代理无需自行实现算法即可执行密码学操作。它涵盖:
经典算法:AES, RSA, ECC (SECP256R1/384R1/521R1, X25519, Ed25519)
中国国家标准:SM2, SM3, SM4, ZUC
后量子密码学:ML-KEM (FIPS 203), ML-DSA (FIPS 204), X25519+ML-KEM-768 混合密钥交换
互操作性:通过 AWS KMS (64/64) 和腾讯云 KMS (39/39) 认证
Related MCP server: @bitatlas/mcp-server
快速入门
MCP 端点
https://tools.cipherhub.cloud/cipherhub/mcp协议
类型:流式 HTTP
格式:JSON-RPC 2.0
无状态:无需会话
示例:调用工具
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 签名 |
后量子密码学
工具 | 描述 |
| ML-KEM 密钥生成 |
| ML-KEM 封装/解封装 |
| ML-DSA 密钥生成 |
| ML-DSA 签名 |
| X25519+ML-KEM-768 混合密钥交换 |
实用工具
工具 | 描述 |
| 生成安全随机字节 |
| PKCS#7 填充 |
资源
URI | 描述 |
| 完整算法目录 |
| 工具分类 |
| AWS KMS 互操作性报告 |
| 腾讯云 KMS 互操作性报告 |
| SDK 通道协议指南 |
客户端配置
Claude Desktop
添加到您的 Claude Desktop 配置中:
{
"mcpServers": {
"cipherhub": {
"url": "https://tools.cipherhub.cloud/cipherhub/mcp"
}
}
}Cursor IDE
添加到您的 Cursor 设置中。
自定义客户端
使用任何兼容 MCP 的客户端并配置端点 URL。
API 文档
OpenAPI: https://tools.cipherhub.cloud/.well-known/openapi.yaml
llms.txt: https://tools.cipherhub.cloud/llms.txt
Web 界面
交互式 Web 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