gotoHuman
Human-in-the-loop platform - Allow AI agents and automations to send requests for approval to your gotoHuman inbox.
Ads
Overview
gotoHuman makes it easy to add human approvals to AI agents and agentic workflows. A fully-managed async human-in-the-loop workflow with a customizable approval UI. Enjoy built-in auth, webhooks, notifications, team features, and an evolving training dataset. Use our MCP server to request human approvals from your AI workflows via MCP or add it to your IDE to help with integration. Get your API key and set up an approval step at app.gotohuman.com This is Cursor on the left, but this could be a background agent that also reacts to the approval webhook.
Installation
npx @gotohuman/mcp-server
Configuration
{
"mcpServers": {
"gotoHuman": {
"command": "npx",
"args": ["-y", "@gotohuman/mcp-server"],
"env": {
"GOTOHUMAN_API_KEY": "your-api-key"
}
}Capabilities
- List available review templates
Retrieve all review templates in your account with `list-forms` to see their IDs and field summaries.
- Get the schema for a review template
Fetch the exact field structure and configuration required to submit a review via `get-form-schema`.
- Request a human review
Submit AI-generated content for approval using `request-human-review-with-form`, optionally assigning reviewers or linking steps into a multi-step workflow run.
- Chain reviews into a workflow
Pass a `workflow` object with `runId` and `prevSteps` to connect multiple human review steps into a single tracked run.
Tags
- productivity
Related MCP servers
Cua
OfficialMCP server for the Computer-Use Agent (CUA), allowing you to run CUA through Claude Desktop or other MCP clients.
Notion MCP
OfficialOfficial Notion MCP server for searching, reading, creating, and updating Notion pages, databases, and workspace content from AI agents.
Notion MCP Server
Search pages, read blocks, and create content in Notion workspaces.
Laravel Boost
OfficialLaravel Boost is an MCP server equipped with over 15 specialized tools designed to streamline AI-assisted coding workflows.