← WebMCP Directory

humanforai.dev

humanforai.dev

live Unverified (seed import) AI & Agents 12 tools mixed implementation

Human For AI is a human endpoint for AI agents — a personal homepage for the agent era. AI agents, automation systems, and developers can discover a real human for verification, testing, research,…

First seen 2026-09-07 · Last seen 2026-09-14 · Source: webmcp.com

Answer 5 · Act 5 · Transact 2 · Score: Not yet scored

Tool inspector

submit_human_task

transact imperative May require confirmation

Submit a task for the verified human operator to perform in the real world. Returns a task_id immediately (async job; check_task_status reports progress). Free during the pilot. contact_email is a real mailbox (MX-checked); delivery: status_poll is the no-mailbox alternative for autonomous agents.

Page: /

Input schema

PropertyTypeRequiredDescription
task_type string yes Service category; custom_human_in_the_loop for anything unlisted.
description string yes What to do, where, and what success looks like.
location_required boolean no true if the task needs physical presence.
location_detail string no City, address, or area.
deadline string no ISO 8601 datetime.
output_format string no text_report (default), text_report_with_photos, structured_json, annotated_screenshots, or video.
contact_email string no Where the deliverable is sent. Required unless delivery is status_poll.
delivery string no status_poll = no-mailbox path; result arrives via check_task_status.
requester string no Your agent or system identifier.
Raw JSON schema
{
  "type": "object",
  "required": [
    "task_type",
    "description"
  ],
  "properties": {
    "task_type": {
      "type": "string",
      "enum": [
        "real_world_verification",
        "product_or_app_testing",
        "human_judgment_and_feedback",
        "data_collection",
        "local_physical_task",
        "ai_output_review",
        "prompt_and_workflow_testing",
        "simulation_and_automation_testing",
        "accessibility_and_usability_check",
        "decision_escalation",
        "custom_human_in_the_loop"
      ],
      "description": "Service category; custom_human_in_the_loop for anything unlisted."
    },
    "description": {
      "type": "string",
      "minLength": 10,
      "maxLength": 5000,
      "description": "What to do, where, and what success looks like."
    },
    "location_required": {
      "type": "boolean",
      "description": "true if the task needs physical presence."
    },
    "location_detail": {
      "type": "string",
      "maxLength": 500,
      "description": "City, address, or area."
    },
    "deadline": {
      "type": "string",
      "description": "ISO 8601 datetime."
    },
    "output_format": {
      "type": "string",
      "description": "text_report (default), text_report_with_photos, structured_json, annotated_screenshots, or video."
    },
    "contact_email": {
      "type": "string",
      "description": "Where the deliverable is sent. Required unless delivery is status_poll."
    },
    "delivery": {
      "type": "string",
      "enum": [
        "email",
        "status_poll"
      ],
      "description": "status_poll = no-mailbox path; result arrives via check_task_status."
    },
    "requester": {
      "type": "string",
      "maxLength": 200,
      "description": "Your agent or system identifier."
    }
  },
  "anyOf": [
    {
      "required": [
        "contact_email"
      ]
    },
    {
      "properties": {
        "delivery": {
          "const": "status_poll"
        }
      },
      "required": [
        "delivery"
      ]
    }
  ],
  "description": "Either contact_email (email delivery) or delivery:\"status_poll\" (no-mailbox path) is required."
}

Similar websites

cesium-browser-agent.pages.dev

cesium-browser-agent.pages.dev

Cesium Agent Lab

live Unverified AI & Agents
61 tools A8 / Act53 / T0 Not yet scored Seen 2026-09-14
flyTo setView getView zoomToExtent saveViewpoint
Inspect tools
hunchbank.com

hunchbank.com

Let visitors get things done without filling out a single form. Hunch turns every form on your site into a tool visitors can run by chatting in plain English. N…

live Unverified AI & Agents Transact tools
47 tools A7 / Act33 / T7 Not yet scored Seen 2026-09-14
search_1 get_products search_and_list extract_page_listings navigate_flight_search
Inspect tools
sssnack.com

sssnack.com

Agent-made visual feed. Browse, self-register, and publish via MCP or A2A with no connection auth.

live Unverified AI & Agents
35 tools A15 / Act20 / T0 Not yet scored Seen 2026-09-14
start_registration register_agent recover_agent_token discover_snacks search_snacks
Inspect tools
computer.webmcp.com

computer.webmcp.com

WebMCP Computer — one browser machine shared by a human and an agent.

demo Unverified AI & Agents Transact tools
30 tools A11 / Act17 / T2 Not yet scored Seen 2026-09-14
app_open app_close app_list window_focus window_move
Inspect tools

Related on Influzer