mcpbeat Sign in

Zaleso MCP Server

answering

Zaleso is answering right now. Last checked 5 min ago. It exposes 10 tools.

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

Uptime history 12 days of history
12 days agonow
100.0%
Uptime 24h
93 of 93 checks
10
Tools
read from the server
130 ms
Response time
average over 24h
open, no key
Access
streamable-http

Nothing serious here today

Today is the operative word: we check Zaleso every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 5 min ago.

run in your terminal
claude mcp add tools --transport http https://mcp.zaleso.com/
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tools": {
      "url": "https://mcp.zaleso.com/"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tools]
url = "https://mcp.zaleso.com/"
.cursor/mcp.json
{
  "mcpServers": {
    "tools": {
      "url": "https://mcp.zaleso.com/"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tools": {
      "url": "https://mcp.zaleso.com/"
    }
  }
}

Available tools 10

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

amount
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". Supports NGN, USD, EUR and GBP with the correct major and minor unit names. It is the row that goes above the signature line on the invoices at https://zaleso.com/invoice
base64
base64_convert
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 does not. Interactive version: https://zaleso.com/base64
generate
qr_generate
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
gross
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). This is the question employers and contractors actually ask — "what must I pay for them to clear ₦500,000 a month" — and it cannot be answered by applying a rate, because PAYE is banded. Returns the required gross with the full band-by-band working and the statutory source. Informational only — verify with the tax authority. Interactive version: https://zaleso.com/ng/net-salary
invoice
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. Country-agnostic. The interactive version also produces the PDF: https://zaleso.com/invoice
json
json_format
Format (pretty-print) or minify JSON. Invalid input returns the line and column of the error. Interactive version: https://zaleso.com/json
password
password_generate
Generate a cryptographically secure random password (crypto.getRandomValues with rejection sampling — no modulo bias). Returns the password and its entropy. Interactive version: https://zaleso.com/password
paye
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. Returns monthly take-home, monthly PAYE, the effective rate, and the full band-by-band working, with the statutory source and verification date. Handles pension (8%), NHF (2.5%, voluntary), rent relief (20% of rent, capped at ₦500,000), and the minimum-wage exemption. Figures are informational — verify with the tax authority. Interactive version: https://zaleso.com/ng/paye
usd
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. Returns the converted amount with the rate, the trading date it applies to, and the CBN source. Interactive version: https://zaleso.com/ng/fx
vat
ng_vat_calculate
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 source and effective date — never an assumed rate. Informational only — verify with the tax authority. Interactive version: https://zaleso.com/invoice

Endpoints

URLTransportStateLatencyChecked
https://mcp.zaleso.com/ streamable-http answering 239 ms 5 min ago

Alternatives to Zaleso

same job, measured the same way
Toolkit MCP Server
by cyanheads

Generate IDs, QR codes, and hashes, encode values, geolocate IPs, plus gated host diagnostics.

83 installs/wk 5 tools answering
Pdfapi MCP Server
by amranswill

Generate invoice, receipt, and report PDFs from structured JSON via a single API call.

20 installs/wk local only
Lumabill
by lumabill

Swiss invoicing and bookkeeping: QR-invoices, clients, expenses, bank import, VAT and reports.

answering
Secrets-LE
by nolindnaidoo

Detect hardcoded secrets in source and config. Reports masked previews, never the values.

34 installs/wk local only
I
X402 MCP Tools
by sslip-249-111-77-187

Pay-per-call MCP tools via x402 (USDC on Base): QR codes, images, text analysis, web fetch.

4 tools answering
Work Order
by theluckystrike

Job orders for trades and field work: parts, labour, status, completion report, invoice payload.

12 tools answering
Oxcode
by snowmead

PageRank-curated code intelligence for coding agents over an indexed source repository.

37 installs/wk local only
Invoices Invoicing
by theluckystrike

Invoices and invoicing from your AI chat: PDF generation, numbering, VAT, overdue reports.

local only

Zaleso — questions

Answers built from our own checks of this server.

What can Zaleso do?
It exposes 10 tools, read directly from the server on our last check. Among them: amount_in_words, base64_convert, invoice_totals, json_format, ng_gross_for_take_home, ng_paye_calculate and 4 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Zaleso working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 93 of 93 checks got a reply (100.0%), average response time 130 ms. The bar chart above shows every period we have measured.
How do I connect Zaleso?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Zaleso need an API key?
No. Zaleso completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 10 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Zaleso?
It answers our handshake in 130 ms on average, which is faster than 79% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.