ValidateFin
NPM · @VALIDATEFIN/MCP · SCANNED SEP 20
Validate SEPA, UBL/Peppol, XRechnung, camt, ACH & IBAN files locally — no data leaves your machine.
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 → Why this is hard to score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 35 of 112 dependencies flagged as unhealthy. View diagnostics → Partial
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 66 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability82
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 1128 tokens (~112/item across 10 items; 10 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
- Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
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
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 10 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 10 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the ValidateFin MCP server?
ValidateFin runs locally as an npm package, launched with npx -y @validatefin/mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · @validatefin/mcp
claude mcp add elnicaise-validatefin -- npx -y @validatefin/mcp
{
"mcpServers": {
"elnicaise-validatefin": {
"command": "npx",
"args": [
"-y",
"@validatefin/mcp"
]
}
}
} {
"servers": {
"elnicaise-validatefin": {
"command": "npx",
"args": [
"-y",
"@validatefin/mcp"
]
}
}
} codex mcp add elnicaise-validatefin -- npx -y @validatefin/mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"elnicaise-validatefin": {
"type": "local",
"command": [
"npx",
"-y",
"@validatefin/mcp"
],
"enabled": true
}
}
} openclaw mcp add elnicaise-validatefin --command npx --arg -y --arg @validatefin/mcp
mcp_servers:
elnicaise-validatefin:
command: "npx"
args: ["-y", "@validatefin/mcp"] {
"McpServers": {
"elnicaise-validatefin": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"@validatefin/mcp"
]
}
}
} assistant mcp add elnicaise-validatefin -t stdio -c npx -a -y @validatefin/mcp
{
"mcpServers": {
"elnicaise-validatefin": {
"command": "npx",
"args": [
"-y",
"@validatefin/mcp"
]
}
}
} 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.
- 19 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.
- 17 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.
- 16 Sept 26 −3
- Stability: pass → 0.80 functional
- 15 Sept 26 0
- Stability: 0.97 → pass security
- 14 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
- 12 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.
- 10 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.
- 9 Sept 26 −3
- Stability: pass → 0.80 functional
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 20 Sept 2026 · Analysed npm/@validatefin/mcp@1.2.1
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 112 packages
| Packages resolved | 112 |
|---|---|
| Stale | 34 |
| No linked repository | 1 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
convert_bai2 ~205
Convert a BAI2 (Bank Administration Institute, version 2) cash-management bank statement — the dominant US/Canada statement format, the North-American counterpart of SWIFT MT940 — to an ISO 20022 camt.053.001.02 XML statement. Parses the 01/02/03/16/88 record hierarchy, infers debit/credit direction from the numeric type code (100–399 credit, 400–699 debit), scales integer minor-unit amounts by the currency, checks that opening ledger balance (010) + turnover = closing ledger balance (015), and returns the camt.053 XML with the real balances and mixed debit/credit entries. If the file contains several accounts, only the first is converted. 100% local.
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | The raw BAI2 file content (comma-delimited records: 01 file header, 02 group, 03 account, 16 transaction, 88 continuation) |
No output schema declared.
No examples provided.
convert_mt940 ~158
Convert a legacy SWIFT MT940 bank statement (Customer Statement Message) to an ISO 20022 camt.053.001.02 XML statement. MT940 was retired by SWIFT in November 2025 and is being replaced by camt.053. Parses the balances and transactions, checks that opening balance + turnover = closing balance, and returns the camt.053 XML with the real balances and mixed debit/credit entries (RC/RD reversals handled). If the file contains several statements, only the first is converted. 100% local.
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | The raw MT940 file content (SWIFT tags :20:, :25:, :60F:, :61:, :86:, :62F:) |
No output schema declared.
No examples provided.
generate_camt_test ~96
Generate a valid camt.053 test bank statement from a SEPA pain.001 (credit transfer) or pain.008 (direct debit) file. Returns the camt.053 XML — ideal test data for reconciliation. 100% local.
| Name | Type | Req | Description |
|---|---|---|---|
| openingBalance | number | – | Opening balance of the statement (default 0) |
| xml | string | yes | The SEPA pain.001 or pain.008 XML content |
No output schema declared.
No examples provided.
validate_aba ~90
Validate a US ABA routing number (routing transit number, RTN): 9-digit structure, the ABA 3-7-1 check digit (mod 10) and the Federal Reserve routing symbol / district. The US counterpart of IBAN validation. 100% local.
| Name | Type | Req | Description |
|---|---|---|---|
| routingNumber | string | yes | The 9-digit ABA routing number to validate, e.g. 111000025 |
No output schema declared.
No examples provided.
validate_ach ~118
Validate a US ACH / NACHA file in the fixed-width Nacha format: 94-character records, the record structure (File Header, Batch Header, Entry Detail, Addenda, Batch Control, File Control), the ABA routing-number check digit (3-7-1), the entry hash, and all batch and file control totals (debits, credits, entry/addenda count, block count). 100% local.
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | The raw ACH / NACHA file content (fixed-width, 94-character records) |
No output schema declared.
No examples provided.
validate_camt ~96
Validate an ISO 20022 camt cash-management file and extract account, balances and entries: camt.053 (bank-to-customer statement), camt.052 (account report / intraday) or camt.054 (debit/credit notification). Versions .02, .06, .08, .10 and .11. 100% local.
| Name | Type | Req | Description |
|---|---|---|---|
| xml | string | yes | The XML file content to validate |
No output schema declared.
No examples provided.
validate_iban ~55
Validate an IBAN: length, country code and mod-97 checksum. 100% local.
| Name | Type | Req | Description |
|---|---|---|---|
| iban | string | yes | The IBAN to validate, e.g. FR7630006000011234567890189 |
No output schema declared.
No examples provided.
validate_sepa ~95
Validate a SEPA payment file — Credit Transfer (pain.001) or Direct Debit (pain.008) — against the EPC schemas: IBAN, BIC, amounts and control sums, plus, for direct debits, the mandate (MndtId + signature date), Creditor Scheme Identifier (ICS) and sequence type. 100% local.
| Name | Type | Req | Description |
|---|---|---|---|
| xml | string | yes | The XML file content to validate |
No output schema declared.
No examples provided.
validate_ubl ~111
Validate a UBL / Peppol BIS Billing 3.0 invoice or credit note by running the OFFICIAL EN 16931 + Peppol BIS 3.0 Schematron — the same rule sets used by the official European e-invoicing validators — plus UBL structure checks. Returns the failed business rules with their official IDs (BR-*, BR-CO-*, Peppol rules). 100% local.
| Name | Type | Req | Description |
|---|---|---|---|
| xml | string | yes | The XML file content to validate |
No output schema declared.
No examples provided.
validate_xrechnung ~104
Validate a German XRechnung (UBL) invoice — the German CIUS of EN 16931, mandatory for B2G — by running the OFFICIAL EN 16931 core Schematron + the KoSIT XRechnung BR-DE rules (the same rule sets used by the official German validator). Returns failed rules with their IDs (BR-*, BR-DE-*). 100% local.
| Name | Type | Req | Description |
|---|---|---|---|
| xml | string | yes | The XML file content to validate |
No output schema declared.
No examples provided.
What is the ValidateFin MCP server?
ValidateFin is an MCP server listed in the public MCP registry as io.github.elnicaise/validatefin. Validate SEPA, UBL/Peppol, XRechnung, camt, ACH & IBAN files locally, no data leaves your machine. This page covers its npm package (@validatefin/mcp).
Is the ValidateFin MCP server safe to use?
ValidateFin scores 84 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the ValidateFin MCP server expose?
ValidateFin exposes 10 tools: validate_sepa, validate_ubl, validate_xrechnung, validate_camt, validate_ach, and 5 more. Their descriptions and schemas cost roughly 1,128 tokens of context every time the server is loaded.
Is the ValidateFin MCP server still maintained?
ValidateFin is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the ValidateFin MCP server under?
ValidateFin declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.