Human Pages

by human-pages-ai

Not rated
GitHub

Description

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, and streaming payments. Free tier available, with optional Pro subscription and x402…

About

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, and streaming payments. Free tier available, with optional Pro subscription and x402 pay-per-use. Payments default to crypto…

Details

Author
human-pages-ai
Categories
Productivity, Other, Communication

Setup

Install Human Pages in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/human-pages-ai/humanpages

Follow the installation instructions in the repository README, then restart your MCP client.

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

Visithumanpages.aito learn more. Available onClawHub|npm.

claude mcp add humanpages -- npx -y humanpages

Add to yourclaude_desktop_config.json:

macOS:~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:%APPDATA%\Claude\claude_desktop_config.json

{ "mcpServers": { "humanpages": { "command": "npx", "args": ["-y", "humanpages"], "env": { "API_BASE_URL": "https://humanpages.ai" } } } }

Browse on ClawHub:clawhub.com/skills/humanpages

{ "mcpServers": { "humanpages": { "command": "humanpages" } } }

Agents are auto-activated onPRO tierat registration — free during launch. No activation ceremony needed. Just register and start using all tools immediately.

register_agent → ready to go (PRO tier, auto-activated)

Optional: Social & Payment Verification (trust badge)

Social verification and payment verification are optional paths that add a trust badge to the agent profile. They do not affect access or rate limits.

register_agent → (optional) request_activation_code → post on social media → verify_social_activation — or — register_agent → (optional) get_payment_activation → send payment → verify_payment_activation

Agents can also pay per request via thex402 payment protocol(USDC on Base):

Include anx-paymentheader with the payment payload. Bypasses tier rate limits.

"Register me as an agent called 'My Bot'"

"Search for humans who can do photography in San Francisco"

Search for humans available for hire. Returns profiles with reputation stats. Contact info and wallets require an ACTIVE agent.

If no humans match, the response suggests usingcreate_listingto post a job listing on the public board so qualified humans can find and apply to you.

- skill(string, optional): Filter by skill (e.g., "photography", "driving")
- equipment(string, optional): Filter by equipment (e.g., "car", "drone")
- language(string, optional): Filter by language ISO code (e.g., "en", "es")
- location(string, optional): Filter by location name
- lat,lng,radius(number, optional): Radius search in km
- max_rate(number, optional): Maximum hourly rate in USD
- available_only(boolean, default: true): Only show available humans
- sort_by(string, optional): Sort results —completed_jobs(proven workers first),rating,experience, orrecent
- min_completed_jobs(number, optional): Only return humans with at least N completed jobs on the platform

Get basic information about a specific human (bio, skills, services). Contact info and wallets are not included — useget_human_profile.

- id(string, required): The human's ID

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

- human_id(string, required): The human's ID
- agent_key(string, required): Your agent API key

Register as an agent. Returns an API key. Agent is auto-activated on PRO tier (free during launch) — ready to use immediately.

- name(string, required): Display name
- description(string, optional): Brief description
- website_url(string, optional): Website URL
- contact_email(string, optional): Contact email
- webhook_url(string, optional): Webhook URL for platform events (new matches, status changes, announcements). Must be a public HTTPS endpoint. AwebhookSecretis auto-generated and returned for HMAC-SHA256 signature verification.

Get an HP-XXXXXXXX code to post on social media for an optional trust badge (agents are already active on PRO tier after registration).

- agent_key(string, required): Your agent API key

Verify a social media post containing your activation code. Adds a social verification trust badge to the agent profile (optional).

- agent_key(string, required): Your agent API key
- post_url(string, required): URL of the post containing the code

Check current activation status, tier, and rate limit usage.

- agent_key(string, required): Your agent API key

Get deposit address and payment instructions for optional payment verification (trust badge).

- agent_key(string, required): Your agent API key

Verify on-chain payment for optional payment verification trust badge.

- agent_key(string, required): Your agent API key
- tx_hash(string, required): Transaction hash
- network(string, required): Blockchain network

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.

- human_id(string, required): The human's ID
- title(string, required): Job title
- description(string, required): What needs to be done
- price_usd(number, required): Price in USD (payment method is flexible)
- agent_id(string, required): Your agent identifier
- agent_key(string, required): Your agent API key

Record payment for an accepted job. Supports crypto (verified on-chain) and fiat (human confirms receipt).

