mcpbeat Sign in

BailingHub for Business Operations MCP Server

by bailinghub Your server? Claim it
local only

BailingHub for Business Operations runs on your own machine — the client starts it, so there is no endpoint to ping. 555 installs a week from npm. Last commit 16 Sep 2026.

Let AI agents query and operate business systems with authorization, approval and audit trails.

Installs per day peak 142 · avg 12 · +41% w/w
a month agotoday
555
Installs / week
npm · bailinghub-mcp-server
0
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

      const child = spawn(executable, args, {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 bailinghub-governance -- npx -y bailinghub-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bailinghub-governance": {
      "args": [
        "-y",
        "bailinghub-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.bailinghub-governance]
command = "npx"
args = ["-y", "bailinghub-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "bailinghub-governance": {
      "args": [
        "-y",
        "bailinghub-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "bailinghub-governance": {
      "args": [
        "-y",
        "bailinghub-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: BAILINGHUB_BASE_URL (Absolute URL of the self-hosted BailingHub deployment.), BAILINGHUB_CLIENT_TOKEN (Dedicated BailingHub Client Token restricted to the configured route.), BAILINGHUB_ROUTE (One allowlisted BailingHub route fixed by the operator for this server process.), BAILINGHUB_ALLOW_INSECURE_HTTP (Optional explicit override for operator-controlled private HTTP networks.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to BailingHub for Business Operations

same job, measured the same way
Delego
by delego-dev

Intent-bound action authorization for AI agents: policy, human approval, and a signed audit trail.

202 installs/wk local only
MCP Gateway
by titus-civic

Identity, authorization, audit trails, and revocable permissions for AI agents accessing MCP tools.

answering
MiniURL
by addychang

OAuth 2.1 short-link tools for AI agents with scoped tokens, approvals, audit logs, and revocation.

24 tools answering
s-gw
by sgateway

Keep credentials out of AI coding agents with local approvals, scoped injection, and audit trails.

126 installs/wk local only
Grantex
by mishrasanjeev

OAuth 2.0 for AI agents — scoped delegation tokens, audit trails, and revocation.

97 installs/wk local only
TrigGuard
by trigguard-ai

Deterministic execution authorization for AI agents and automated systems.

24 installs/wk local only
SpendShield
by felixpg13-glitch

Authorization layer between AI agents and money: ALLOW/APPROVAL/DENY, budgets, audit.

2 961 installs/wk local only
AdvocateMCP
by advocatemcp

MCP layer for local businesses: discover, query, book, and transact with verified SMB AI agents.

15 tools answering

BailingHub for Business Operations — questions

Answers built from our own checks of this server.

Why is there no uptime for BailingHub for Business Operations?
BailingHub for Business Operations 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 bailinghub-mcp-server was installed 555 times last week.
How do I connect BailingHub for Business Operations?
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 bailinghub-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use BailingHub for Business Operations?
The npm package bailinghub-mcp-server was installed 555 times in the last week. Week over week that is +41%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is BailingHub for Business Operations open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.