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.

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.

66 Trust /100
Trust breakdown (7 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 → 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
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.

Install

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

# add to Claude Code
claude mcp add engineering-seamless-datev-extf -- npx -y @seamless-engineering/datev-extf-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "engineering-seamless-datev-extf": {
      "command": "npx",
      "args": [
        "-y",
        "@seamless-engineering/datev-extf-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "engineering-seamless-datev-extf": {
      "command": "npx",
      "args": [
        "-y",
        "@seamless-engineering/datev-extf-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add engineering-seamless-datev-extf -- npx -y @seamless-engineering/datev-extf-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "engineering-seamless-datev-extf": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@seamless-engineering/datev-extf-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add engineering-seamless-datev-extf --command npx --arg -y --arg @seamless-engineering/datev-extf-mcp
# ~/.hermes/config.yaml
mcp_servers:
  engineering-seamless-datev-extf:
    command: "npx"
    args: ["-y", "@seamless-engineering/datev-extf-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "engineering-seamless-datev-extf": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@seamless-engineering/datev-extf-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add engineering-seamless-datev-extf -t stdio -c npx -a -y @seamless-engineering/datev-extf-mcp
// mcp.json
{
  "mcpServers": {
    "engineering-seamless-datev-extf": {
      "command": "npx",
      "args": [
        "-y",
        "@seamless-engineering/datev-extf-mcp"
      ]
    }
  }
}
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.

  • 26 Sept 26 66

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

MCP tools · 4 exposed · ~536 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. 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 →

Tool Tokens
explain_datev_finding ~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.

NameTypeReqDescription
codestringyesThe finding code.
langstring–Language of the messages: de (default) or en.
NameTypeReqDescription
codestringyes–
disclaimerstringyes–
explanationstringyes–

No examples provided.

list_datev_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.

NameTypeReqDescription
formatstringyes–
NameTypeReqDescription
asOfstringyes–
columnsarrayyes–
formatstringyes–

No examples provided.

validate_datev_extf ~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.

NameTypeReqDescription
contentstring–The file content as text, if there's no file. The encoding can't be checked this way.
langstring–Language of the messages: de (default) or en.
pathstring–Path to the CSV file on this machine. Relative paths resolve against the server's working directory.
NameTypeReqDescription
categorystring–buchungsstapel, debkred or other
countsByCodeobjectyes–
disclaimerstringyes–
encodingstringyes–
errorsnumberyes–
findingsarrayyes–
headerobject––
rowsnumberyes–
truncatedbooleanyes–
warningsnumberyes–

No examples provided.

write_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.

NameTypeReqDescription
headerobjectyes–
langstring–Language of the messages: de (default) or en.
outputPathstring–Where to write the file, e.g. EXTF_Buchungsstapel.csv. Existing files are overwritten.
rowsarrayyes–
NameTypeReqDescription
changedarrayyesBelegfeld 1 values the writer had to clean, and texts with characters Windows-1252 can't hold
csvstring––
pathstring––
reportobjectyes–
rowsnumberyes–

No examples provided.

Common questions

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.