Back to Search
neo_util_crypto_encoder
v0.1.0Base64 encoding/decoding and cryptographic hashing.
$0.002 / call (Standard Tier)
Updated: Apr 25, 2026
Overview
A cryptographic utility for exact hashing (SHA256, MD5) and Base64 encoding/decoding operations. It ensures mathematical precision for security-sensitive transformations.
Example Input
JSON payload sent to this tool:
{
"action": "hash",
"algorithm": "sha256",
"data": "secret"
}Example Output
Formatted JSON response returned by this tool:
{
"result": "5e884898da28047151d0e56f8dc6292773603d0d6aabbdd62a11ef721d1542d8"
}Setup Configuration
Add the following configuration to your MCP general settings or mcp_config.json:
{
"mcpServers": {
"neonia": {
"serverUrl": "https://mcp.neonia.io/mcp?tools=neo_util_crypto_encoder",
"headers": {
"Authorization": "Bearer API_KEY"
}
}
}
}