← Registry

General Tools

zaleso.com

Provides a set of general-purpose utilities including QR code generation, secure password generation, JSON formatting, and Nigerian tax calculations.

1 endpoint10 known toolsFirst detected August 29, 2026Last detected August 29, 2026

ENDPOINT 1

https://mcp.zaleso.com

No auth detected

MCP server metadata

Name
zaleso
Version
0.2.0
Capabilities
tools

Known tools 10

qr_generate

Generate a QR code as an SVG image from text or a URL.

Inferred read-only
password_generate

Generate a cryptographically secure random password (crypto.

Inferred read-only
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.

Inferred read-only
json_format

Format (pretty-print) or minify JSON.

Inferred read-only
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).

Inferred read-only
ng_vat_calculate

Add Nigerian VAT to a net amount, or extract the VAT already contained in a VAT-inclusive amount.

Inferred read-only
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.

Potential side effects
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".

Potential side effects
base64_convert

Encode text to Base64, or decode Base64 back to text.

Inferred read-only
usd_ngn_convert

Convert between US dollars and Nigerian naira at the Central Bank of Nigeria's official NFEM rate — the volume-weighted average CBN publishes, not a parallel-market figure.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.