Fintom8 E Invoice Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Fintom8 E Invoice Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
The official Model Context Protocol (MCP) server for Fintom8.
This server acts as an intelligent bridge to the AI-driven Fintom8 E-Invoice Platform. It enables autonomous agents to validate, audit, and correct e-invoices against the latest European standards (EN16931) and Peppol regulations.
The easiest way to use the server is to install it via pip:
pip install e-invoice-mcpOnce installed, you can start the server with:
e-invoice-mcpTo use these tools in Claude, add the following to your configuration file: File: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"fintom8": {
"command": "e-invoice-mcp"
}
}
}convert_invoiceGenerate compliant e-invoices from any format, including PDF, XML, JSON, and CSV.
file_path (path).validate_invoice (Basic Validation)Validates UBL/Peppol XML invoices against compliance rules.
xml_content (string) or xml_path (path).validate_invoice_v2 (Advanced Validation)Deep validation with optional AI explanations.
xml_content (string) or xml_path (path).correct_invoice_xmlAI-powered correction of invalid XML invoices.
xml_content (string) or xml_path (path).This server acts as a thin client proxy. Data is processed on secure Fintom8 production servers and is not used for AI model training.
License: MIT Website: fintom8.com
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.