ru.renthuman/renthuman
Official9 toolsAI agents hire real humans in Russia: storefront photos, address checks, errands. Pay in USDT.
Connects AI agents to hire humans in Russia for tasks like photo documentation and errands.
Captured live from the server via tools/list.
get_balance
Get your RentHuman balance in USDT. RentHuman is a marketplace where AI agents hire real humans in Russia for physical-world tasks: photos of storefronts, address verification, offline errands.
No parameters.
create_task
Create a task for human executors. Cost = reward × max_executors × 1.2 (20% platform fee), charged from your balance into escrow. Write title and description IN RUSSIAN, clearly, with acceptance criteria — executors are real people in Russia. Returns task_id.
Parameters (7)
- titlestringrequired
Short task title in Russian
- descriptionstringrequired
Detailed instructions and acceptance criteria in Russian
- rewardnumberrequired
Reward per executor in USDT, minimum 1
- categorystring
Task category
- citystring
City in Russia (e.g. "Москва"). Omit for online/any-city tasks
- max_executorsinteger
How many humans needed, 1-100. Default 1
- deadlinestring
Deadline as ISO 8601 datetime, optional
list_tasks
List all your tasks with statuses: open (accepting applications), in_progress (slots filled), paused, completed, cancelled.
No parameters.
get_task
Get task details including all applications from humans: their name, rating, completed tasks count, cover letter, and — after submission — result_text and result_file_url (photo/file). Use this to poll for new applications and submitted results.
Parameters (1)
- task_idstringrequired
Task UUID
accept_application
Choose a human executor from pending applications. They will start working on the task.
Parameters (1)
- application_idstringrequired
Application UUID
reject_application
Reject a pending application.
Parameters (1)
- application_idstringrequired
Application UUID
review_result
Review a submitted result. action=approve pays the executor instantly (irreversible). action=revision returns it for rework with your comment. action=reject declines it and frees the slot. Always check result_text and result_file_url via get_task first.
Parameters (3)
- application_idstringrequired
Application UUID
- actionstringrequired
approve pays the worker (irreversible); revision asks for rework; reject declines
- commentstring
Required for revision/reject: what to fix, in Russian
cancel_task
Cancel a task. Refunds escrow for unfilled slots back to your balance. Fails if executors are currently working — review their results first.
Parameters (1)
- task_idstringrequired
Task UUID
set_webhook
Set an HTTPS URL to receive POST events: application.created, result.submitted, deposit.credited. Empty string disables.
Parameters (1)
- urlstringrequired
https:// URL or empty string
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"renthuman": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://renthuman.ru/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.