mcpserver.lol
registry/zaleso-tools
Connection check verified live · 28h ago

zaleso-tools

Nigeria PAYE, VAT and CBN rates, sourced and dated. Plus invoice totals, QR codes, JSON, Base64.

Tools 10
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 28h ago

Tools & capabilities

10 tools

Read from the running server on 28h ago.

amount_in_words read-only amount*currency
Spell a monetary amount in words, the way a cheque or an invoice requires — "Four Thousand and Fifty Naira and Seventy-Five Kobo Only". Supports NGN, USD, EUR and GBP with the corr…
base64_convert read-only modetext*
Encode text to Base64, or decode Base64 back to text. UTF-8 throughout, so accented text, emoji, Arabic, Devanagari and CJK survive the round trip — the naive btoa/atob version doe…
invoice_totals read-only vatlines*deposittaxRatecurrencytaxLabel +2
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…
json_format read-only json*modeindent
Format (pretty-print) or minify JSON. Invalid input returns the line and column of the error. Interactive version: https://zaleso.com/json
ng_gross_for_take_home read-only periodtakeHome*includeNhfincludePensionrentPaidAnnual
Work backwards from a target take-home to the gross salary that produces it, under the Nigeria Tax Act 2025 (2026 tax year). This is the question employers and contractors actually…
ng_paye_calculate read-only periodincludeNhfgrossIncome*includePensionrentPaidAnnualotherDeductionsAnnual
Calculate Nigeria PAYE income tax and net (take-home) salary under the Nigeria Tax Act 2025, effective for the 2026 tax year. Returns monthly take-home, monthly PAYE, the effective…
ng_vat_calculate read-only modeyearamount*
Add Nigerian VAT to a net amount, or extract the VAT already contained in a VAT-inclusive amount. Uses the verified statutory rate from the data layer and returns it with its sourc…
password_generate read-only lengthsymbolsexcludeAmbiguous
Generate a cryptographically secure random password (crypto.getRandomValues with rejection sampling — no modulo bias). Returns the password and its entropy. Interactive version: ht…
qr_generate read-only text*errorCorrection
Generate a QR code as an SVG image from text or a URL. The code encodes the value directly — no tracking redirect, so it works forever. Interactive version: https://zaleso.com/qr
usd_ngn_convert read-only fromamount*
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. Returns…