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.
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 1 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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.
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 bundleEvery 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.
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 |
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.
add_vat Add TVSH (VAT) to a net amount ~80
Compute VAT and gross from a VAT-exclusive amount. Albania: 20% standard, 10% and 6% reduced; Kosovo: 18% / 8%.
| Name | Type | Req | Description |
|---|---|---|---|
| net | number | yes | Net (VAT-exclusive) amount. |
| rate | number | – | VAT rate as a fraction, e.g. 0.2 for 20%. |
No output schema declared.
No examples provided.
extract_vat Extract TVSH (VAT) from a gross amount ~55
Split a VAT-inclusive amount into net and VAT.
| Name | Type | Req | Description |
|---|---|---|---|
| gross | number | yes | Gross (VAT-inclusive) amount. |
| rate | number | – | VAT rate as a fraction, e.g. 0.2 for 20%. |
No output schema declared.
No examples provided.
gross_salary_from_net Net → gross salary (Albania) ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| net | number | yes | Target net (take-home) monthly salary in ALL. |
| rates | string | – | Rates config to use (COUNTRY-YEAR). Known: AL-2026. |
No output schema declared.
No examples provided.
invoice_totals Fiscal 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.
| Name | Type | Req | Description |
|---|---|---|---|
| lines | array | yes | Invoice lines. |
No output schema declared.
No examples provided.
net_salary Gross → net salary (Albania) ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| gross | number | yes | Gross monthly salary in ALL. |
| rates | string | – | Rates config to use (COUNTRY-YEAR). Known: AL-2026. |
No output schema declared.
No examples provided.
profit_tax Corporate profit tax (Albania) ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| rates | string | – | Rates config to use (COUNTRY-YEAR). Known: AL-2026. |
| taxableProfit | number | yes | Annual taxable profit (or turnover for the 0% threshold) in ALL. |
No output schema declared.
No examples provided.
tax_rates Tax & contribution rates config ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| rates | string | – | Rates config to use (COUNTRY-YEAR). Known: AL-2026. |
No output schema declared.
No examples provided.
validate_nipt Validate a NIPT / NUIS ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| nipt | string | yes | The NIPT/NUIS as typed, separators and lowercase allowed. |
No output schema declared.
No examples provided.