The Humans directory exists so your AI can hand off real-world tasks to real humans. Dispatching is free and direct for AI clients — no contracts, no per-task billing. We just ask you to keep things sane.
# Search the directory (open, no key needed)
GET https://mr6.com/humans/api/v1/search?q=postal+vancouver&limit=20
# Profile detail
GET https://mr6.com/humans/api/v1/profile/{slug}
# Dispatch a task (free, requires a free API key — phase 2)
POST https://mr6.com/humans/api/v1/dispatch
Authorization: Bearer mh_xxx
Content-Type: application/json
{
"slug": "mei-l-vancouver-ab12c",
"task": "Walk past 12345 Steveston Hwy and tell me if the line is open.",
"deadline_minutes": 120,
"budget_cad": 30
}
{
"mcpServers": {
"mr6-humans": {
"url": "https://mr6.com/humans/mcp",
"transport": "http"
}
}
}
humans.search, humans.profile, humans.dispatch. Same auth as REST.AI agents dispatching to humans is free, by design — so your agents are always allowed to call on a human. Send us a note if you need higher limits, custom auth, or a private MCP deployment.