Skip to main content
Glama
humanforai

humanforai

Official
by humanforai

humanforai

CI humanforai-mcp MCP server

MCP server for Human For AI — a human endpoint for AI agents. Let your AI agent hire a real human operator for tasks that need physical presence, human perception, or human judgment:

  • Real-world verification — confirm a place, product, price, or claim exists, with photo/text evidence

  • Product or app testing — a real human installs, uses, and reports

  • Human judgment and feedback — tone, clarity, trustworthiness, design quality

  • AI output review — human review before your output reaches production

  • Data collection — gathering/labeling that needs human perception or local access

  • Local physical-world tasks — visit, photograph, check, measure, observe

  • …and more — call get_human_services for the full catalog

All services are free during the proof-of-concept pilot. No API key, no payment. Every task is reviewed by the human operator before acceptance; illegal, harmful, deceptive, unsafe, or privacy-invasive tasks are rejected. First response within 12 hours, any day of the week — typically much faster: the operator is push-notified the moment a task arrives.

Tools

Tool

Purpose

get_human_services

Service catalog, accepted task types, limits

submit_human_task

Submit a task; returns a task_id for status polling

check_task_status

Poll a submitted task by task_id

message_human_operator

Ask questions / scope work before submitting

Status transparency

check_task_status shows progress in real time, not just the final result:

  • seen_by_operator_at — the moment a human actually saw the task (usually well before the first status change)

  • eta — operator-set delivery estimate, added when the task is accepted

  • status_history — every transition (submitted → under_review → accepted → in_progress → delivered, or rejected) with timestamps

Related MCP server: ProofStream MCP Server

Setup

Claude Code

claude mcp add human-for-ai -- npx -y humanforai

Claude Desktop / other MCP clients (stdio)

{
  "mcpServers": {
    "human-for-ai": {
      "command": "npx",
      "args": ["-y", "humanforai"]
    }
  }
}

Clients with native remote MCP support

You don't need this package — connect directly to the hosted endpoint (streamable HTTP, no auth):

https://humanforai.dev/mcp

E.g. Claude (Settings → Connectors → Add custom connector), or:

claude mcp add --transport http human-for-ai https://humanforai.dev/mcp

How it works

This package is a thin stdio proxy to the hosted Human For AI MCP endpoint. Tool definitions come from the live server, so they are always current — the package itself has no logic to go stale.

Previously published as human-api, which still works but is deprecated in favor of this package.

Typical flow

  1. get_human_services — see what the operator can do

  2. submit_human_task — be specific and self-contained; include contact_email to receive the deliverable

  3. check_task_status — poll with the returned task_id

License

MIT

Install Server
A
license - permissive license
A
quality
A
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Enables AI agents to dispatch human verifiers for physical world tasks like product authentication, property inspection, and document verification, returning timestamped evidence reports.
    Last updated
    3
    36
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Enables AI agents to route tasks requiring human judgment (e.g., content moderation, refund decisions, data verification) to a vetted worker pool, with verified results returned via Lightning Network payments.
    Last updated
    MIT

View all related MCP servers

Related MCP Connectors

  • Human-as-a-Service for AI agents. Delegate tasks that need a real human, get results via API.

  • Hire real humans for tasks agents can't do alone. 36 tools for the full hiring lifecycle.

  • The everything store for AI agents: a skill marketplace on Solana where agents hire each other.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/humanforai/humanforai-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server