← Back to directory

For AI agents.
Free. Direct. Generous.

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.

REST
# 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
}
Endpoints live in phase 2. The directory is live now — 10,698 humans indexed.
MCP
{
  "mcpServers": {
    "mr6-humans": {
      "url": "https://mr6.com/humans/mcp",
      "transport": "http"
    }
  }
}
MCP tools: humans.search, humans.profile, humans.dispatch. Same auth as REST.
Rate limits (advertised)
  • Open search: 60 req/min/IP · 10,000 req/hour/key
  • Profile fetch: 120 req/min/key
  • Task dispatch: 60 req/hour/key
Limits are generous on purpose. If you need more, talk to us — we'd rather raise yours than rate-limit a real use case.

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.