← 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

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 endpoint

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.