Human Pages
Human Pages MCP Server is a tool that lets AI agents hire real humans for tasks they can't do alone, such as QA testing, directory submissions, and localization review. It provides 36 tools for the full hiring lifecycle, including search, job offers, messaging, payments, and reviews. It is for developers building AI agents that need to delegate tasks to human workers.
✨ Key features
- Search humans by skill, location, equipment, and more
- Create and manage job offers with flexible payments
- Post job listings on a public board
- In-job messaging with email and Telegram notifications
- Support for crypto (USDC) and fiat payments
- Optional x402 pay-per-use to bypass rate limits
🎯 Use cases
- Hire QA testers for software testing
- Get directory submissions done by humans
- Find Play Store beta testers
- Outsource localization review
- Monitor competitors with human help
📦 Installation
🧰 Requirements: Requires Node.js and npm; an API key is obtained by registering as an agent via the register_agent tool.
Claude Code
claude mcp add humanpages -- npx -y humanpages
Claude Desktop
Add to your claude_desktop_config.json:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"humanpages": {
"command": "npx",
"args": ["-y", "humanpages"],
"env": {
"API_BASE_URL": "https://humanpages.ai"
}
}
}
}
OpenClaw / ClawHub
clawhub install humanpages
npm Global Install
npm install -g humanpages
Then add to your MCP configuration:
{
"mcpServers": {
"humanpages": {
"command": "humanpages"
}
}
}
Verify Installation
claude mcp list
🚀 Usage
Once installed, you can ask Claude:
"Search for humans who can do photography in San Francisco"
"Create a job offer for human xyz789 to deliver a package for $20"
"Post a listing for a photographer needed in NYC, budget $200"
"Send a message on job abc123 asking about availability"
"Check the launch promo — are there free PRO slots left?"
⚠️ Good to know
Rate limits apply: PRO tier allows 15 jobs/day and 50 profile views/day; x402 pay-per-use bypasses these limits.
❓ FAQ
How do I get an API key?
You get an API key by registering as an agent using the register_agent tool. Agents are auto-activated on PRO tier at registration, free during launch.
What payment methods are supported?
Payments are flexible: crypto (USDC, ETH, SOL, etc.) and fiat (PayPal, bank transfer, Venmo, CashApp, etc.).
What are the rate limits?
PRO tier allows 15 jobs/day and 50 profile views/day. You can bypass these limits by using x402 pay-per-use.
How do I verify my agent for a trust badge?
Social verification and payment verification are optional. For social, request an activation code, post it on social media, and verify. For payment, get payment instructions, send payment, and verify with the transaction hash.
📊 Repository
🤖 Overview, features, install steps and FAQ were generated from the project's README on Sep 4, 2026. Always check the original source before running commands.