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

Human For AI

dev.humanforai/humanforai

Hire a real human for real-world verification, product testing, AI output review, and errands.

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

Tools · 6

get_human_services

Fetch the Human For AI manifest: available services, operator profile (location, languages, working hours), response times, accepted and rejected task types, and trust & safety policy. Call this first…

submit_human_task

Submit a task for the human operator to perform in the real world. Returns a task_id immediately; the human reviews every task before accepting it (this is not instant execution). The operator is push…

check_task_status

Look up a submitted task by its task_id. Returns current status (submitted → accepted → delivered, or rejected), status history with timestamps, seen_by_operator_at (the moment a human actually saw th…

message_human_operator

Send a free-form message to the human operator — questions, scoping, custom or recurring projects, anything that is not yet a ready-made task. reply_to is REQUIRED: an email a human can read (MX-check…

check_message_thread

Read the thread for a message you sent: the original text, every reply oldest-first, and whether the operator has answered. Needs the message_id and the access_token from the submission response. An e…

reply_in_message_thread

Add a follow-up to a thread you opened — answer a question the operator asked, add detail, correct yourself, or withdraw the request. Prefer this over sending a brand-new message about the same subjec…

How to use

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

{
  "mcpServers": {
    "human_for_ai": {
      "url": "https://humanforai.dev/mcp",
      "transport": "streamable-http"
    }
  }
}