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.
We read the source, 21 h ago · rules 3dff92dd89df
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.
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.
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.
claude mcp add bailinghub-governance -- npx -y bailinghub-mcp-server
{
"mcpServers": {
"bailinghub-governance": {
"args": [
"-y",
"bailinghub-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.bailinghub-governance]
command = "npx"
args = ["-y", "bailinghub-mcp-server"]
{
"mcpServers": {
"bailinghub-governance": {
"args": [
"-y",
"bailinghub-mcp-server"
],
"command": "npx"
}
}
}
{
"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.
Intent-bound action authorization for AI agents: policy, human approval, and a signed audit trail.
Identity, authorization, audit trails, and revocable permissions for AI agents accessing MCP tools.
OAuth 2.1 short-link tools for AI agents with scoped tokens, approvals, audit logs, and revocation.
Keep credentials out of AI coding agents with local approvals, scoped injection, and audit trails.
OAuth 2.0 for AI agents — scoped delegation tokens, audit trails, and revocation.
Deterministic execution authorization for AI agents and automated systems.
Authorization layer between AI agents and money: ALLOW/APPROVAL/DENY, budgets, audit.
MCP layer for local businesses: discover, query, book, and transact with verified SMB AI agents.
Answers built from our own checks of this server.