# io.github.igorkazazic1989/beleg2datev-mcp (npm · beleg2datev-mcp)

DATEV & Fortnox export for German invoices - Bauhaus, OBI, receipts to DATEV CSV

- Trust score: 53/100 (low)
- Change this week: +6
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- npm · `beleg2datev-mcp`: 53/100 (this document), [markdown](https://verifymcp.io/servers/igorkazazic1989-beleg2datev-mcp/beleg2datev-mcp.md), [page](https://verifymcp.io/servers/igorkazazic1989-beleg2datev-mcp/beleg2datev-mcp)

## Channel facts

- Registry: `npm`
- Package: `beleg2datev-mcp`
- Version: `1.0.2`
- 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-09-20.

- **Supply Chain Security**: 80/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known high-severity CVE affects @modelcontextprotocol/sdk 0.6.1, a direct dependency. A fixed version is available.
  - No install/post-install scripts declared.
  - 7 of 14 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 6/100
  - Repository check failed: the declared repository URL returned HTTP 404.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: no license is declared.
  - Actively maintained (last published 13 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 51/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 86 tokens (~86/item across 1 items; 1 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 47/100
  - Stability observed for 14 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 1 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 1 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### How do I install the io.github.igorkazazic1989/beleg2datev-mcp server?

io.github.igorkazazic1989/beleg2datev-mcp runs locally as an npm package, launched with npx -y beleg2datev-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add igorkazazic1989-beleg2datev-mcp -- npx -y beleg2datev-mcp
```

### Cursor

```json
{
  "mcpServers": {
    "igorkazazic1989-beleg2datev-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "beleg2datev-mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "igorkazazic1989-beleg2datev-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "beleg2datev-mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add igorkazazic1989-beleg2datev-mcp -- npx -y beleg2datev-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "igorkazazic1989-beleg2datev-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "beleg2datev-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add igorkazazic1989-beleg2datev-mcp --command npx --arg -y --arg beleg2datev-mcp
```

### Hermes

```yaml
mcp_servers:
  igorkazazic1989-beleg2datev-mcp:
    command: "npx"
    args: ["-y", "beleg2datev-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "igorkazazic1989-beleg2datev-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "beleg2datev-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add igorkazazic1989-beleg2datev-mcp -t stdio -c npx -a -y beleg2datev-mcp
```

### Other

```json
{
  "mcpServers": {
    "igorkazazic1989-beleg2datev-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "beleg2datev-mcp"
      ]
    }
  }
}
```

## 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-09-19 (score 53, +1)

No change was recorded against any check on this day. Stability & Change Management went from 40 to 43. That category is still filling its 30-day observation window: 12 days of observed history at the previous scan, 13 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-17 (score 52, +1)

No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-15 (score 51, +1)

No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-14 (score 50, +3)

- [functional improvement] Stability: unverified → 0.27

### 2026-09-12 (score 47, 0)

- [security] Source repository: Repository check failed: the declared repository URL returned HTTP 404.
- [functional regression] Security disclosure: fail → unverified

### 2026-09-07 (score 47, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-09-06 (score 32)

First indexed and scored.

## MCP tools (1)

### `parse_german_swedish_invoice` (~86 tokens)

Parse German Rechnung or Swedish faktura/kvitto (BAUHAUS, OBI, IKEA, Hornbach) into DATEV, Fortnox, Visma JSON. Live demo: https://beleg2datev.com

Input parameters:

- `file_base64` (string)
- `file_name` (string)
- `file_url` (string)

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/igorkazazic1989-beleg2datev-mcp/beleg2datev-mcp#diagnostics

## Score history

- 2026-09-20: 53
- 2026-09-19: 53
- 2026-09-18: 52
- 2026-09-17: 52
- 2026-09-16: 51
- 2026-09-15: 51
- 2026-09-14: 50
- 2026-09-13: 47
- 2026-09-12: 47
- 2026-09-11: 47
- 2026-09-10: 47
- 2026-09-09: 47
- 2026-09-08: 47
- 2026-09-07: 47
- 2026-09-06: 32

## Common questions

### What is the io.github.igorkazazic1989/beleg2datev-mcp server?

io.github.igorkazazic1989/beleg2datev-mcp is listed in the public MCP registry as io.github.igorkazazic1989/beleg2datev-mcp. DATEV & Fortnox export for German invoices - Bauhaus, OBI, receipts to DATEV CSV. This page covers its npm package (beleg2datev-mcp).

### Is the io.github.igorkazazic1989/beleg2datev-mcp server safe to use?

io.github.igorkazazic1989/beleg2datev-mcp scores 53 out of 100 on VerifyMCP. We recorded 1 known advisory against 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 io.github.igorkazazic1989/beleg2datev-mcp server expose?

io.github.igorkazazic1989/beleg2datev-mcp exposes 1 tool: parse_german_swedish_invoice. Their descriptions and schemas cost roughly 86 tokens of context every time the server is loaded.

### Is the io.github.igorkazazic1989/beleg2datev-mcp server still maintained?

io.github.igorkazazic1989/beleg2datev-mcp 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.

## Links

- npm package: https://www.npmjs.com/package/beleg2datev-mcp
- Socket report: https://socket.dev/npm/package/beleg2datev-mcp
- Changelog RSS feed: https://verifymcp.io/servers/igorkazazic1989-beleg2datev-mcp/beleg2datev-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/igorkazazic1989-beleg2datev-mcp/beleg2datev-mcp.json
- HTML version of this page: https://verifymcp.io/servers/igorkazazic1989-beleg2datev-mcp/beleg2datev-mcp
