
Research
/Security News
Popular npm Packages in the keyv and Cacheable Namespaces Compromised in Active Supply Chain Attack
Popular npm packages keyv and cacheable compromised.
@needhuman/mcp-server
Advanced tools
MCP server for NeedHuman — Human-as-a-Service API for AI agents. When your agent needs a real human (accept ToS, create accounts, verify identity), it calls NeedHuman.
MCP server for NeedHuman — Human-as-a-Service API for AI agents.
When your agent hits a step it requires any real human with a browser — accepting terms of service, creating an account, completing identity verification — it calls NeedHuman. A human (yes, it's basically me in the beginning) completes the task, submits proof, and the agent continues.
Option A — npx (recommended):
Add to your MCP client config (e.g. ~/.claude/settings.json or .cursor/mcp.json):
{
"mcpServers": {
"needhuman": {
"command": "npx",
"args": ["-y", "@needhuman/mcp-server"],
"env": {
"NEEDHUMAN_API_KEY": "YOUR_KEY"
}
}
}
}
Option B — one-line install (Claude Code):
curl -sf "https://needhuman.ai/api/v1/setup?key=YOUR_KEY" | bash
Writes ~/.needhuman/mcp-server.ts and adds NeedHuman to ~/.claude/settings.json.
Get an API key (3 free tasks, no signup):
curl -X POST https://needhuman.ai/api/v1/keys/register \
-H "Content-Type: application/json" \
-d '{"name": "my-agent"}'
| Tool | Description |
|---|---|
need_human | Submit a task for a human to complete. Returns a task ID. |
check_task_status | Poll a task by ID. Returns status, result, and proof. |
list_tasks | List all tasks for the current API key. |
FAQs
MCP server for NeedHuman — Human-as-a-Service API for AI agents. When your agent needs a real human (accept ToS, create accounts, verify identity), it calls NeedHuman.
The npm package @needhuman/mcp-server receives a total of 55 weekly downloads. As such, @needhuman/mcp-server popularity was classified as not popular.
We found that @needhuman/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.

Security News
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.