mcpbeat Sign in

SignalEDI MCP Server

by signaledi Your server? Claim it
local only

SignalEDI runs on your own machine — the client starts it, so there is no endpoint to ping. 29 installs a week from npm.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 35 · avg 8 · +38% w/w
a month agotoday
29
Installs / week
npm · @signaledi/mcp-server
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-server -- npx -y @signaledi/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@signaledi/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@signaledi/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@signaledi/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@signaledi/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SIGNALEDI_API_KEY (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.), SIGNALEDI_BASE_URL (Override the API base URL. Defaults to https://signaledi.com; point at a preview deployment or custom domain when needed.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to SignalEDI

same job, measured the same way
Formasty
by formasty

Create, edit, validate, publish, and inspect Formasty forms and quizzes over authenticated MCP.

answering
Wireforge
by hanmahong5-arch

Read-only MCP tools for ISO 8583 and SWIFT MT/MX: parse, validate, diff, SR2026 address checks.

local only
Jobber MCP Server
by friendlygeorge

MCP server for Jobber (home services SaaS) — exposes tools for clients, jobs, invoices, and quote...

33 installs/wk local only
Openapi Sync MCP
by akintomiwa-fisayo

Type-safe MCP server for OpenAPI Sync to inspect, validate, and synchronize OpenAPI specs.

local only
Musicwire MCP
by thatdudealso

Paid MusicXML validation, rendering, and automated QC for MCP clients.

39 installs/wk local only
I
Tiled MCP
by fablenator

Inspect, validate and surgically edit Tiled map files (.tmx/.tmj) — byte-preserving, 12 tools.

40 installs/wk local only
Intenttext MCP
by intenttext

Parse, validate, query, and render IntentText (.it) documents for AI agents

47 installs/wk local only
Shotcut MCP
by matrodrigs

Create, edit, validate, preview, and render Shotcut projects through AI clients.

local only

SignalEDI — questions

Answers built from our own checks of this server.

Why is there no uptime for SignalEDI?
SignalEDI runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @signaledi/mcp-server was installed 29 times last week.
Is SignalEDI still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect SignalEDI?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @signaledi/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use SignalEDI?
The npm package @signaledi/mcp-server was installed 29 times in the last week. Week over week that is +38%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.