Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Fiskalizimi — Albanian tax & payroll

MCPB · FISKALIZIMI-MCP.MCPB · SCANNED AUG 22

Albanian NIPT validation, TVSH (VAT) & invoice math, gross↔net payroll on verified 2026 rates.

45 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security13
  • Malware scan not yet available for this package.Unverified
  • Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
  • No install/post-install scripts declared.Pass
  • Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency45
Schema Quality & AI Usability84
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 774 tokens (~86/item across 9 items; 8 tools + 1 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

mcpb · fiskalizimi-mcp.mcpb

Download bundle
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Aug 26 45

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 22 Aug 2026 · Analysed mcpb/https://github.com/square-al/fiskalizimi-utils/releases/download/v0.2.0/fiskalizimi-mcp.mcpb

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem mcpb
MCP tools · 8 exposed · ~662 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
add_vat ~80

Compute VAT and gross from a VAT-exclusive amount. Albania: 20% standard, 10% and 6% reduced; Kosovo: 18% / 8%.

NameTypeReqDescription
netnumberyesNet (VAT-exclusive) amount.
ratenumberVAT rate as a fraction, e.g. 0.2 for 20%.

No output schema declared.

No examples provided.

extract_vat ~55

Split a VAT-inclusive amount into net and VAT.

NameTypeReqDescription
grossnumberyesGross (VAT-inclusive) amount.
ratenumberVAT rate as a fraction, e.g. 0.2 for 20%.

No output schema declared.

No examples provided.

gross_salary_from_net ~78

Find the gross monthly salary that yields a target take-home net, with the full contribution and tax breakdown. Amounts in ALL per month.

NameTypeReqDescription
netnumberyesTarget net (take-home) monthly salary in ALL.
ratesstringRates config to use (COUNTRY-YEAR). Known: AL-2026.

No output schema declared.

No examples provided.

invoice_totals ~53

Sum invoice line items into subtotal, total VAT and grand total, with the VAT breakdown grouped by rate that a fiscalized Albanian invoice must report. Supports per-line discounts.

NameTypeReqDescription
linesarrayyesInvoice lines.

No output schema declared.

No examples provided.

net_salary ~106

Monthly payroll breakdown from a gross salary: employee social (9.5%) and health (1.7%) contributions, progressive income tax (0/13/23%), take-home net, and total employer cost (employer social 15% + health 1.7%). Amounts in ALL per month.

NameTypeReqDescription
grossnumberyesGross monthly salary in ALL.
ratesstringRates config to use (COUNTRY-YEAR). Known: AL-2026.

No output schema declared.

No examples provided.

profit_tax ~97

Profit tax over the progressive brackets (0% up to the 14,000,000 ALL small-business threshold, 15% above), with net profit and effective rate. Confirm the applicable base for your regime.

NameTypeReqDescription
ratesstringRates config to use (COUNTRY-YEAR). Known: AL-2026.
taxableProfitnumberyesAnnual taxable profit (or turnover for the 0% threshold) in ALL.

No output schema declared.

No examples provided.

tax_rates ~84

Return the verified rates config used by the payroll and profit-tax tools: minimum wage, contribution rates and caps, income-tax brackets, VAT rates, profit-tax brackets, filing deadlines, source, verification date and disclosed limitations. A null bracket bound means no upper limit.

NameTypeReqDescription
ratesstringRates config to use (COUNTRY-YEAR). Known: AL-2026.

No output schema declared.

No examples provided.

validate_nipt ~109

Check the format of an Albanian tax identification number (NIPT/NUIS): one prefix letter A–M, eight digits, one control letter, e.g. M51418039H. Normalizes case and separators, reports machine-readable issues, and flags likely O/0 and I/1 typos. Format-level only; existence is checked in the QKB registry.

NameTypeReqDescription
niptstringyesThe NIPT/NUIS as typed, separators and lowercase allowed.

No output schema declared.

No examples provided.