Loading...
{
"mcpServers": {
"human": {
"command": "npx",
"args": ["-y", "mcp-human@latest"]
}
}
}askHumanAsks a question to a human worker on Mechanical Turk and retrieves the answer.
Creates tasks on MTurk, incurring costs and potentially exposing sensitive questions.
checkHITStatusChecks the status of a previously created HIT and retrieves any submitted assignments.
Read-only operation that retrieves information about existing HITs.
mturk-accountProvides access to MTurk account information like balance and HITs.
Provides read-only access to MTurk account information.
MCP-Human is relatively safe in sandbox mode for testing. However, using it in production requires careful management of AWS credentials and monitoring of MTurk costs. The reliance on an external form introduces a dependency and potential security concern.