eCommerce
finisma.de
Provides functionality to verify and create ZUGFeRD electronic invoices, and generate upload links for them.
ENDPOINT 1
https://finisma.de/api/mcp
MCP server metadata
- Name
- finisma
- Version
- 1.0.0
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_zugferdPrüft eine ZUGFeRD-/Factur-X-PDF: Struktur, EN-16931-Regeln, PDF/A-3-Anhänge.
Inferred read-onlycreate_zugferdErzeugt eine ZUGFeRD-PDF aus visueller PDF und strukturierten EN-16931-Daten (kein LLM).
Inferred read-onlyrequest_upload_linkErzeugt einen kurzlebigen Upload-Link für eine PDF-Rechnung.
Potential side effectsCONNECT 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.
finisma.de is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.