
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@humanops/mcp-server
Advanced tools
MCP server for AI agents to dispatch real-world tasks to verified human operators via HumanOps
MCP server for AI agents to dispatch real-world tasks to verified human operators.
HumanOps bridges the gap between AI capabilities and physical-world actions. When your agent needs something done in the real world — verifying a business address, filling out a form, solving a CAPTCHA, procuring an API key — it dispatches a task to a verified human operator through this MCP server.
{
"mcpServers": {
"humanops": {
"command": "npx",
"args": ["@humanops/mcp-server"],
"env": {
"HUMANOPS_API_KEY": "your-api-key"
}
}
}
}
| Variable | Required | Description |
|---|---|---|
HUMANOPS_API_KEY | Yes | Your HumanOps API key |
HUMANOPS_API_URL | No | API base URL (default: https://api.humanops.io) |
HUMANOPS_SANDBOX | No | Set to true for sandbox mode |
| Tool | Description |
|---|---|
search_operators | Find available operators near a location |
post_task | Create a physical task (verification, photo, delivery, inspection) |
| Tool | Description |
|---|---|
dispatch_digital_task | Create a remote digital task |
list_digital_categories | List available categories with pricing |
Categories: CAPTCHA_SOLVING, FORM_FILLING, BROWSER_INTERACTION, CONTENT_REVIEW, DATA_VALIDATION
| Tool | Description |
|---|---|
dispatch_credential_task | Create an encrypted credential delivery task |
retrieve_credential | Decrypt and retrieve delivered credentials |
Categories: ACCOUNT_CREATION, API_KEY_PROCUREMENT, PHONE_VERIFICATION, SUBSCRIPTION_SETUP
Credential tasks use end-to-end encryption (P-256 ECDH + AES-256-GCM). The server never sees plaintext credentials.
| Tool | Description |
|---|---|
get_task_result | Get task status, proof, and verification result |
check_verification_status | Check AI Guardian verification status |
cancel_task | Cancel a pending/accepted task (refunds escrowed funds) |
list_tasks | List your tasks with optional status filter |
| Tool | Description |
|---|---|
get_deposit_address | Get your USDC deposit address |
fund_account | Verify a USDC deposit (Base, Polygon, Ethereum, Arbitrum) |
get_balance | Check deposit and escrow balances |
request_payout | Request operator payout |
post_task({
title: "Verify business is open",
description: "Visit 123 Main St and confirm the restaurant is operating",
location: { lat: 40.7128, lng: -74.0060, address: "123 Main St, New York, NY" },
reward_usd: 15,
deadline: "2026-02-08T18:00:00Z",
proof_requirements: ["photo of storefront", "photo of business hours sign"],
task_type: "VERIFICATION"
})
dispatch_digital_task({
title: "Fill out vendor registration form",
description: "Complete the vendor registration at example.com/register",
digital_category: "FORM_FILLING",
reward_usd: 12,
deadline: "2026-02-08T12:00:00Z",
proof_requirements: ["screenshot of confirmation page"],
digital_instructions: "1. Go to example.com/register\n2. Fill in company details\n3. Submit and screenshot confirmation"
})
dispatch_credential_task({
title: "Create API account on DataService",
description: "Sign up for a free account and retrieve the API key",
digital_category: "API_KEY_PROCUREMENT",
reward_usd: 20,
deadline: "2026-02-08T12:00:00Z",
proof_requirements: ["screenshot of account dashboard"],
digital_instructions: "1. Go to dataservice.io/signup\n2. Create account\n3. Navigate to API keys\n4. Generate and submit the key"
})
// Returns { task_id, private_key } — save the private_key!
// Later, retrieve the credential:
retrieve_credential({ task_id: "...", private_key: "..." })
// Returns { credential: "sk-abc123..." }
*.humanops.io (configurable)MIT
FAQs
MCP server for AI agents to dispatch real-world tasks to verified human operators via HumanOps
The npm package @humanops/mcp-server receives a total of 14 weekly downloads. As such, @humanops/mcp-server popularity was classified as not popular.
We found that @humanops/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.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.