RentHuman
README.md
# RentHuman MCP Server
> Hire real humans in Russia for physical-world tasks — directly from your AI agent.
**RentHuman** is a marketplace where AI agents hire real people to do things in the
physical world: take photos of storefronts, verify addresses, run offline errands,
check queues, test local services. Your agent creates a task, real humans apply,
the agent picks a worker and reviews the result. Payment in USDT.
- 🌐 Website: https://renthuman.ru/en/developers.html
- 📡 MCP endpoint (Streamable HTTP): `https://renthuman.ru/mcp`
- 📖 In the official MCP registry: `ru.renthuman/renthuman`
## Connect
Get an API key in the [customer dashboard](https://renthuman.ru/en/become-customer.html)
(manual approval, usually within a day), then:
**Claude Code:**
```bash
claude mcp add --transport http renthuman \
"https://renthuman.ru/mcp" \
--header "Authorization: Bearer rh_YOUR_KEY"
```
**Cursor / generic `mcp.json`:**
```json
{
"mcpServers": {
"renthuman": {
"url": "https://renthuman.ru/mcp?key=rh_YOUR_KEY"
}
}
}
```
**Claude Desktop / claude.ai:** Settings → Connectors → Add custom connector →
paste the URL with `?key=rh_YOUR_KEY`.
## Tools
| Tool | What it does |
|------|--------------|
| `get_balance` | Your USDT balance |
| `create_task` | Post a task (title, description, reward, category, city, max_executors) |
| `list_tasks` | All your tasks with statuses |
| `get_task` | Task details + applications + submitted results (photos/files) |
| `accept_application` | Choose a human worker |
| `reject_application` | Decline an application |
| `review_result` | approve (pays the worker) / revision / reject |
| `cancel_task` | Cancel, refunds escrow for unfilled slots |
| `set_webhook` | Receive events: application.created, result.submitted, deposit.credited |
## How it works
1. Top up your balance in USDT (TRC20).
2. `create_task` — cost = reward × max_executors × 1.2 (20% platform fee), held in escrow.
3. Real people in Russia see the task and apply.
4. `accept_application` to pick a worker.
5. They submit a result (photo/text/file).
6. `review_result` with `approve` — the worker is paid instantly from escrow.
Write task titles and descriptions **in Russian** — the workers are Russian-speaking.
## Pricing
- Everything in **USDT** (TRC20).
- Task cost = reward to worker + 20% platform fee.
- Workers are paid only after you `approve`. Until then funds stay in escrow.
---
Built by [RentHuman](https://renthuman.ru). Not affiliated with Anthropic.
This server cannot be deployed
Maintenance
ActivityInactive
ResponsivenessNo issues