Command Palette

Search for a command to run...

UnylyUnyly
Browse all

E Invoice

FreeNot checked

MCP Server for Fintom8 E-Invoicing services (Conversion, Validation, Correction)

GitHubEmbed

About

MCP Server for Fintom8 E-Invoicing services (Conversion, Validation, Correction)

README

PyPI version MCP Certified Peppol Ready

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) or xml_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) or xml_path (path).
  • Output: Detailed compliance report.

4. correct_invoice_xml

AI-powered correction of invalid XML invoices.

  • Args: xml_content (string) or xml_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

from github.com/NikolaienkoIgor/Fintom8-E-invoice-MCP-server

Installing E Invoice

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/NikolaienkoIgor/Fintom8-E-invoice-MCP-server

FAQ

Is E Invoice MCP free?

Yes, E Invoice MCP is free — one-click install via Unyly at no cost.

Does E Invoice need an API key?

No, E Invoice runs without API keys or environment variables.

Is E Invoice hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install E Invoice in Claude Desktop, Claude Code or Cursor?

Open E Invoice on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare E Invoice with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All finance MCPs