MCP server for generating cryptographic hashes (MD5, SHA-1, SHA-256, SHA-512, RIPEMD-160). Pay-per-use via x402 protocol (USDC on Base). Use this when you need to hash strings, verify data integrity, or generate checksums.
Server Config
{
"mcpServers": {
"hash-generator-x402": {
"url": "https://hash-generator-production.up.railway.app/mcp",
"transport": "sse"
}
}
}