Skip to main content
Glama

IT Tools MCP Server

by wrenchpilot

bcrypt-hash

Generate a bcrypt hash for secure password storage or verify a password against an existing hash using customizable salt rounds.

Instructions

Generate bcrypt hash or verify password against hash

Input Schema

NameRequiredDescriptionDefault
hashNoExisting hash to verify against (for verification)
passwordYesPassword to hash or verify
roundsNoNumber of salt rounds (4-12, default 10)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "hash": { "description": "Existing hash to verify against (for verification)", "type": "string" }, "password": { "description": "Password to hash or verify", "type": "string" }, "rounds": { "description": "Number of salt rounds (4-12, default 10)", "type": "number" } }, "required": [ "password" ], "type": "object" }

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/wrenchpilot/it-tools-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server