gotoHuman MCP 服务器
gotoHuman 可以轻松地将人工批准添加到 AI 代理和代理工作流程中。
具有可定制批准 UI 的完全管理的异步人机循环工作流程。
享受内置身份验证、webhook、通知、团队功能和不断发展的训练数据集。
使用我们的 MCP 服务器通过 MCP 从您的 AI 工作流请求人工批准,或将其添加到您的 IDE 以帮助集成。
安装
与 Cursor / Claude / Windsurf 一起使用
获取您的 API 密钥并在app.gotohuman.com设置审批步骤
演示
这是左侧的光标,但它可能是对批准 webhook 做出反应的后台代理。
https://github.com/user-attachments/assets/380a4223-ea77-4e24-90a5-52669b77f56f
工具
list-forms
列出所有可用的审查表格。
- 返回您帐户中所有可用表单的列表,包括有关添加字段的高级信息
get-form-schema
获取请求对给定表单进行人工审核时使用的模式。
- 参数
formId
:用于获取架构的表单 ID
- 返回模式,考虑包含的字段及其配置
request-human-review-with-form
申请人工审核。邮件将出现在您的 gotoHuman 收件箱中。
- 参数
formId
:评论的表单 IDfieldData
:表单字段的内容(AI 输出以进行审查、上下文……)和配置。
需要使用get-form-schema
获取此模式metadata
:表单提交后,将包含在 webhook 响应中的可选附加数据assignToUsers
评论的用户电子邮件的可选列表
- 返回gotoHuman 中评论的链接
发展
在 MCP 客户端本地运行(例如 Cursor / Claude / Windsurf)
[!NOTE] 对于 Windows,
args
路径需要为C:\\<absolute-path>\\build\\index.js
Related MCP Servers
- AsecurityFlicenseAqualityEnables interaction with the Loxo recruitment platform API, facilitating tasks such as candidate and job management, activity logging, and call queue management through AI assistants.Last updated -12JavaScript
- -securityFlicense-qualityEnables AI agent and task management using the CrewAI framework, allowing users to create and run agents and tasks in an automated workflow environment.Last updated -03JavaScript
- -securityFlicense-qualityProvides browser automation capabilities through an API endpoint that interprets natural language commands to perform web tasks using OpenAI's GPT models.Last updated -Python
- AsecurityFlicenseAqualityAn intelligent middleware that determines when human intervention is necessary in AI agent operations using a sequential scoring system that evaluates multiple dimensions of a request.Last updated -16TypeScript