Back to Browse

Edi Bridge MCP Server

Developer ToolsUse Caution3.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

EDI X12 / EDIFACT B2B bridge — parse, validate, map, govern (Peppol/ViDA).

About

EDI X12 / EDIFACT B2B bridge — parse, validate, map, govern (Peppol/ViDA).

Security Report

3.2
Use Caution3.2High Risk

The EDI Bridge MCP server implements core functionality for parsing and validating supply-chain EDI messages with reasonable input handling. However, a critical vulnerability exists: the SIGIL audit logging system writes user-controlled EDI message bodies directly to a file without sanitization, creating a log injection and potential information disclosure risk. Additionally, the server lacks authentication mechanisms despite handling sensitive B2B transaction data (invoices, purchase orders, shipping notices), and environment variable usage for log file paths could enable path traversal attacks. Supply chain analysis found 6 known vulnerabilities in dependencies (0 critical, 5 high severity). Package verification found 1 issue.

5 files analyzed · 14 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

env_vars

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-csoai-org-edi-bridge-mcp": {
      "args": [
        "edi-bridge-mcp"
      ],
      "command": "uvx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

edi-bridge-mcp

mcp-name: io.github.CSOAI-ORG/edi-bridge-mcp

Part of the CSOAI Layer-0 legacy-bridge family. Bridge EDI X12 / EDIFACT B2B supply-chain messages to ONE OS — parse, validate, map, govern (Peppol/ViDA/SOX).

Tools: parse_edi · validate_edi · map_to_modern · govern_edi

pip install -e .
python server.py

Reviews

No reviews yet

Be the first to review this server!