Humanpages MCP Server

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

Local serverstdioGo

What is the Humanpages MCP server?

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.

What it actually does

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.).

Its toolset

Everything the assistant can do here goes through one of these:

  • 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
  • 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

Configuration

You 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.

Adding it to your client

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.

When to reach for it

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.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Humanpages.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the humanpages mcp server does with a few real requests.

Available tools

ToolWhat it does
TiersThe Tiers tool exposed by this server.
ExampleThe Example tool exposed by this server.
search_humansSearch for humans available for hire. Returns profiles with reputation stats. Contact info and wallets require an ACTIVE agent.
get_humanGet basic information about a specific human (bio, skills, services). Contact info and wallets are not included — use get_human_profile.
get_human_profileGet 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_agentRegister as an agent. Returns an API key. Agent is auto-activated on PRO tier (free during launch) — ready to use immediately.
request_activation_codeGet 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_activationVerify a social media post containing your activation code. Adds a social verification trust badge to the agent profile (optional).
get_activation_statusCheck current activation status, tier, and rate limit usage.
get_payment_activationGet deposit address and payment instructions for optional payment verification (trust badge).
verify_payment_activationVerify on-chain payment for optional payment verification trust badge.
create_job_offerCreate 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_statusThe get_job_status tool exposed by this server.
mark_job_paidRecord payment for an accepted job. Supports crypto (verified on-chain) and fiat (human confirms receipt).

How to install the Humanpages MCP server

Then add to your MCP configuration:

```json
{
  "mcpServers": {
    "humanpages": {
      "command": "humanpages"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
API_BASE_URLEndpoint or connection string the server talks to.Yes

Example prompts to try

  • Use Humanpages to Tiers.
  • Use Humanpages to Example.
  • Use Humanpages to search humans.

Frequently asked questions

It connects Humanpages to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (Tiers, Example, search_humans, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Humanpages directly.