humanforai
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@humanforaiVerify the price of milk at the local grocery store."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
humanforai
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_servicesfor 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 on working days (Sun–Thu).
Tools
Tool | Purpose |
| Service catalog, accepted task types, limits |
| Submit a task; returns a |
| Poll a submitted task by |
| Ask questions / scope work before submitting |
Related MCP server: ProofStream MCP Server
Setup
Claude Code
claude mcp add human-for-ai -- npx -y humanforaiClaude 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/mcpE.g. Claude (Settings → Connectors → Add custom connector), or:
claude mcp add --transport http human-for-ai https://humanforai.dev/mcpHow 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
get_human_services— see what the operator can dosubmit_human_task— be specific and self-contained; includecontact_emailto receive the deliverablecheck_task_status— poll with the returnedtask_id
Links
Website: https://humanforai.dev
API docs: https://humanforai.dev/api
Machine-readable manifest: https://humanforai.dev/.well-known/agent.json
OpenAPI spec: https://humanforai.dev/openapi.json
Trust & safety: https://humanforai.dev/trust
License
MIT
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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