DATEV EXTF
NPM · @SEAMLESS-ENGINEERING/DATEV-EXTF-MCP · SCANNED SEP 26
Validate and write DATEV-Format (EXTF) files locally, with findings in German and English.
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 Security100
- 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
- 0 of 4 dependencies flagged as unhealthy. View diagnostics → Pass
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 0 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability52
- 20% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Partial
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 661 tokens (~82/item across 8 items; 4 tools + 4 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 Coverage91
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 70% of tool parameters carry a description.Partial
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 4 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 6 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
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.
How do I install the DATEV EXTF MCP server?
DATEV EXTF runs locally as an npm package, launched with npx -y @seamless-engineering/datev-extf-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 · @seamless-engineering/datev-extf-mcp
claude mcp add engineering-seamless-datev-extf -- npx -y @seamless-engineering/datev-extf-mcp
{
"mcpServers": {
"engineering-seamless-datev-extf": {
"command": "npx",
"args": [
"-y",
"@seamless-engineering/datev-extf-mcp"
]
}
}
} {
"servers": {
"engineering-seamless-datev-extf": {
"command": "npx",
"args": [
"-y",
"@seamless-engineering/datev-extf-mcp"
]
}
}
} codex mcp add engineering-seamless-datev-extf -- npx -y @seamless-engineering/datev-extf-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"engineering-seamless-datev-extf": {
"type": "local",
"command": [
"npx",
"-y",
"@seamless-engineering/datev-extf-mcp"
],
"enabled": true
}
}
} openclaw mcp add engineering-seamless-datev-extf --command npx --arg -y --arg @seamless-engineering/datev-extf-mcp
mcp_servers:
engineering-seamless-datev-extf:
command: "npx"
args: ["-y", "@seamless-engineering/datev-extf-mcp"] {
"McpServers": {
"engineering-seamless-datev-extf": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"@seamless-engineering/datev-extf-mcp"
]
}
}
} assistant mcp add engineering-seamless-datev-extf -t stdio -c npx -a -y @seamless-engineering/datev-extf-mcp
{
"mcpServers": {
"engineering-seamless-datev-extf": {
"command": "npx",
"args": [
"-y",
"@seamless-engineering/datev-extf-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.
- 26 Sept 26 66
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 26 Sept 2026 · Analysed npm/@seamless-engineering/datev-extf-mcp@0.1.0
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 4 packages
| Packages resolved | 4 |
|---|---|
| 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 →
explain_datev_finding Explain a DATEV EXTF finding code ~89
Explain what a validate_datev_extf finding code (e.g. amount-dot, bu-automatic, date-leading-zero) means and how to fix it. Placeholders like {value} or {max} stand for values from the specific finding.
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | yes | The finding code. |
| lang | string | – | Language of the messages: de (default) or en. |
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | yes | – |
| disclaimer | string | yes | – |
| explanation | string | yes | – |
No examples provided.
list_datev_columns List DATEV EXTF columns ~80
List the columns (line 2) of a DATEV Buchungsstapel (Formatversion 13, 125 columns) or Debitoren/Kreditoren file (254 columns), numbered by position. Use it to map export fields to DATEV columns or to find a column named in a finding.
| Name | Type | Req | Description |
|---|---|---|---|
| format | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| asOf | string | yes | – |
| columns | array | yes | – |
| format | string | yes | – |
No examples provided.
validate_datev_extf Validate a DATEV EXTF file ~194
Check a DATEV-Format (EXTF) CSV file, e.g. EXTF_Buchungsstapel.csv or a Debitoren/Kreditoren export, before importing it into DATEV or after DATEV rejected it. Returns every problem with line, field and a plain-language explanation in German or English: dot instead of comma in amounts, missing leading zeros in Belegdatum, BU-Schlüssel on automatic accounts, account length, encoding, header errors and more. Pass a file path (preferred, the encoding is checked too) or the file content.
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | – | The file content as text, if there's no file. The encoding can't be checked this way. |
| lang | string | – | Language of the messages: de (default) or en. |
| path | string | – | Path to the CSV file on this machine. Relative paths resolve against the server's working directory. |
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | – | buchungsstapel, debkred or other |
| countsByCode | object | yes | – |
| disclaimer | string | yes | – |
| encoding | string | yes | – |
| errors | number | yes | – |
| findings | array | yes | – |
| header | object | – | – |
| rows | number | yes | – |
| truncated | boolean | yes | – |
| warnings | number | yes | – |
No examples provided.
write_buchungsstapel Write a DATEV Buchungsstapel ~173
Create a DATEV-Format Buchungsstapel (EXTF, Formatversion 13) from booking rows, ready for import into DATEV Rechnungswesen or DATEV Unternehmen online. The result is checked with the validator before it's returned. With outputPath the file is written as Windows-1252, the encoding DATEV expects; without it the CSV text is returned. The tool formats bookings, it doesn't choose accounts or tax keys: take those from the user or their tax advisor.
| Name | Type | Req | Description |
|---|---|---|---|
| header | object | yes | – |
| lang | string | – | Language of the messages: de (default) or en. |
| outputPath | string | – | Where to write the file, e.g. EXTF_Buchungsstapel.csv. Existing files are overwritten. |
| rows | array | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| changed | array | yes | Belegfeld 1 values the writer had to clean, and texts with characters Windows-1252 can't hold |
| csv | string | – | – |
| path | string | – | – |
| report | object | yes | – |
| rows | number | yes | – |
No examples provided.
What is the DATEV EXTF MCP server?
DATEV EXTF is an MCP server listed in the public MCP registry as engineering.seamless/datev-extf. Validate and write DATEV-Format (EXTF) files locally, with findings in German and English. This page covers its npm package (@seamless-engineering/datev-extf-mcp).
Is the DATEV EXTF MCP server safe to use?
DATEV EXTF scores 66 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 26 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 DATEV EXTF MCP server expose?
DATEV EXTF exposes 4 tools: validate_datev_extf, explain_datev_finding, write_buchungsstapel, list_datev_columns. Their descriptions and schemas cost roughly 536 tokens of context every time the server is loaded.
Is the DATEV EXTF MCP server still maintained?
DATEV EXTF is still listed as active in the MCP registry. We last reached this channel on 26 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 DATEV EXTF MCP server under?
DATEV EXTF declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.