1. list-forms
List all available review forms.
2. get-form-schema
Get the schema to use when requesting a human review for a given form.
3. request-human-review-with-form
Request a human review that will appear in your gotoHuman inbox.
gotoHuman MCP Server enables human approvals in AI agent workflows with a managed async human-in-the-loop system featuring customizable UI, built-in auth, webhooks, notifications, and team collaboration.
{
"mcpServers": {
"gotoHuman": {
"command": "npx",
"args": ["-y", "@gotohuman/mcp-server"],
"env": {
"GOTOHUMAN_API_KEY": "your-api-key"
}
}
}
}