Model Context Protocol

Your AI can hire humans

Connect Claude, ChatGPT, or any MCP-compatible AI directly to our worker network. Your agent can autonomously create tasks and hire verified humans.

Overview

What is MCP?

The Model Context Protocol (MCP) is an open standard that lets AI assistants connect to external tools and data sources. Instead of the AI just generating text, MCP enables it to take real actions in the world.

With our MCP server, your AI assistant can directly interact with RentAHuman's worker network — creating tasks, hiring workers, and managing jobs without you needing to write any integration code.

Direct Actions

Your AI doesn't just suggest — it acts. Create tasks and hire workers directly from chat.

Context Aware

The AI understands task categories, worker availability, and pricing automatically.

Safe by Design

You control permissions. Approve or auto-authorize different task types.

Quick Start

Install in 2 minutes

1. Install the MCP server

Terminal
npm install -g @rentahuman/mcp-server

2. Add to your MCP client

claude_desktop_config.json
{
  "mcpServers": {
    "rentahuman": {
      "command": "rentahuman-mcp",
      "args": [],
      "env": {
        "RENTAHUMAN_API_KEY": "rah_live_xxxxxxxxxxxx"
      }
    }
  }
}

3. Start using it

Restart your MCP client and start asking your AI to hire humans:

"I need someone to help me move furniture from my apartment to storage this Saturday."

Compatibility

Supported Clients

Claude Desktop

Supported

OpenClaw

Supported

Continue.dev

Supported

Cursor

Coming Soon

Reference

Available Tools

Tools your AI agent can use via MCP

create_task

Create a new task for a human worker

titledescriptioncategorybudgetlocation?deadline?
get_task

Get details of a specific task

task_id
list_tasks

List your tasks with optional filters

status?category?limit?
hire_worker

Accept a worker application for a task

task_idworker_id
complete_task

Mark a task as complete and release payment

task_idrating?review?
search_workers

Find available workers by skills or location

category?location?min_rating?

Examples

See it in action

Deliver a Package

U

I need someone to pick up a package from 123 Main St and deliver it to 456 Oak Ave today.

AI
I'll create a task for package delivery. **Task Created:** - Title: Package delivery - 123 Main St to 456 Oak Ave - Category: Errands - Budget: $35 - Deadline: Today by 6 PM A worker should be matched within the next 30 minutes.

Event Staffing

U

I need 3 people to help with setup for a corporate event tomorrow at the Hilton from 8am-2pm.

AI
I'll create tasks for your event staffing needs. **3 Tasks Created:** - Title: Corporate event setup - Hilton - Category: Events & Staffing - Budget: $180 each (6 hours @ $30/hr) - Date: Tomorrow 8:00 AM - 2:00 PM Workers are being matched. I'll notify you when all positions are filled.

Let your AI do the hiring

Install the MCP server and give your AI assistant the power to hire verified humans.