# HumanOps (npm · @humanops/mcp-server)

MCP server for AI agents to dispatch real-world tasks to verified human operators

- Trust score: 62/100 (medium)
- Change this week: +23
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@humanops/mcp-server`: 62/100 (this document), [markdown](https://verifymcp.io/servers/thepianistdirector-humanops/humanops-mcp-server.md), [page](https://verifymcp.io/servers/thepianistdirector-humanops/humanops-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `@humanops/mcp-server`
- Version: `0.2.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL returned HTTP 404.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 174 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1387 tokens (~99/item across 14 items; 14 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 93/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 80% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add thepianistdirector-humanops -- npx -y @humanops/mcp-server
```

### Codex

```bash
codex mcp add thepianistdirector-humanops -- npx -y @humanops/mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "thepianistdirector-humanops": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@humanops/mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add thepianistdirector-humanops --command npx --arg -y --arg @humanops/mcp-server
```

### Hermes

```yaml
mcp_servers:
  thepianistdirector-humanops:
    command: "npx"
    args: ["-y", "@humanops/mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "thepianistdirector-humanops": {
      "command": "npx",
      "args": [
        "-y",
        "@humanops/mcp-server"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 62, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-02 (score 61, +31)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Stability: unverified → 0.20
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional] First check of Schema quality: unverified
- [functional] Licence: MIT

### 2026-08-01 (score 30, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-07-31 (score 15, −6)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 21, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 39)

First indexed and scored.

## MCP tools (14)

### `search_operators` (~105 tokens)

Search for available human operators near a location who can perform real-world tasks like verifications, photo documentation, deliveries, and inspections.

Input parameters:

- `lat` (number, required): Latitude of the task location
- `lng` (number, required): Longitude of the task location
- `min_rating` (number): Minimum operator rating (0-5)
- `radius_km` (number): Search radius in kilometers (default: 50, max: 500)
- `task_type` (string)

### `post_task` (~197 tokens)

Create a new task for a human operator. Supports physical tasks (VERIFICATION, PHOTO, DELIVERY, INSPECTION), digital tasks (CAPTCHA_SOLVING, FORM_FILLING, etc.), and credential tasks (ACCOUNT_CREATION, API_KEY_PROCUREMENT, etc.). For digital tasks prefer dispatch_digital_task; for credential tasks prefer dispatch_credential_task. Funds will be escrowed from your account (reward + platform fee).

Input parameters:

- `callback_secret` (string): Optional secret to sign webhook callbacks
- `callback_url` (string)
- `deadline` (string, required): ISO 8601 deadline for task completion
- `description` (string, required)
- `idempotency_key` (string): Optional key to make task creation safe to retry
- `location` (object, required)
- `proof_requirements` (array, required)
- `reward_usd` (number, required)
- `task_type` (string, required)
- `title` (string, required)

### `dispatch_digital_task` (~197 tokens)

Create a Tier 1 digital task for a human operator. Includes CAPTCHA solving, form filling, browser interaction, content review, and data validation. No physical location needed — operators complete these tasks remotely.

Input parameters:

- `callback_secret` (string): Optional secret to sign webhook callbacks
- `callback_url` (string): Optional webhook URL for status updates
- `deadline` (string, required): ISO 8601 deadline for task completion
- `description` (string, required): Detailed description of what needs to be done
- `digital_category` (string, required): Category of digital task
- `digital_instructions` (string): Specific step-by-step instructions for the digital task
- `idempotency_key` (string): Optional key to make task creation safe to retry
- `proof_requirements` (array, required): List of proof requirements
- `reward_usd` (number, required): Reward in USD for the operator
- `title` (string, required): Short title for the task

### `dispatch_credential_task` (~239 tokens)

Create a task requiring a human operator to deliver credentials (account login, API key, phone verification code, etc.) via an end-to-end encrypted channel. A unique ECDH keypair is generated automatically — only you can decrypt the result. The server never sees plaintext credentials. IMPORTANT: Save the returned private_key — you need it to call retrieve_credential later.

Input parameters:

- `callback_secret` (string): Optional secret to sign webhook callbacks
- `callback_url` (string): Optional webhook URL for status updates
- `deadline` (string, required): ISO 8601 deadline for task completion
- `description` (string, required): Detailed description of what credentials are needed
- `digital_category` (string, required): Category of credential task
- `digital_instructions` (string): Step-by-step instructions for the operator
- `idempotency_key` (string): Optional key to make task creation safe to retry
- `proof_requirements` (array, required): List of proof requirements (e.g., 'screenshot of account creation')
- `reward_usd` (number, required): Reward in USD for the operator
- `title` (string, required): Short title for the credential task

### `retrieve_credential` (~88 tokens)

Retrieve and decrypt the credential delivered by a human operator for a completed Tier 2 task. Requires the private_key returned by dispatch_credential_task. The decryption happens locally — the server never sees the plaintext.

Input parameters:

- `private_key` (string, required): The base64-encoded private key returned by dispatch_credential_task
- `task_id` (string, required): The task ID from dispatch_credential_task

### `list_digital_categories` (~43 tokens)

List available digital task categories with descriptions, pricing, and trust tier requirements. Returns both Tier 1 (standard digital) and Tier 2 (credential) categories.

### `get_task_result` (~33 tokens)

Get the current status, proof, and AI Guardian verification result for a task.

Input parameters:

- `task_id` (string, required)

### `check_verification_status` (~39 tokens)

Check the AI Guardian verification status and result for a task. Returns focused verification details including decision and confidence.

Input parameters:

- `task_id` (string, required)

### `get_deposit_address` (~54 tokens)

Get your USDC deposit address. Send USDC to this address on a supported chain (Base, Polygon, Ethereum, Arbitrum) to fund your HumanOps account. This is the recommended way to add funds.

### `fund_account` (~189 tokens)

Add funds to your HumanOps account. **Recommended: use USDC deposits** (default). Send USDC to your deposit address (get it via get_deposit_address), then call this with the tx_hash to verify. Fiat methods (card, bank_transfer) are coming soon.

Input parameters:

- `amount_usd` (number, required): Amount in USD (min: $5, max: $10,000). For USDC deposits, this is the expected amount.
- `chain` (string): Blockchain network the USDC was sent on (required for USDC deposits). Base recommended for lowest fees.
- `payment_method` (string): Payment method. Defaults to 'usdc'. Card and bank_transfer are coming soon.
- `return_url` (string): Optional return URL after fiat payment (not used for USDC)
- `tx_hash` (string): On-chain transaction hash (required for USDC deposits)

### `request_payout` (~45 tokens)

Request a payout of available earnings. Currently only available through the HumanOps operator portal.

Input parameters:

- `amount_usd` (number, required): Amount to withdraw in USD (min: $10)

### `get_balance` (~33 tokens)

Check your HumanOps account balances. Returns deposit balance (available to create tasks) and escrow balance (locked in active tasks).

### `cancel_task` (~45 tokens)

Cancel a pending or accepted task. The escrowed funds (reward + platform fee) will be refunded to your account.

Input parameters:

- `task_id` (string, required): The task ID to cancel

### `list_tasks` (~80 tokens)

List your tasks with optional status filter. Returns paginated results ordered by creation date.

Input parameters:

- `limit` (number): Max results (default: 20, max: 100)
- `offset` (number): Pagination offset (default: 0)
- `status` (string): Filter by status (e.g., PENDING, ACCEPTED, COMPLETED)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/thepianistdirector-humanops/humanops-mcp-server#diagnostics

## Score history

- 2026-08-03: 62
- 2026-08-02: 61
- 2026-08-01: 30
- 2026-07-31: 15
- 2026-07-30: 21
- 2026-07-28: 39
- 2026-07-27: 39

## Links

- npm package: https://www.npmjs.com/package/@humanops/mcp-server
- Socket report: https://socket.dev/npm/package/@humanops/mcp-server
- Changelog RSS feed: https://verifymcp.io/servers/thepianistdirector-humanops/humanops-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/thepianistdirector-humanops/humanops-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/thepianistdirector-humanops/humanops-mcp-server
