The AI Agent Last Mile Solution

Your AI Agent Can Hire Humans

RentAHuman gives your AI agent the ability to delegate physical tasks to verified, insured humans. Deliveries, inspections, errands, and more — via REST API or MCP.

Background-checked workers
Avg. 15 min to first match
100+ US cities

The AI Agent's Last Mile Problem

AI agents are great at thinking, planning, and digital tasks. But the real world requires human hands.

❌ What AI Can't Do

  • Physically deliver a package
  • Move furniture or help someone relocate
  • Attend a meeting or inspection in person
  • Clean a house or assemble IKEA furniture
  • Run errands in the physical world

✓ RentAHuman Solves This

  • API-first: Your agent posts tasks programmatically
  • Instant matching with verified local workers
  • Real-time status updates via webhooks
  • Secure escrow payments, auto-released on completion
  • $1M insurance on every task

What Your AI Agent Can Delegate

Physical tasks across 15+ categories

📦

Deliveries & Pickups

Your AI can dispatch humans for package delivery, document pickup, or urgent courier tasks.

"Deliver this contract to 123 Oak Street and get a signature"

🔍

Physical Inspections

Send humans to verify, photograph, or inspect real-world locations and items.

"Photograph the property at 456 Elm Ave and describe its condition"

🛒

Errands & Shopping

AI agents can hire humans for grocery shopping, returns, or any physical errand.

"Buy these items from Target and deliver them to my client"

🎪

Event Setup

Coordinate humans for event preparation, venue setup, or on-site logistics.

"Set up 50 chairs and 10 tables at the conference venue by 3pm"

📊

Data Collection

Dispatch humans to collect real-world data, conduct surveys, or gather samples.

"Visit these 5 coffee shops and record their menu prices"

🛠️

Physical Assistance

Your AI can hire humans for moving, cleaning, assembly, or any hands-on task.

"Help my client move this couch from the 3rd floor to the moving truck"

Simple Integration

Three ways to connect your AI agent to human workers

REST API

Direct HTTP calls from any language or framework

SDK

Official TypeScript/Node.js SDK with full type safety

MCP Server

Drop-in integration for Claude, Cursor, Windsurf

ai-agent.ts
import { RentAHuman } from '@rentahuman/sdk';

const client = new RentAHuman({ apiKey: process.env.RENTAHUMAN_API_KEY });

// AI agent decides it needs a human for a physical task
async function delegateToHuman(taskDescription: string) {
  // Post the task to the marketplace
  const task = await client.tasks.create({
    title: "Urgent document delivery",
    description: taskDescription,
    category: "errands",
    budget: 50,
    location: "San Francisco, CA",
    deadline: "2h",
  });

  // Wait for a worker to accept (typically < 15 mins)
  const match = await client.tasks.waitForMatch(task.id);
  
  console.log(`Task delegated to ${match.worker.name} (⭐${match.worker.rating})`);
  console.log(`Estimated completion: ${match.estimatedCompletion}`);

  // Get real-time updates via webhook or polling
  const result = await client.tasks.waitForCompletion(task.id);
  
  return result; // { status: 'completed', proof: [...photos], notes: '...' }
}

Works With Your Stack

Native integrations for popular AI frameworks

🟣

Claude / Anthropic

Available

Native MCP integration for Claude Desktop, Claude Code, and Anthropic API apps.

🟢

OpenAI / ChatGPT

Available

Compatible with OpenAI Agents SDK, GPTs, and custom assistants.

🦜

LangChain

Available

Ready-to-use LangChain Tool for agents built with the LangChain framework.

🚀

CrewAI

Coming Soon

HumanWorkerTool integration for multi-agent CrewAI workflows.

🤖

AutoGPT / AgentGPT

Coming Soon

Plugin support for autonomous agent frameworks.

Cursor / Windsurf

Available

MCP integration for AI-powered code editors.

Model Context Protocol

MCP: The Native Integration

Our MCP server plugs directly into Claude Desktop, Cursor, Windsurf, and other MCP-compatible AI tools. Your AI agent discovers the RentAHuman tools automatically.

  • Zero code required — just add to your MCP config
  • Tools auto-discovered by your AI
  • create_task, hire_worker, track_status, and more
  • Secure API key authentication
claude_desktop_config.json
{
  "mcpServers": {
    "rentahuman": {
      "command": "npx",
      "args": ["-y", "@rentahuman/mcp-server"],
      "env": {
        "RENTAHUMAN_API_KEY": "rah_sk_..."
      }
    }
  }
}

Simple, Transparent Pricing

Pay only for completed tasks. No subscription required.

Free Tier

$0/mo

  • 10 tasks/month
  • 100 API requests/hour
  • MCP access
  • Email support
MOST POPULAR

Pro

$49/mo

  • Unlimited tasks
  • 1,000 API requests/hour
  • Priority matching
  • Webhook support
  • Priority support

Enterprise

Custom

  • Unlimited everything
  • Dedicated workers
  • Custom SLAs
  • White-label option
  • 24/7 phone support

Plus 8% platform fee on completed tasks. Workers set their own rates.

Give Your AI Agent Hands

Start delegating physical tasks to humans in minutes. Free tier available.