# Hands for Agents (npm · handsforagents-mcp)

Human-operated physical world in the EU: make, assemble, measure, verify, ship.

- Trust score: 43/100 (low)
- Change this week: 0
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-26

## Components

- remote · `mcp.handsforagents.com`: 69/100, [markdown](https://verifymcp.io/servers/com-handsforagents-hands/mcp.md), [page](https://verifymcp.io/servers/com-handsforagents-hands/mcp)
- npm · `handsforagents-mcp`: 43/100 (this document), [markdown](https://verifymcp.io/servers/com-handsforagents-hands/handsforagents-mcp.md), [page](https://verifymcp.io/servers/com-handsforagents-hands/handsforagents-mcp)

## Channel facts

- Registry: `npm`
- Package: `handsforagents-mcp`
- Version: `0.2.0`
- 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-09-26.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - No production dependencies, so there is no dependency health to assess.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 2 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 0/100
  - Schema quality not yet verified: our sandbox run could not list this package's tools (it declared tools, or its tool listing failed outright), so the captured schema is incomplete.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: one of the two schema captures we compare could not list the server's tools (the server declared tools, or its tool listing failed outright). Comparing them would report every tool as removed, or find nothing to compare at all.
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: our sandbox run could not list this package's tools (it declared tools, or its tool listing failed outright).
- **Tool Safety**: 0/100
  - Tool safety not yet verified: our sandbox run could not list this package's tools (it declared tools, or its tool listing failed outright).
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 4 categories.** Categories scored 0 because we could not verify them: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### How do I install the Hands for Agents MCP server?

Hands for Agents runs locally as an npm package, launched with npx -y handsforagents-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add com-handsforagents-hands -- npx -y handsforagents-mcp
```

### Cursor

```json
{
  "mcpServers": {
    "com-handsforagents-hands": {
      "command": "npx",
      "args": [
        "-y",
        "handsforagents-mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-handsforagents-hands": {
      "command": "npx",
      "args": [
        "-y",
        "handsforagents-mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add com-handsforagents-hands -- npx -y handsforagents-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-handsforagents-hands": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "handsforagents-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-handsforagents-hands --command npx --arg -y --arg handsforagents-mcp
```

### Hermes

```yaml
mcp_servers:
  com-handsforagents-hands:
    command: "npx"
    args: ["-y", "handsforagents-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "com-handsforagents-hands": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "handsforagents-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-handsforagents-hands -t stdio -c npx -a -y handsforagents-mcp
```

### Other

```json
{
  "mcpServers": {
    "com-handsforagents-hands": {
      "command": "npx",
      "args": [
        "-y",
        "handsforagents-mcp"
      ]
    }
  }
}
```

## 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-09-25 (score 43, −2)

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

### 2026-09-23 (score 45, +2)

- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [security] Tool safety: Tool safety not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet.
- [functional regression] Capabilities: pass → unverified
- [functional improvement] Stability: unverified → 0.13
- [functional] Tool coverage: Tool coverage not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet.
- [functional] Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional] Package version: 0.1.0 → 0.2.0

### 2026-09-19 (score 43)

First indexed and scored.

## MCP tools (0)

The sandbox run completed and this package exposed no tools.

## Diagnostics

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

## Score history

- 2026-09-26: 43
- 2026-09-25: 43
- 2026-09-24: 45
- 2026-09-23: 45
- 2026-09-22: 43
- 2026-09-21: 43
- 2026-09-20: 43
- 2026-09-19: 43

## Common questions

### What is the Hands for Agents MCP server?

Hands for Agents is an MCP server listed in the public MCP registry as com.handsforagents/hands. Human-operated physical world in the EU: make, assemble, measure, verify, ship. This page covers its npm package (handsforagents-mcp).

### Is the Hands for Agents MCP server safe to use?

Hands for Agents scores 43 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 26 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Hands for Agents MCP server expose?

Hands for Agents exposes no tools. We connected to it and read its tool list, and it was empty, so it offers an MCP client nothing to call.

### Is the Hands for Agents MCP server still maintained?

Hands for Agents is still listed as active in the MCP registry. We last reached this channel on 26 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the Hands for Agents MCP server under?

Hands for Agents declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/handsforagents-mcp
- Socket report: https://socket.dev/npm/package/handsforagents-mcp
- Repository: https://github.com/handsforagents/handsforagents-mcp
- Website: https://handsforagents.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-handsforagents-hands/handsforagents-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-handsforagents-hands/handsforagents-mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-handsforagents-hands/handsforagents-mcp
