← zaleso.com
INDIVIDUAL MCP TOOL
password_generate
Generate a cryptographically secure random password (crypto.
LIVE ENDPOINT
https://mcp.zaleso.com
Connect to this endpoint to inspect the live schema for password_generate and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.zaleso]
url = "https://mcp.zaleso.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"zaleso": {
"type": "http",
"url": "https://mcp.zaleso.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: zaleso
Remote MCP URL: https://mcp.zaleso.com
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"zaleso": {
"url": "https://mcp.zaleso.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"zaleso": {
"type": "http",
"url": "https://mcp.zaleso.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "zaleso",
"transport": "streamable-http",
"url": "https://mcp.zaleso.com"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
qr_generate— Generate a QR code as an SVG image from text or a URL.ng_paye_calculate— Calculate Nigeria PAYE income tax and net (take-home) salary under the Nigeria Tax Act 2025, effective for the 2026 tax year.json_format— Format (pretty-print) or minify JSON.ng_gross_for_take_home— Work backwards from a target take-home to the gross salary that produces it, under the Nigeria Tax Act 2025 (2026 tax year).ng_vat_calculate— Add Nigerian VAT to a net amount, or extract the VAT already contained in a VAT-inclusive amount.invoice_totals— Compute invoice totals from line items: per-line totals, subtotal, an optional discount, optional tax (the verified Nigeria VAT preset or any rate you name), a deposit already paid, and the balance due.amount_in_words— Spell a monetary amount in words, the way a cheque or an invoice requires — "Four Thousand and Fifty Naira and Seventy-Five Kobo Only".base64_convert— Encode text to Base64, or decode Base64 back to text.