Fintom8 E-Invoice MCP Server
Enables autonomous agents to validate, audit, and correct e-invoices against European standards (EN16931) and Peppol regulations.
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.