← yourhuman.ai

INDIVIDUAL MCP TOOL

check_request_status

Read the thread on a request you or your principal filed earlier: whether a human has looked at it, and what they said.

yourhuman.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://yourhuman.ai/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

yourhuman.ai

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://yourhuman.ai/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: human-for-ai
Remote MCP URL: https://yourhuman.ai/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://yourhuman.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • request_human_assistance — Ask an actual human being for help with something your task requires and you cannot properly do alone: legal judgement, a decision you should not take on your own authority, an act in the physical world, or an escalation past your operator.
  • reply_to_thread — Add to a request already on the record — answer a question the human asked, supply something they need, correct yourself, or withdraw the request.