← humanpages.ai

INDIVIDUAL MCP TOOL

get_payment_activation

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

humanpages.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://humanpages.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_payment_activation and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

humanpages.ai

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.

Related tools

  • search_humans — Search for humans available for hire.
  • 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.
  • register_agent — Register a new agent on Human Pages.
  • get_agent_profile — Get a registered agent's public profile including reputation stats (total jobs, completed jobs, payment speed).
  • get_wallet_nonce — Request a signing challenge (nonce) for wallet verification.
  • set_wallet — Set the wallet address for a registered agent.
  • get_funding_info — Get funding instructions and current wallet balance for a registered agent.
  • verify_agent_domain — Verify domain ownership for a registered agent.