This repository provides an MCP server enabling AI agents to request human reviews via gotoHuman, facilitating content review, action approval, and input gathering through an async webhook workflow.
Let your AI agents ask for human reviews in gotoHuman via MCP. Review AI-generated content, approve critical actions, or provide input. An async webhook-based workflow for autonomous agents and AI automations.
This demo shows Cursor on the left, but this could be a background agent reacting to the approval webhook to add an item to your list of newsletter ideas.
list-forms
: Lists all available review forms with high-level information about the added fields.get-form-schema
: Retrieves the schema for a specific form using its formId
. Returns the schema, including fields and their configurations.request-human-review-with-form
: Requests a human review. Requires formId
, fieldData
(content and configuration fetched using get-form-schema
), optional metadata
for the webhook response, and an optional list of assignToUsers
emails. Returns a link to the review in gotoHuman.{
"mcpServers": {
"gotoHuman": {
"command": "node",
"args": ["/<absolute-path>/build/index.js"],
"env": {
"GOTOHUMAN_API_KEY": "your-api-key"
}
}
}
}
[!NOTE]
For Windows, theargs
path needs to beC:\\<absolute-path>\\build\\index.js
gotohuman/gotohuman-mcp-server
March 21, 2025
March 27, 2025
TypeScript