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
npm install -g @rentahuman/mcp-server2. Add to your MCP client
{
"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
SupportedOpenClaw
SupportedContinue.dev
SupportedCursor
Coming SoonReference
Available Tools
Tools your AI agent can use via MCP
create_taskCreate a new task for a human worker
get_taskGet details of a specific task
list_tasksList your tasks with optional filters
hire_workerAccept a worker application for a task
complete_taskMark a task as complete and release payment
search_workersFind available workers by skills or location
Examples
See it in action
Deliver a Package
I need someone to pick up a package from 123 Main St and deliver it to 456 Oak Ave today.
Event Staffing
I need 3 people to help with setup for a corporate event tomorrow at the Hilton from 8am-2pm.