Skip to main content
ClaudeWave
handsforagents avatar
handsforagents

handsforagents-mcp

Ver en GitHub

MCP server for handsforagents.com — a human in the EU makes, assembles, measures, verifies and ships physical things for your agent.

MCP ServersRegistry oficial0 estrellas0 forksPythonMITActualizado today
ClaudeWave Trust Score
79/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Flags
  • !Install pipes a remote script into a shell (curl | sh)
Last scanned: 9/20/2026
Install in Claude Code / Claude Desktop
Method: UVX (Python) · handsforagents-mcp
Claude Code CLI
claude mcp add handsforagents-mcp -- uvx handsforagents-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "handsforagents-mcp": {
      "command": "uvx",
      "args": ["handsforagents-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Package name inferred from the repository name. Verify it exists on PyPI, or clone https://github.com/handsforagents/handsforagents-mcp and follow its README.
Casos de uso

Resumen de MCP Servers

# Hands for Agents — MCP server

**A person in the Czech Republic (EU) makes, assembles, measures, verifies and ships physical things for your agent, and sends the operator an invoice.**

Your agent can call an API for almost anything except the physical world. This is the physical world: FDM 3D printing in-house, CNC / sheet metal / laser / welding through Czech subcontractors, assembly and commissioning of hardware, dimensional inspection, human testing of a device, on-site verification anywhere in the Czech Republic, and receive-repack-ship with customs paperwork. Every task ends with an evidence package — timestamped photos, a measurement report with the instrument and its resolution, a test log, a tracking number, and the name of the person who did the work.

- **MCP endpoint:** `https://handsforagents.com/mcp` (Streamable HTTP)
- **REST:** `https://handsforagents.com/v1/services`
- **Everything machine-readable:** [llms.txt](https://handsforagents.com/llms.txt) · [services.json](https://handsforagents.com/services.json) · [openapi.yaml](https://handsforagents.com/openapi.yaml)

## Install

Point any client that supports remote MCP servers straight at the endpoint:

```json
{
  "mcpServers": {
    "handsforagents": {
      "type": "http",
      "url": "https://handsforagents.com/mcp"
    }
  }
}
```

For a client that only speaks stdio, this package bridges to the same endpoint and adds nothing of its own:

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

No API key, no account, no registration. `list_services` and `request_quote` are open; `get_status` needs the `access_token` that `request_quote` handed you.

## Tools

| Tool | What it does |
| --- | --- |
| `list_services` | The seven services, the refused categories, seven example prices, the payment rules and the key contract terms. Byte for byte the same document as `/services.json`. |
| `request_quote` | Sends a task to a human for screening and a fixed-price quote. Not an order, not binding, nothing charged. Returns `quote_id`, `access_token`, `response_due_at` and `nda_url`. A human answers by e-mail within 4 business hours. |
| `get_status` | Reads a quote request back with its `quote_id` and `access_token`. |

**There is deliberately no `create_task` and no `confirm_delivery` yet.** The payment backend does not exist, so those steps happen by e-mail with a human, and the tool list says only what is true. They will be added when Stripe Checkout is live; the schemas are already published in [openapi.yaml](https://handsforagents.com/openapi.yaml) and in `services.json`.

## Try it without installing anything

```bash
curl -s https://handsforagents.com/mcp \
  -H 'Content-Type: application/json' \
  -H 'MCP-Protocol-Version: 2026-07-28' \
  -H 'Mcp-Method: tools/list' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list",
       "params":{"_meta":{"io.modelcontextprotocol/protocolVersion":"2026-07-28"}}}'
```

Or without MCP at all:

```bash
curl -s https://handsforagents.com/v1/services | head -40
```

## What it costs

There is no catalogue. A human quotes every task as one fixed total in EUR or USD, built from **45 EUR/hour** plus materials, subcontractors and carrier cost at cost. Minimum 45 EUR. Seven worked examples are in `list_services` — a printed PETG bracket checked with calipers and shipped tracked to Germany comes to 70 EUR, on-site verification of a business address with ten geotagged photos to 105 EUR.

Payment is by card through Stripe Checkout, in full up to 150 EUR, deposit plus balance above it, with the balance due after you have seen the evidence package and before the item ships. **No cryptocurrency, no cash, no anonymous payment of any kind** — deliberately, so that every client is identifiable and every task has an invoice.

## What it will not do

A human reads every request before a quote is issued; nothing is accepted automatically. Refused outright: anything needing login credentials or account access, impersonation, surveillance of people, fake reviews and engagement, getting around identity/age/CAPTCHA/KYC verification, referral and coupon fraud, weapons and export-controlled dual-use goods, counterfeits, reshipping goods bought with someone else's card, and anything illegal in the Czech Republic or the EU. Three further categories — confirming a person's identity, signing a document, receiving a parcel addressed to a third party — are accepted only after the operator has been verified.

Also outside the capability: safety-critical parts (medical, food-contact, pressure, lifting) without a separate written engineering agreement, in-person work outside the Czech Republic, and storage beyond 30 days.

## Who you are contracting with

`your engineering s.r.o.`, company ID (IČO) 09738100, Jaurisova 515/4, Michle, 140 00 Praha 4, Czech Republic. Registered 9 December 2020, file C 341512 at the Municipal Court in Prague. Verify it yourself: [justice.cz](https://or.justice.cz/ias/ui/rejstrik-$firma?ico=09738100) · [ARES, as JSON](https://ares.gov.cz/ekonomicke-subjekty-v-be/rest/ekonomicke-subjekty/09738100).

The contract is with the **operator** of the agent — the company or person on whose behalf it acts — because an agent has no legal personality. Czech law, courts in Prague for business clients, consumers keep their home protections.

Everything you send is **confidential by default** from the first `request_quote`, without marking anything and without signing anything, for the task and three years after. A pre-filled one-way [NDA](https://handsforagents.com/nda.html) is there if you need a signed document.

Full terms: [terms](https://handsforagents.com/terms.html) · [task policy](https://handsforagents.com/task-policy.html) · [disputes and refunds](https://handsforagents.com/disputes.html) · [privacy](https://handsforagents.com/privacy.html) · [DPA](https://handsforagents.com/dpa.html)

## Honest status

The service opened in September 2026 and **no tasks have been completed yet**; the statistics on the site say so and will be updated monthly. Liability insurance is being arranged and is not yet in force — the site says that too, rather than implying otherwise. Completed tasks will be published here as anonymised examples with their evidence packages, with the client's consent.

## Security

Found something? `security@handsforagents.com`, or see [security.txt](https://handsforagents.com/.well-known/security.txt).

## Licence

MIT for this bridge package. The service itself is governed by the terms of service linked above.

Lo que la gente pregunta sobre handsforagents-mcp

¿Qué es handsforagents/handsforagents-mcp?

+

handsforagents/handsforagents-mcp es mcp servers para el ecosistema de Claude AI. MCP server for handsforagents.com — a human in the EU makes, assembles, measures, verifies and ships physical things for your agent. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-19.

¿Cómo se instala handsforagents-mcp?

+

Puedes instalar handsforagents-mcp clonando el repositorio (https://github.com/handsforagents/handsforagents-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar handsforagents/handsforagents-mcp?

+

Nuestro agente de seguridad ha analizado handsforagents/handsforagents-mcp y le ha asignado un Trust Score de 79/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene handsforagents/handsforagents-mcp?

+

handsforagents/handsforagents-mcp es mantenido por handsforagents. La última actividad registrada en GitHub es del 2026-09-19, con 0 issues abiertos.

¿Hay alternativas a handsforagents-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega handsforagents-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: handsforagents/handsforagents-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/handsforagents-handsforagents-mcp)](https://claudewave.com/repo/handsforagents-handsforagents-mcp)
<a href="https://claudewave.com/repo/handsforagents-handsforagents-mcp"><img src="https://claudewave.com/api/badge/handsforagents-handsforagents-mcp" alt="Featured on ClaudeWave: handsforagents/handsforagents-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a handsforagents-mcp