Back to Browse

SignalEDI MCP Server

Developer ToolsModerate7.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

EDI parse, validate, send, inspect, and QuickBooks tools for MCP clients.

About

EDI parse, validate, send, inspect, and QuickBooks tools for MCP clients.

Security Report

7.2
Moderate7.2Low Risk

SignalEDI MCP server is a well-designed adapter for X12 EDI processing with clean architecture and appropriate security controls. Authentication is optional (demo mode) but properly gated for sensitive operations via confirmation flags and idempotency keys. Code quality is high with proper error handling and input validation. Permissions align well with the server's purpose of EDI document handling and QuickBooks integration. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

4 files analyzed · 7 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.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

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

process_spawn

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

What You'll Need

Set these up before or after installing:

Workspace API key with the platform scope. Optional for demo mode; create one at https://signaledi.com/console/keys for send, transactions, and QuickBooks tools.Required

Environment variable: SIGNALEDI_API_KEY

Override the API base URL. Defaults to https://signaledi.com; point at a preview deployment or custom domain when needed.Optional

Environment variable: SIGNALEDI_BASE_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-signaledi-mcp-server": {
      "env": {
        "SIGNALEDI_API_KEY": "your-signaledi-api-key-here",
        "SIGNALEDI_BASE_URL": "your-signaledi-base-url-here"
      },
      "args": [
        "-y",
        "@signaledi/mcp-server"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!