← Registry

Productivity

humanpages.ai

Helps find, profile, and hire freelance humans for various tasks.

x402 supported1 endpoint40 known toolsFirst detected June 5, 2026Last detected August 6, 2026

ENDPOINT 1

https://humanpages.ai/mcp

No auth detected

MCP server metadata

Name
humanpages
Version
1.0.0
Capabilities
tools

Known tools 40

search_humans

Search for humans available for hire.

Inferred read-only
get_human

Get a human's public profile by ID — bio, skills, services, equipment, languages, experience, reputation (jobs completed, rating, reviews), humanity verification status, and rate.

Inferred read-only
register_agent

Register a new agent on Human Pages.

Inferred read-only
get_agent_profile

Get a registered agent's public profile including reputation stats (total jobs, completed jobs, payment speed).

Potential side effects
get_wallet_nonce

Request a signing challenge (nonce) for wallet verification.

Inferred read-only
set_wallet

Set the wallet address for a registered agent.

Inferred read-only
get_funding_info

Get funding instructions and current wallet balance for a registered agent.

Inferred read-only
verify_agent_domain

Verify domain ownership for a registered agent.

Inferred read-only
create_job_offer

Send a job offer to a specific human.

Potential side effects
get_job_status

Check the current status of a job.

Inferred read-only
mark_job_paid

Record payment for an ACCEPTED job.

Potential side effects
approve_completion

Approve submitted work for a SUBMITTED job.

Inferred read-only
request_revision

Request changes on submitted work (job must be SUBMITTED).

Inferred read-only
check_humanity_status

Check the humanity verification status for a specific human.

Inferred read-only
leave_review

Rate a human after a COMPLETED job (1-5 stars + optional comment).

Inferred read-only
get_human_profile

Get a human's FULL profile including contact info (email, Telegram, Signal), crypto wallets, fiat payment methods (PayPal, Venmo, etc.

Potential side effects
request_activation_code

Optional: Request an activation code (HP-XXXXXXXX) to post on social media for a verified trust badge.

Potential side effects
verify_social_activation

Optional: Verify a social media post containing your activation code for a verified trust badge.

Potential side effects
get_activation_status

Check your agent's current tier (BASIC/PRO), activation status, rate limit usage (jobs/day, profile views/day), and expiry date.

Inferred read-only
get_payment_activation

Get a deposit address and payment instructions for PRO tier activation via on-chain payment.

Potential side effects
verify_payment_activation

Verify an on-chain payment for PRO tier activation.

Potential side effects
start_stream

Start a stream payment for an ACCEPTED stream job.

Potential side effects
record_stream_tick

Record a micro-transfer stream payment.

Potential side effects
pause_stream

Pause an active stream.

Inferred read-only
resume_stream

Resume a paused stream.

Inferred read-only
stop_stream

Stop a stream permanently and mark the job as completed.

Inferred read-only
send_job_message

Send a message to the human on an active job.

Potential side effects
get_job_messages

Get all messages for a job (chronological).

Inferred read-only
create_listing

Post a job on the public job board for humans to discover and apply to.

Potential side effects
get_listings

Browse open job listings on the public board.

Inferred read-only
get_listing

Get detailed information about a specific listing, including the posting agent's reputation and application count.

Inferred read-only
get_listing_applications

View applications for your listing.

Inferred read-only
make_listing_offer

Hire a listing applicant.

Inferred read-only
cancel_listing

Cancel an open listing.

Inferred read-only
list_arbitrators

Browse available escrow arbitrators.

Inferred read-only
register_as_arbitrator

Register your agent as an escrow arbitrator.

Inferred read-only
get_dispute_details

Get full case details for an escrow dispute.

Inferred read-only
submit_verdict

Submit a signed EIP-712 verdict to resolve an escrow dispute.

Inferred read-only
get_promo_status

Check the launch promo status — free PRO tier for the first 100 agents.

Inferred read-only
claim_free_pro_upgrade

Deprecated: Agents are now auto-activated on PRO tier at registration.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.humanpages]
url = "https://humanpages.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "humanpages": {
      "type": "http",
      "url": "https://humanpages.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: humanpages
Remote MCP URL: https://humanpages.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "humanpages": {
      "url": "https://humanpages.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "humanpages": {
      "type": "http",
      "url": "https://humanpages.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "humanpages",
  "transport": "streamable-http",
  "url": "https://humanpages.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for humanpages.ai was fetched 2026-08-04T03:22:40.077Z.

Trust status Neutral

humanpages.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.