mcp-crypto-tools
mcp-crypto-tools
Kryptografie- und Kodierungswerkzeuge für KI-Agenten, bereitgestellt über das Model Context Protocol (MCP).
Werkzeuge
hash
Hasht Text mit MD5, SHA-1, SHA-256, SHA-512 oder HMAC. Vergleicht zwei Hashwerte. Berechnet alle Algorithmen auf einmal.
Aktionen: hash, hmac, compare, hash_all
encode_decode
Kodiert und dekodiert Text mit Base64, URL-Kodierung, HTML-Entitäten, Hex oder Binär. Erkennt das Kodierungsformat automatisch.
Aktionen: base64_encode, base64_decode, url_encode, url_decode, html_encode, html_decode, hex_encode, hex_decode, binary_encode, binary_decode, detect
generate_id
Erzeugt eindeutige Identifikatoren: UUID v4, nanoid, ULID, CUID oder zufällige Zeichenfolgen mit konfigurierbarer Länge und Zeichensatz.
Typen: uuid, nanoid, ulid, cuid, random
password
Erzeugt sichere Passwörter mit konfigurierbaren Zeichensätzen, Länge und Anzahl. Prüft die Passwortstärke mit Entropieberechnung und Schätzung der Knackzeit.
Aktionen: generate, check_strength
jwt
Dekodiert JWT-Tokens, um Header und Payload zu prüfen, den Ablaufstatus festzustellen oder unsignierte JWTs zum Testen zu erstellen.
Aktionen: decode, check_expiry, create_unsigned
Related MCP server: lit-forge MCP server
Einrichtung
npm install
npm run buildMCP-Konfiguration
Fügen Sie Folgendes zu Ihrer MCP-Client-Konfiguration hinzu:
{
"mcpServers": {
"crypto-tools": {
"command": "node",
"args": ["D:/products/mcp-servers/mcp-crypto-tools/dist/index.js"]
}
}
}Abhängigkeiten
@modelcontextprotocol/sdk- MCP-Server-FrameworkDas in Node.js eingebaute
crypto-Modul - alle kryptografischen Operationen
Es sind keine externen Krypto-Bibliotheken erforderlich.
Lizenz
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