Skip to content
Back to search
100
MCP live v0.3.2 MCP 2025-11-25 streamable-http

NeedHuman

io.github.mariusaure/needhuman-mcp

Human-as-a-Service for AI agents. Delegate tasks that need a real human, get results via API.

Uptime
100.0%
1 direct probes · 30d
Response
633ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

need_human

Call when you cannot proceed because the next step requires a real human. USE WHEN you are blocked by: - Terms of Service or legal agreements requiring a natural person - Account creation that needs …

check_task_status

Use after dispatching a task via need_human to check whether the human worker has completed it. Returns: status (pending | in_progress | completed | failed | expired), result, proof (structured JSON)…

list_tasks

Use when you have lost track of a task_id or want to review your past human task requests. Returns all tasks you have submitted, newest first: id, status, description, result, and timestamps.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "needhuman": {
      "url": "https://needhuman.ai/mcp",
      "transport": "streamable-http"
    }
  }
}