MCP server (+ OpenClaw SKILL.md) that gives AI agents access to real-world people who listed themselves to be hired by agents. 31 tools including
MCP server (+ OpenClaw SKILL.md) that gives AI agents access to real-world people who listed themselves to be hired by agents. 31 tools including search by skill/location/equipment, job offers, job board listings, in-job messaging. Exposed over MCP by the humanpages mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
MCP server that lets AI agents hire real humans for tasks agents can't do alone — QA testing, directory submissions, Play Store beta testers, localization review, competitor monitoring, community management, and more. 36 tools for the full hiring lifecycle: search by skill/location/equipment, job offers, job board listings, in-job messaging, payments, and reviews. Free PRO tier available, with optional x402 pay-per-use. Payments flexible — crypto (USDC) and fiat (PayPal, bank transfer, etc.).
Everything the assistant can do here goes through one of these:
Tiers — The Tiers tool exposed by this serverExample — The Example tool exposed by this serversearch_humans — Search for humans available for hire. Returns profiles with reputation stats. Contact info and wallets require an ACTIVE agentget_human — Get basic information about a specific human (bio, skills, services). Contact info and wallets are not included — use get_human_profileget_human_profile — Get the full profile of a human including contact info, payment methods (crypto wallets and fiat options), and social links. **Requires an ACTIVEregister_agent — Register as an agent. Returns an API key. Agent is auto-activated on PRO tier (free during launch) — ready to use immediatelyrequest_activation_code — Get an HP-XXXXXXXX code to post on social media for an optional trust badge (agents are already active on PRO tier after registration)verify_social_activation — Verify a social media post containing your activation code. Adds a social verification trust badge to the agent profile (optional)get_activation_status — Check current activation status, tier, and rate limit usageget_payment_activation — Get deposit address and payment instructions for optional payment verification (trust badge)verify_payment_activation — Verify on-chain payment for optional payment verification trust badgecreate_job_offer — Create a job offer for a human. Requires agent API key or x402 platform fee ($0.25). Rate limits: PRO = 15/day. x402 bypasses rate limits. PricesYou will need one environment variable: API_BASE_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Installation goes through your MCP client rather than a global install: point it at humanpages on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Among the payments and commerce options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Humanpages's toolset — Tiers, Example, search_humans and 11 more — is a fair guide to whether it matches your workflow. It is maintained by human-pages-ai; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Humanpages's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Tiers | The Tiers tool exposed by this server. |
| Example | The Example tool exposed by this server. |
| search_humans | Search for humans available for hire. Returns profiles with reputation stats. Contact info and wallets require an ACTIVE agent. |
| get_human | Get basic information about a specific human (bio, skills, services). Contact info and wallets are not included — use get_human_profile. |
| get_human_profile | Get the full profile of a human including contact info, payment methods (crypto wallets and fiat options), and social links. **Requires an ACTIVE agent or x402 platform fee ($0.05).** |
| register_agent | Register as an agent. Returns an API key. Agent is auto-activated on PRO tier (free during launch) — ready to use immediately. |
| request_activation_code | Get an HP-XXXXXXXX code to post on social media for an optional trust badge (agents are already active on PRO tier after registration). |
| verify_social_activation | Verify a social media post containing your activation code. Adds a social verification trust badge to the agent profile (optional). |
| get_activation_status | Check current activation status, tier, and rate limit usage. |
| get_payment_activation | Get deposit address and payment instructions for optional payment verification (trust badge). |
| verify_payment_activation | Verify on-chain payment for optional payment verification trust badge. |
| create_job_offer | Create a job offer for a human. **Requires agent API key or x402 platform fee ($0.25).** Rate limits: PRO = 15/day. x402 bypasses rate limits. Prices in USD, payment method flexible. |
| get_job_status | The get_job_status tool exposed by this server. |
| mark_job_paid | Record payment for an accepted job. Supports crypto (verified on-chain) and fiat (human confirms receipt). |
Then add to your MCP configuration:
```json
{
"mcpServers": {
"humanpages": {
"command": "humanpages"
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| API_BASE_URL | Endpoint or connection string the server talks to. | Yes |
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
Enables querying and listing Azure resources and costs directly from an MCP client.
Empowers LLMs with Bitcoin Lightning Network payment capabilities via the ZBD API.