call-a-human-mcp
Related Servers
Alternatives to call-a-human-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityAmaintenanceMCP server that provides an ask_human tool so AI agents can request decisions from users via chat apps, with deadlines, defaults, and an append-only audit log.93 npmApache 2.0
- AlicenseAqualityDmaintenanceAn MCP server that acts as an AI assumption firewall, intercepting risky decisions, detecting contradictions, and routing human approval requests via Telegram or Slack.81MIT
- AlicenseNot gradedqualityCmaintenanceMCP server that provides human-in-the-loop approval for risky AI agent actions, with durable state and audit logs.MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server enabling AI agents to interact with users via Telegram, supporting message and image sending, inline quick replies, and waiting for user responses.1 npmMIT
- FlicenseNot gradedqualityBmaintenanceAn MCP server that lets an AI coding agent pause on human-only tasks, request structured input via a form, and resume with the answer, all locally without cloud dependencies.-
- AlicenseNot gradedqualityDmaintenanceAn MCP server that enables AI agents to send notifications and request user input via Discord during long-running tasks. It allows users to remotely interact with their AI assistants and provide feedback through the Discord messaging platform.26 npm2MIT
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: request_approval is a structured yes/no gate for high-stakes actions, while ask_human is an open-ended prompt for information or clarification. There is no realistic scenario where an agent would confuse which tool to call.
Both tool names follow the same verb_noun pattern with snake_case (request_approval, ask_human). The naming is short, predictable, and directly reflects each tool's action and target.
Two tools is slightly below the typical 3-15 range, but it is reasonable for a narrowly scoped human-in-the-loop server. Each tool covers a distinct and essential interaction mode, and adding more tools would likely be unnecessary.
The server's domain is human interaction, and the two primary needs—requesting approval and asking a free-form question—are both covered. There are no obvious dead ends or missing operations for the stated purpose.