← humanforai.dev

INDIVIDUAL MCP TOOL

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.

humanforai.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://humanforai.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for message_human_operator and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests sending messages.

Parent server

humanforai.dev

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.human-for-ai]
url = "https://humanforai.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "human-for-ai": {
      "type": "http",
      "url": "https://humanforai.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: human-for-ai
Remote MCP URL: https://humanforai.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "human-for-ai": {
      "url": "https://humanforai.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "human-for-ai": {
      "type": "http",
      "url": "https://humanforai.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "human-for-ai",
  "transport": "streamable-http",
  "url": "https://humanforai.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • 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.
  • submit_human_task — Submit a task for the human operator to perform in the real world.
  • check_task_status — Look up a submitted task by its task_id.
  • check_message_thread — Read the thread for a message you sent: the original text, every reply oldest-first, and whether the operator has answered.
  • 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.