BailingHub MCP Server
BailingHub for DeepSeek Harness
简体中文 | English
DeepSeek Harness에서 BailingHub에 이미 연결된 비즈니스 경로에 대해 관리형 작업을 실행하고, 동일한 작업을 추적하며 사용 가능한 결과를 읽을 수 있습니다. 각 비즈니스 백엔드에 내장된 채팅 페이지를 열지 않고도 자신의 컴퓨터에서 Harness Web UI를 통해 이 작업을 수행할 수 있습니다.
이것은 독립적인 커뮤니티 통합입니다. DeepSeek이 개발, 인증, 보증 또는 추천하지 않습니다.
제공 기능
설치 후 DeepSeek Harness는 세 가지 기본 도구를 발견합니다:
Harness 도구 | 기능 |
| 안정적인 요청 ID와 함께 작업 텍스트 제출 |
| 한 작업의 현재 상태 및 공개 결과 읽기 |
| 재제출 없이 동일한 작업을 잠시 대기 |
BailingHub는 모델과 비즈니스 시스템 간의 제어 평면(control plane) 역할을 유지합니다. URL, 클라이언트 토큰 및 경로는 운영자 구성이며, 모델 인수가 아닙니다. 모델은 이러한 도구를 통해 다른 경로로 전환하거나 관리자, 실행자, 승인자 또는 비즈니스 시스템 자격 증명을 제공할 수 없습니다.
Related MCP server: delega-mcp
설치
필수 조건:
Node.js
22.19.0+또는24+;pnpm및@deepseek-ai/dsh@0.1.0-rc.7;접근 가능한 BailingHub 배포;
이 Harness 프로필이 사용할 경로로 제한된 하나의 BailingHub 클라이언트 토큰.
npm install --global pnpm @deepseek-ai/dsh@0.1.0-rc.7
dsh plugin --profile web add dsh-bailinghub@0.1.1Harness를 시작하는 프로세스를 구성합니다:
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을 호출합니다.대기 시간 초과는 작업 실패가 아닙니다. 대체 요청을 제출하지 마십시오.
ID 및 권한 경계
로컬 Harness UI를 사용하면 비즈니스 백엔드의 내장 채팅 UI를 열 필요가 없어집니다. 그러나 Harness 로그인 또는 로컬 사용자를 신뢰할 수 있는 비즈니스 ID로 전환하지는 않습니다. 현재 0.1.x 번들은 의도적으로 도구 입력으로 행위 주체(acting subject)를 받아들이지 않습니다. 경로 또는 다운스트림 비즈니스 시스템은 여전히 신뢰할 수 있는 ID를 확인하고 최종 권한 부여를 수행해야 합니다. 선택한 작업이 구성된 경로가 설정할 수 없는 ID를 필요로 하는 경우, 해당 작업은 사용 불가능하거나 거부되어야 합니다.
이 번들은 세 가지 BailingHub 도구를 통해 제출된 작업만 관리합니다. DeepSeek Harness에 설치된 다른 모든 도구를 가로채거나 관리하지 않습니다.
공급망 참고
이 번들에는 사용자 정의 런타임 JavaScript, 프로덕션 종속성 또는 설치 스크립트가 포함되어 있지 않습니다. Harness가 번들을 시작하면 내장된 MCP 클라이언트가 에이전트 샌드박스 외부에서 고정된 명령 npx -y --package=bailinghub-mcp-server@0.1.1 bailinghub-mcp-server를 실행합니다. 첫 번째 시작 시 npm 네트워크 접근이 필요할 수 있습니다. 민감한 환경에서 사용하기 전에 패키지를 검토하고 고정하십시오. 프로덕션 이미지는 정확한 버전을 미리 캐시할 수 있습니다.
비루프백 HTTP는 MCP 서버에서 기본적으로 거부됩니다. 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