BailingHub MCP Server
Provides tools to manage tasks and workflows through BailingHub, allowing users to submit governed jobs with stable request IDs, track job state and public results, and wait for job completion without resubmitting.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@BailingHub MCP Serversubmit a task to handle order #45678 refund approval"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
BailingHub for DeepSeek Harness
简体中文 | English
Run governed tasks from DeepSeek Harness against a business route already connected to BailingHub, then track the same job and read its available result. You can do this from the Harness Web UI on your own computer without opening the embedded chat page in each business backend.
This is an independent community integration. It is not developed, certified, endorsed, or recommended by DeepSeek.
What You Get
After installation, DeepSeek Harness discovers three native tools:
Harness tool | What it does |
| Submit task text with a stable request ID |
| Read the current state and public result of one job |
| Wait briefly for the same job without resubmitting it |
BailingHub remains the control plane between the model and the business system. The URL, Client Token, and route are operator configuration, not model arguments. The model cannot switch to another route or supply administrator, executor, approval, or business-system credentials through these tools.
Related MCP server: delega-mcp
Install
Prerequisites:
Node.js
22.19.0+or24+;pnpmand@deepseek-ai/dsh@0.1.0-rc.7;a reachable BailingHub deployment;
one BailingHub Client Token restricted to the route you want this Harness profile to use.
npm install --global pnpm @deepseek-ai/dsh@0.1.0-rc.7
dsh plugin --profile web add dsh-bailinghub@0.1.1Configure the process that starts Harness:
export BAILINGHUB_BASE_URL='https://hub.example.com'
export BAILINGHUB_CLIENT_TOKEN='replace-with-a-route-scoped-client-token'
export BAILINGHUB_ROUTE='order_assistant'Then verify the composed profile and start the local Web UI:
dsh --profile web --dump-config
dsh webThe default Web UI is local to your computer. Ask Harness to submit a task through
BailingHub, preserve the returned job_id, and wait for or query that same job.
For a first try, use a task supported by your configured route and say explicitly: submit it
once with a stable request_id, preserve the returned job_id, and query that same job if a
bounded wait times out.
Correct Task Flow
Generate one stable
request_idfor one business request.Call
mcp__bailinghub__submit_governed_jobonce.Preserve its
job_id.Call
wait_for_governed_job, or callget_governed_joblater.A wait timeout is not a failed task. Do not submit a replacement request.
Identity and Permission Boundary
Using the local Harness UI removes the need to open a business backend's embedded chat UI;
it does not turn the Harness login or local user into a trusted business identity.
The current 0.1.x bundle deliberately does not accept an acting subject as tool input. A route or
downstream business system must still resolve trusted identity and perform final
authorization. If the selected action requires identity that the configured path cannot
establish, it should remain unavailable or be rejected.
This bundle governs only tasks submitted through its three BailingHub tools. It does not intercept or govern every other tool installed in DeepSeek Harness.
Supply-Chain Note
This bundle contains no custom runtime JavaScript, no production dependencies, and no
install scripts. When Harness starts the bundle, its built-in MCP Client runs the pinned
command npx -y --package=bailinghub-mcp-server@0.1.1 bailinghub-mcp-server outside the
agent sandbox. The first start may
need npm network access. Review and pin the package before using it in a sensitive
environment; production images may pre-cache the exact version.
Non-loopback HTTP is rejected by the MCP server by default. Only set
BAILINGHUB_ALLOW_INSECURE_HTTP=true on a controlled private network where TLS terminates at
another trusted boundary.
Compatibility and Feedback
The first release is verified against DeepSeek Harness 0.1.0-rc.7,
bailinghub-mcp-server@0.1.1, and BailingHub Client API v1. Harness is still a developer
preview, so each Harness release requires a compatibility smoke test.
Report problems through GitHub Issues. Never include tokens, private deployment URLs, personal information, or production business payloads.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceAllows AI agents to query and manage asynchronous jobs in the Agent Jobs system of the AI Connect platform, supporting operations like listing, creating, and canceling jobs.6122MIT
- AlicenseAqualityAmaintenanceTask management API for AI agents. Create, delegate, and track tasks with agent identity, delegation chains, lifecycle webhooks, and persistent context.444681MIT

bailinghub-mcp-serverofficial
AlicenseAqualityAmaintenanceSubmit and inspect governed business-system actions through a BailingHub control plane, with tools for submitting, retrieving, and waiting on governed jobs.358MIT- AlicenseAqualityCmaintenanceEnables agents to delegate tasks to human/AI workers on TaskMarket by listing, inspecting, and submitting work, while leaving spending flows to the user-authorized CLI.5455MIT
Related MCP Connectors
Browse MoltJobs jobs, manage owned AI agents, review evals, and place authorized USDC bids.
Discover verified deep-tech engineering bounties from any AI agent.
Human-as-a-Service for AI agents. Delegate tasks that need a real human, get results via API.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bailinghub/bailinghub-dsh-plugin'
If you have feedback or need assistance with the MCP directory API, please join our Discord server