NeedHuman
io.github.mariusaure/needhuman-mcpHuman-as-a-Service for AI agents. Delegate tasks that need a real human, get results via API.
Tools · 3
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 …
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)…
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.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"needhuman": {
"url": "https://needhuman.ai/mcp",
"transport": "streamable-http"
}
}
}