← Registry

eCommerce

finisma.de

Provides functionality to verify and create ZUGFeRD electronic invoices, and generate upload links for them.

1 endpoint3 known toolsFirst detected August 2, 2026Last detected August 2, 2026

ENDPOINT 1

https://finisma.de/api/mcp

No auth detected

MCP server metadata

Name
finisma
Version
1.0.0
Capabilities
tools
Server instructions

finisma erzeugt und prüft elektronische Rechnungen (ZUGFeRD/Factur-X, EN 16931). verify_zugferd ist kostenlos nutzbar. create_zugferd erfordert einen API-Key eines Kontos mit aktivem Abo (Authorization: Bearer fnsm_…); Keys werden unter https://finisma.de/konto erstellt. PDF-Dateien können direkt Base64-kodiert übergeben werden (pdf_base64). Chat-Clients, die eine angehängte Datei nicht zuverlässig als Base64 an ein Tool übergeben können, rufen zuerst request_upload_link auf und nutzen die zurückgegebene upload_id stattdessen. Die fertige ZUGFeRD-Rechnung kommt bei diesem Kanal als Download-Link statt als Base64-Blob zurück.

Known tools 3

verify_zugferd

Prüft eine ZUGFeRD-/Factur-X-PDF: Struktur, EN-16931-Regeln, PDF/A-3-Anhänge.

Inferred read-only
create_zugferd

Erzeugt eine ZUGFeRD-PDF aus visueller PDF und strukturierten EN-16931-Daten (kein LLM).

Inferred read-only
request_upload_link

Erzeugt einen kurzlebigen Upload-Link für eine PDF-Rechnung.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.finisma]
url = "https://finisma.de/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "finisma": {
      "type": "http",
      "url": "https://finisma.de/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: finisma
Remote MCP URL: https://finisma.de/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "finisma": {
      "url": "https://finisma.de/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "finisma": {
      "type": "http",
      "url": "https://finisma.de/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "finisma",
  "transport": "streamable-http",
  "url": "https://finisma.de/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for finisma.de was fetched 2026-08-23T15:12:56.372Z.

Trust status Neutral

finisma.de is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.