Catalog
SignalEDI
Officialby SignalEDI
EDI parse, validate, send & inspect (X12/EDIFACT) from any MCP client. Demo without API key.
EDI parse, validate, send & inspect (X12/EDIFACT) from any MCP client. Demo without API key.
README not available yet.
Install
Configuration
Environment variables
SIGNALEDI_API_KEYsecretWorkspace API key with the 'platform' scope (sk_live_…). Optional for demo mode; create one at https://signaledi.com/console/keys for send, transactions, and QuickBooks tools.
SIGNALEDI_BASE_URLdefault https://signaledi.comOverride the API base URL. Defaults to https://signaledi.com; point at a preview deployment or custom domain when needed.
claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@signaledi/mcp-server@0.3.1"
],
"env": {
"SIGNALEDI_API_KEY": "<YOUR_SIGNALEDI_API_KEY>",
"SIGNALEDI_BASE_URL": "https://signaledi.com"
}
}
}
}