# beleg2datev-mcp [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/igorkazazic1989/beleg2datev-mcp-  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/beleg2datev-mcp

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

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "beleg2datev-mcp": {
    "url": "https://beleg2datev.com"
  }
}
```

## Documentation & README

# beleg2datev MCP Server

MCP server for **EU Invoice Parser - German Rechnung & Swedish Faktura AI OCR**
Live demo: https://beleg2datev.com

Turns BAUHAUS, OBI, IKEA, Hornbach receipts into DATEV, Fortnox, Visma JSON.

Extracts: supplier_name, org_nr, ust_idnr, netto, brutto, mwst/moms 19%/7%/25%/6%/12%, IBAN, BIC.

## Install (Claude Desktop)
```json
{
  "mcpServers": {
    "beleg2datev": {
      "command": "node",
      "args": ["/path/to/dist/index.js"],
      "env": {
        "RAPIDAPI_KEY": "YOUR_KEY"
      }
    }
  }
}
```

## Smithery
Connect this GitHub repo at smithery.ai

## Composio
Import MCP repo as custom tool

