INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://yourhuman.ai/mcp
Connect to this endpoint to inspect the live schema for request_human_assistance 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
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
No related indexed tools.