# gotohuman-mcp-server

> MCP Server

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.

## Overview

- **Category:** Productivity
- **Language:** TypeScript
- **Stars:** 53
- **Forks:** 1
- **Owner:** gotohuman
- **GitHub:** https://github.com/gotohuman/gotohuman-mcp-server
- **Created:** 2025-03-21T15:15:37+00:00
- **Updated:** 2025-03-27T03:22:44+00:00
- **Source:** https://model-context-protocol.com/servers/ai-human-review-mcp-server-webhook

## Setup

## Setup
Get your API key and set up your review forms at [app.gotohuman.com](https://app.gotohuman.com)

```bash
# Install dependencies
npm install

# Build the server
npm run build

# For testing: Run the MCP inspector
npm run inspector
```

## Tools

## Available Tools

1.  `list-forms` (Returns a list of all available forms in your account incl. high-level info about the added fields)
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, which will appear in your gotoHuman inbox.)
