BailingHub MCP Server
BailingHub for DeepSeek Harness
简体中文 | English
对已连接到 BailingHub 的业务路由,运行 DeepSeek Harness 的受管任务,然后跟踪同一作业并读取其可用结果。您可以在自己的计算机上通过 Harness 的 Web UI 完成此操作,无需在每个业务后端中打开嵌入式聊天页面。
这是一个独立的社区集成。它未经 DeepSeek 开发、认证、认可或推荐。
您将获得什么
安装后,DeepSeek Harness 会发现三个原生工具:
Harness 工具 | 功能说明 |
| 使用稳定的请求 ID 提交任务文本 |
| 读取某个作业的当前状态和公开结果 |
| 短暂等待同一作业,但不会重新提交 |
BailingHub 仍是模型与业务系统之间的控制面。URL、客户端令牌和路由由操作员配置,并非模型参数。模型无法通过这些工具切换到其他路由,也无法提供管理员、执行者、审批或业务系统凭据。
Related MCP server: delega-mcp
安装
前提条件:
Node.js
22.19.0+或24+;pnpm和@deepseek-ai/dsh@0.1.0-rc.7;一个可访问的 BailingHub 部署;
一个 BailingHub 客户端令牌,限制为您希望此 Harness 配置文件使用的路由。
npm install --global pnpm @deepseek-ai/dsh@0.1.0-rc.7
dsh plugin --profile web add dsh-bailinghub@0.1.1配置启动 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'然后验证组合的配置文件并启动本地 Web UI:
dsh --profile web --dump-config
dsh web默认的 Web UI 位于您的本地计算机上。要求 Harness 通过 BailingHub 提交一个任务,保留返回的 job_id,并等待或查询同一作业。
首次尝试时,请使用您配置路由支持的任务,并明确说明:使用稳定的 request_id 提交一次,保留返回的 job_id,如果有限等待超时则查询同一作业。
正确的任务流程
为一次业务请求生成一个稳定的
request_id。调用一次
mcp__bailinghub__submit_governed_job。保留其
job_id。调用
wait_for_governed_job,或稍后调用get_governed_job。等待超时并不表示任务失败。不要提交替换请求。
身份与权限边界
使用本地 Harness UI 消除了打开业务后端嵌入式聊天 UI 的需求,但并未将 Harness 登录或本地用户视为受信任的业务身份。当前 0.1.x 包特意不接受作为工具输入的代理主体。路由或下游业务系统仍必须解析受信任身份并执行最终授权。如果所选操作需要配置路径无法建立的身份,则该操作应保持不可用或被拒绝。
此包仅管理通过其三个 BailingHub 工具提交的任务。它不会拦截或管理 DeepSeek Harness 中安装的其他所有工具。
供应链说明
此包不包含自定义运行时 JavaScript、生产依赖项或安装脚本。当 Harness 启动该包时,其内置的 MCP 客户端会在代理沙箱之外运行固定的命令 npx -y --package=bailinghub-mcp-server@0.1.1 bailinghub-mcp-server。首次启动可能需要 npm 网络访问。在敏感环境中使用前,请审查并固定该包;生产环境中可能会预缓存确切版本。
默认情况下,MCP 服务器拒绝非回环 HTTP。仅当在受控私有网络(TLS 在另一个可信边界终止)上,才设置 BAILINGHUB_ALLOW_INSECURE_HTTP=true。
兼容性与反馈
首个版本已针对 DeepSeek Harness 0.1.0-rc.7、bailinghub-mcp-server@0.1.1 和 BailingHub 客户端 API v1 进行了验证。Harness 仍是开发者预览版,因此每次 Harness 发布都需要进行兼容性冒烟测试。
问题请通过 GitHub Issues 报告。切勿包含令牌、私有部署 URL、个人信息或生产业务负载。
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