1. Conduid
  2. Developer Tools
  3. Fintom8 E Invoice MCP Server
MCP server · Developer Tools

Fintom8 E Invoice MCP Server

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

Unclaimed MIT last commit 6 months ago devtools
55Fair

Scored 4 months ago · breakdown

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

Install
npx fintom8-e-invoice-mcp-server

This 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

I know everything about Fintom8 E Invoice MCP Server. Ask me about installation, configuration, usage, or troubleshooting.

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)

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

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Fintom8 E Invoice MCP Server

How do I install Fintom8 E Invoice MCP Server?

Run npx fintom8-e-invoice-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Fintom8 E Invoice MCP Server safe to use with an AI agent?

Its trust score is 55 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Fintom8 E Invoice MCP Server still maintained?

The last commit was 6 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.