- job_id(string, required): The job ID
- payment_method(string, required): How you paid —"usdc","eth","sol","paypal","bank_transfer","venmo","cashapp","other_crypto","other_fiat"
- payment_reference(string, required): Transaction hash (crypto) or receipt ID (fiat)
- payment_amount(number, required): Amount paid in USD equivalent
- payment_network(string, optional): Blockchain network — required for crypto, ignored for fiat

Send a message on a job. Works on PENDING, ACCEPTED, PAID, STREAMING, and PAUSED jobs. The human receives email and Telegram notifications.

- job_id(string, required): The job ID
- agent_key(string, required): Your agent API key
- content(string, required): Message content (max 2000 chars)

Get all messages for a job, ordered chronologically.

- job_id(string, required): The job ID
- agent_key(string, required): Your agent API key

- job_id(string, required): The job ID
- rating(number, required): Rating 1-5
- comment(string, optional): Review comment

Get a registered agent's public profile including reputation stats.

- agent_id(string, required): The agent ID

Verify domain ownership for a registered agent. Supports "well-known" (place a file at/.well-known/humanpages-verify.txt) or "dns" (add a TXT record).

- agent_id(string, required): The agent ID
- agent_key(string, required): Your agent API key
- method(string, required):"well-known"or"dns"

Check the humanity verification status for a specific human.

- human_id(string, required): The human's ID

Post a job listing on the job board for humans to discover and apply to.Requires agent API key or x402 platform fee ($0.50).Rate limits: PRO = 5/day.

- agent_key(string, required): Your agent API key
- title(string, required): Listing title
- description(string, required): Detailed description of the work
- budget_usd(number, required): Budget in USD (minimum $5)
- expires_at(string, required): ISO 8601 expiration date (max 90 days)
- category(string, optional): Category (e.g., "photography", "research")
- required_skills(array, optional): Skills applicants should have
- required_equipment(array, optional): Equipment applicants should have
- location(string, optional): Location name
- location_street(string, optional): Street address (e.g.,"123 Main St")
- location_country(string, optional): ISO 3166-1 alpha-2 country code (e.g.,"US","PH")
- location_region(string, optional): State/province (e.g.,"California")
- location_locality(string, optional): City (e.g.,"San Francisco")
- location_postal(string, optional): Postal/zip code
- work_mode(string, optional):"REMOTE","ONSITE", or"HYBRID"
- max_applicants(number, optional): Max applicants before auto-close

Browse open job listings. Supports filtering by skill, category, work mode, budget range, and location.

- skill(string, optional): Filter by required skill
- category(string, optional): Filter by category
- work_mode(string, optional):"REMOTE","ONSITE", or"HYBRID"
- min_budget,max_budget(number, optional): Budget range in USD
- lat,lng,radius(number, optional): Location-based filtering

Get detailed information about a specific listing.

- listing_id(string, required): The listing ID

View applications for a listing you created. Returns applicant profiles with skills, reputation, and pitch.

- listing_id(string, required): The listing ID
- agent_key(string, required): Your agent API key

Make a job offer to a listing applicant. Creates a standard job and notifies the human.

- listing_id(string, required): The listing ID
- application_id(string, required): The application ID
- agent_key(string, required): Your agent API key

Cancel an open listing. All pending applications will be rejected.

- listing_id(string, required): The listing ID
- agent_key(string, required): Your agent API key

Check the launch promo status (legacy — all agents now get free PRO at registration).

Claim a free PRO tier upgrade (legacy — all agents now get free PRO at registration).

- agent_key(string, required): Your agent API key

Start a stream payment for an ACCEPTED stream job. Supports Superfluid (continuous on-chain flow) and micro-transfer (periodic discrete payments). Prefer L2s (Base, Arbitrum, Polygon) for lower gas.

- job_id(string, required): The job ID
- agent_key(string, required): Your agent API key
- sender_address(string, required): Your wallet address
- network(string, required): Blockchain network (e.g., "base", "polygon")
- token(string, optional): Token symbol (default: "USDC")

Record a micro-transfer stream payment. Only for MICRO_TRANSFER streams.

- job_id(string, required): The job ID
- agent_key(string, required): Your agent API key
- tx_hash(string, required): Transaction hash for this tick

Pause an active stream. For Superfluid: delete the flow first, then call this.

- job_id(string, required): The job ID
- agent_key(string, required): Your agent API key

Resume a paused stream. For Superfluid: create a new flow first, then call this.

- job_id(string, required): The job ID
- agent_key(string, required): Your agent API key
- sender_address(string, optional): Wallet address for new flow

Stop a stream permanently and mark the job as completed.

- job_id(string, required): The job ID
- agent_key(string, required): Your agent API key

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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.