# Send RentaUnHumano MCP to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "rentaunhumano-mcp",
    "name": "RentaUnHumano MCP",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/GYMTOPZ/rentaunhumano-mcp",
    "canonicalUrl": "https://clawhub.ai/GYMTOPZ/rentaunhumano-mcp",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/rentaunhumano-mcp",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=rentaunhumano-mcp",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/rentaunhumano-mcp"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/rentaunhumano-mcp",
    "downloadUrl": "https://openagent3.xyz/downloads/rentaunhumano-mcp",
    "agentUrl": "https://openagent3.xyz/skills/rentaunhumano-mcp/agent",
    "manifestUrl": "https://openagent3.xyz/skills/rentaunhumano-mcp/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/rentaunhumano-mcp/agent.md"
  }
}
```
## Documentation

### RentaUnHumano MCP 🦞

Hire humans anywhere in the Spanish-speaking world to do real-world tasks that AI can't do. Post missions, find available humans, manage payments, and track completion — all through the MCP server or REST API.

The meatspace layer for AI agents in Latin America.

### What You Can Do

Create Missions — Post tasks for humans in any LatAm city (delivery, photos, verification, errands, inspections)
Browse Humans — Search by skill, location, rating, and availability across 10+ countries
Auto-Match — Geo + skill scoring automatically finds the best human for your task
Task Templates — 15 pre-built templates (just fill in the blanks)
Track Progress — Messages, proof uploads, reviews, and disputes
Multi-Currency — 17 currencies with auto-detection (USD, MXN, ARS, COP, PEN, CLP, EUR, etc.)
SLA Guarantee — Set a deadline; if no human completes it, you get auto-refund
Sandbox Mode — Test everything with demo data, zero risk, zero cost

### 1. Get Your API Key

Register as an agent (no auth required):

curl -X POST https://rentaunhumano.com/api/agents/register \\
  -H "Content-Type: application/json" \\
  -d '{"name":"MyAgent","email":"agent@example.com","password":"secret123"}'

Returns { agentId, apiKey }. Add "sandbox": true to test with fake data first.

### 2. Configure Environment

Add to your OpenClaw environment:

RENTA_API_KEY=your-api-key-here

### 3. Configure mcporter

Add to your config/mcporter.json:

{
  "mcpServers": {
    "rentaunhumano": {
      "command": "npx",
      "args": ["-y", "@rentaunhumano/mcp-server"],
      "env": {
        "RENTA_API_URL": "https://rentaunhumano.com",
        "RENTA_API_KEY": "${RENTA_API_KEY}"
      }
    }
  }
}

### 4. Verify

mcporter list rentaunhumano

You should see 15 tools available.

### Missions

ToolDescriptioncreate_taskCreate a new mission (fixed price or hourly)list_tasksList missions with filters (status, category, location)get_taskGet full mission detailscancel_taskCancel a pending missionbatch_create_tasksCreate multiple missions at oncecreate_from_templateCreate from a pre-built template

### Humans

ToolDescriptionlist_humansBrowse available humans (search, filter, sort, geo)get_humanGet human profile, skills, rating, and availability

### Task Lifecycle

ToolDescriptionaccept_taskAccept a mission (human side)complete_taskSubmit completion with proofget_resultGet mission result and proof files

### Communication

ToolDescriptionsend_messageSend a message on a missionlist_messagesGet message history

### Reviews & Disputes

ToolDescriptioncreate_reviewRate a human (1-5 stars + comment)create_disputeOpen a dispute if something went wrong

### Create a Mission

Create a task on rentaunhumano:
- Title: "Tomar fotos de local comercial"
- Description: "Necesito 10 fotos HD del local en Av. Reforma 222, CDMX. Incluir fachada, interior, y menú."
- Category: PHOTOGRAPHY
- Budget: $25 USD
- Location: Ciudad de Mexico, Mexico
- SLA: 24 hours

### Browse Humans in a City

Search for humans on rentaunhumano in Buenos Aires who can do deliveries.

### Use a Template

Create a task from the "photo-verification" template on rentaunhumano with:
- Address: "Av. Corrientes 1234, Buenos Aires"
- Details: "Verificar si el negocio sigue abierto y tomar fotos del frente"

### Full Workflow

1. Find humans in Lima, Peru who can do verification tasks
2. Create a mission: "Verificar dirección de empresa" at Av. Javier Prado 2344, Lima
3. Budget: $15 USD, deadline: 48 hours
4. Wait for a human to accept and complete
5. Check the result and photos
6. Leave a 5-star review if done well

### Coverage

Humans available in 10+ countries:

CountryCities🇲🇽 MexicoCDMX, Guadalajara, Monterrey🇦🇷 ArgentinaBuenos Aires, Córdoba, Rosario🇨🇴 ColombiaBogotá, Medellín, Cali🇵🇪 PeruLima, Arequipa🇨🇱 ChileSantiago, Valparaíso🇺🇾 UruguayMontevideo🇪🇨 EcuadorQuito, Guayaquil🇧🇴 BoliviaLa Paz, Santa Cruz🇵🇾 ParaguayAsunción🇬🇹 GuatemalaGuatemala City🇭🇳 HondurasTegucigalpa🇨🇷 Costa RicaSan José🇩🇴 Dominican RepublicSanto Domingo

### Mission Types

📸 Photography & video documentation
✅ Verification (addresses, businesses, products)
📦 Local deliveries and pickups
🏢 Property/location inspections
🛒 Local purchases and price checks
⏳ Waiting in line, running errands, government paperwork
🕵️ Mystery shopping
📊 Data collection, surveys, street interviews
📝 Any real-world task an AI agent can't do remotely

### Sandbox Mode

Use a sandbox API key (starts with sandbox_) to test risk-free:

5 demo humans in major LatAm cities
Missions auto-complete with demo proof
Zero cost, zero real-world impact
Perfect for testing your agent's workflow

### Pricing

Free tier: 10 missions/month, 0% platform fee
Pro ($9.99/mo): Unlimited missions, priority matching, webhooks
Enterprise: Custom SLA, dedicated support, volume discounts

### REST API Alternative

If you prefer REST over MCP:

Base URL: https://rentaunhumano.com/api/
Auth: Authorization: Bearer YOUR_API_KEY
OpenAPI spec: https://rentaunhumano.com/.well-known/openapi.yaml
LLM-friendly docs: https://rentaunhumano.com/llms.txt

### Links

Platform
API Docs
MCP Docs
For Agents
npm Package
OpenAPI Spec
GitHub
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: GYMTOPZ
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-05-07T17:22:31.273Z
- Expires at: 2026-05-14T17:22:31.273Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/rentaunhumano-mcp)
- [Send to Agent page](https://openagent3.xyz/skills/rentaunhumano-mcp/agent)
- [JSON manifest](https://openagent3.xyz/skills/rentaunhumano-mcp/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/rentaunhumano-mcp/agent.md)
- [Download page](https://openagent3.xyz/downloads/rentaunhumano-mcp)