# Fiskalizimi — Albanian tax & payroll (mcpb · fiskalizimi-mcp.mcpb)

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

- Trust score: 45/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-22

## Components

- mcpb · `fiskalizimi-mcp.mcpb`: 45/100 (this document), [markdown](https://verifymcp.io/servers/al-square-fiskalizimi/https-github-com-square-al-fiskalizimi-utils-releases-download-v0-2-0-fiskalizim.md), [page](https://verifymcp.io/servers/al-square-fiskalizimi/https-github-com-square-al-fiskalizimi-utils-releases-download-v0-2-0-fiskalizim)

## Channel facts

- Registry: `mcpb`
- Package: `https://github.com/square-al/fiskalizimi-utils/releases/download/v0.2.0/fiskalizimi-mcp.mcpb`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-22.

- **Supply Chain Security**: 13/100
  - Malware scan not yet available for this package.
  - 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.
  - No install/post-install scripts declared.
  - 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.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 1 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 84/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 774 tokens (~86/item across 9 items; 8 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**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

- Download bundle: `https://github.com/square-al/fiskalizimi-utils/releases/download/v0.2.0/fiskalizimi-mcp.mcpb`

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-20 (score 45)

First indexed and scored.

## MCP tools (8)

### `validate_nipt` (~109 tokens)

Validate a NIPT / NUIS

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.

Input parameters:

- `nipt` (string, required): The NIPT/NUIS as typed, separators and lowercase allowed.

### `add_vat` (~80 tokens)

Add TVSH (VAT) to a net amount

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

Input parameters:

- `net` (number, required): Net (VAT-exclusive) amount.
- `rate` (number): VAT rate as a fraction, e.g. 0.2 for 20%.

### `extract_vat` (~55 tokens)

Extract TVSH (VAT) from a gross amount

Split a VAT-inclusive amount into net and VAT.

Input parameters:

- `gross` (number, required): Gross (VAT-inclusive) amount.
- `rate` (number): VAT rate as a fraction, e.g. 0.2 for 20%.

### `invoice_totals` (~53 tokens)

Fiscal invoice totals

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.

Input parameters:

- `lines` (array, required): Invoice lines.

### `net_salary` (~106 tokens)

Gross → net salary (Albania)

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.

Input parameters:

- `gross` (number, required): Gross monthly salary in ALL.
- `rates` (string): Rates config to use (COUNTRY-YEAR). Known: AL-2026.

### `gross_salary_from_net` (~78 tokens)

Net → gross salary (Albania)

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

Input parameters:

- `net` (number, required): Target net (take-home) monthly salary in ALL.
- `rates` (string): Rates config to use (COUNTRY-YEAR). Known: AL-2026.

### `profit_tax` (~97 tokens)

Corporate profit tax (Albania)

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.

Input parameters:

- `rates` (string): Rates config to use (COUNTRY-YEAR). Known: AL-2026.
- `taxableProfit` (number, required): Annual taxable profit (or turnover for the 0% threshold) in ALL.

### `tax_rates` (~84 tokens)

Tax & contribution rates config

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.

Input parameters:

- `rates` (string): Rates config to use (COUNTRY-YEAR). Known: AL-2026.

## Diagnostics

Captured diagnostic sections: Provenance. The full working is on the page: https://verifymcp.io/servers/al-square-fiskalizimi/https-github-com-square-al-fiskalizimi-utils-releases-download-v0-2-0-fiskalizim#diagnostics

## Score history

- 2026-08-22: 45
- 2026-08-21: 45
- 2026-08-20: 45

## Links

- Repository: https://github.com/square-al/fiskalizimi-utils
- Website: https://square.al/fiscalization-api
- Changelog RSS feed: https://verifymcp.io/servers/al-square-fiskalizimi/https-github-com-square-al-fiskalizimi-utils-releases-download-v0-2-0-fiskalizim.xml
- Changelog JSON feed: https://verifymcp.io/servers/al-square-fiskalizimi/https-github-com-square-al-fiskalizimi-utils-releases-download-v0-2-0-fiskalizim.json
- HTML version of this page: https://verifymcp.io/servers/al-square-fiskalizimi/https-github-com-square-al-fiskalizimi-utils-releases-download-v0-2-0-fiskalizim
