Bcrypt Hash Engine MCP Connector for Claude
DHash and verify passwords with the industry-standard bcrypt algorithm. Two tools in one: hash with configurable salt rounds, and verify against stored hashes. Pure JS — zero compilation.
An agent just generated a user registration flow. The password is stored in plaintext. That's not a bug — it's a security incident waiting to happen.
Bcrypt is the algorithm that Dropbox, GitHub, and every serious authentication system uses for password storage. It includes a built-in salt, is intentionally slow to resist brute-force, and this MCP provides it as pure JavaScript — no native compilation, no node-gyp headaches.
The Superpowers
- Two Tools, One MCP:
bcrypt_hashcreates the hash,bcrypt_verifychecks passwords against stored hashes. - Built-in Salt: Every hash includes a unique random salt — no manual salt management needed.
- Configurable Cost: Salt rounds 4-16. Default 10 (~100ms). 12 for financial systems. 14+ for government.
- Pure JavaScript: Uses bcryptjs — works in Edge, Lambda, Cloudflare Workers, and any Node.js runtime without compilation.
Related Connectors
Hyperbrowser (Web Infra for AI) MCP
Cloud browsers for AI agents via Hyperbrowser — manage sessions, scrape pages, and extract structured data.
Planable MCP
Collaborate, approve, and manage your social media content calendar autonomously using AI.
Dextools (DeFi Token Data API) MCP
Access real-time DeFi market data, token prices, liquidity pairs, and blockchain information across multiple networks via Dextools.
Sapling (Kallidus) MCP
Manage employee onboarding, data, and tasks via Sapling API.