General Tools
zaleso.com
Provides a set of general-purpose utilities including QR code generation, secure password generation, JSON formatting, and Nigerian tax calculations.
ENDPOINT 1
https://mcp.zaleso.com
MCP server metadata
- Name
- zaleso
- Version
- 0.2.0
Known tools 10
ng_paye_calculateCalculate Nigeria PAYE income tax and net (take-home) salary under the Nigeria Tax Act 2025, effective for the 2026 tax year.
Inferred read-onlyng_gross_for_take_homeWork backwards from a target take-home to the gross salary that produces it, under the Nigeria Tax Act 2025 (2026 tax year).
Inferred read-onlyng_vat_calculateAdd Nigerian VAT to a net amount, or extract the VAT already contained in a VAT-inclusive amount.
Inferred read-onlyinvoice_totalsCompute 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 effectsamount_in_wordsSpell 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 effectsusd_ngn_convertConvert 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-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.