io.github.rog0x/crypto — MCP Server
A Model Context Protocol (MCP) server providing cryptography and encoding tooling for AI agents. It exposes a suite of hash, encoding, UUID, and password analysis utilities, enabling safe, standardized data transformation and validation within MCP-enabled workflows.
🛠️ Key Features
- Hashing: MD5, SHA-1, SHA-256, SHA-512, HMAC, and cross-comparison
- Encoding/decoding: Base64, URL, HTML entities, hex, binary with auto-detection
- Tools exposed via MCP actions: hash, hmac, compare, hash_all, base64_encode, base64_decode, url_encode, url_decode, html_encode, html_decode, hex_encode, hex_decode, etc.
🚀 Use Cases
- AI agents performing data integrity checks and secure comparisons
- Encoding/decoding pipelines for model prompts and responses
- Password analysis and management workflows within MCP context
⚡ Developer Benefits
- MCP-compliant, reusable cryptography utilities
- Clear action surface for integration into automation
- Grounded in a focused toolset: hashing, encoding, and basic crypto operations
⚠️ Limitations
- Documentation excerpt limited to available readme; broader tool coverage may exist in repository
- Specific MCP API behavior and authentication details require direct source review