About Fintom8 E Invoice MCP Server
Fintom8 E Invoice MCP Server is an MCP server published by NikolaienkoIgor in the Developer Tools category: mCP Server for Fintom8 E-Invoicing services (Conversion, Validation, Correction). It has been installed 0 times through Conduid.
The repository has 1 stars and 0 forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.
Install
npx fintom8-e-invoice-mcp-serverThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Fintom8 E Invoice MCP Server
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.
README
Fintom8 E-Invoicing Agent (MCP)
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.
🚀 Features
- Any-to-Any E-Invoice Conversion: Generate compliant e-invoices from any format, including PDF, XML, JSON, and CSV.
- Automated Validation: Instant checks against EN16931 and Peppol rules.
- AI-Powered Correction: Automatically fix errors in XML files to ensure seamless integration.
🛠️ Installation
The easiest way to use the server is to install it via pip:
pip install e-invoice-mcp
Run the Server
Once installed, you can start the server with:
e-invoice-mcp
🔑 AI Client Configuration
Claude Desktop (Action required)
To 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"
}
}
}
📦 Included Tools
1. convert_invoice
Generate compliant e-invoices from any format, including PDF, XML, JSON, and CSV.
- Args:
file_path(path). - Output: UBL XML.
2. validate_invoice (Basic Validation)
Validates UBL/Peppol XML invoices against compliance rules.
- Args:
xml_content(string) orxml_path(path). - Output: Simple JSON report (is_valid, errors).
3. validate_invoice_v2 (Advanced Validation)
Deep validation with optional AI explanations.
- Args:
xml_content(string) orxml_path(path). - Output: Detailed compliance report.
4. correct_invoice_xml
AI-powered correction of invalid XML invoices.
- Args:
xml_content(string) orxml_path(path). - Output: Fixed XML content.
� Privacy & Security
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
README mirrored from the source repository 4 months ago. The original is authoritative.