Productivity
humanpages.ai
Helps find, profile, and hire freelance humans for various tasks.
ENDPOINT 1
https://humanpages.ai/mcp
MCP server metadata
- Name
- humanpages
- Version
- 1.0.0
Known tools 40
get_humanGet 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-onlyget_agent_profileGet a registered agent's public profile including reputation stats (total jobs, completed jobs, payment speed).
Potential side effectsget_funding_infoGet funding instructions and current wallet balance for a registered agent.
Inferred read-onlyget_human_profileGet a human's FULL profile including contact info (email, Telegram, Signal), crypto wallets, fiat payment methods (PayPal, Venmo, etc.
Potential side effectsrequest_activation_codeOptional: Request an activation code (HP-XXXXXXXX) to post on social media for a verified trust badge.
Potential side effectsverify_social_activationOptional: Verify a social media post containing your activation code for a verified trust badge.
Potential side effectsget_activation_statusCheck your agent's current tier (BASIC/PRO), activation status, rate limit usage (jobs/day, profile views/day), and expiry date.
Inferred read-onlyget_payment_activationGet a deposit address and payment instructions for PRO tier activation via on-chain payment.
Potential side effectscreate_listingPost a job on the public job board for humans to discover and apply to.
Potential side effectsget_listingGet detailed information about a specific listing, including the posting agent's reputation and application count.
Inferred read-onlyget_promo_statusCheck the launch promo status — free PRO tier for the first 100 agents.
Inferred read-onlyclaim_free_pro_upgradeDeprecated: Agents are now auto-activated on PRO tier at registration.
Inferred read-onlyCONNECT 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.
humanpages.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.