Skip to content
Back to search
📊 Intel view 📋 Audit JSON 🔄 Changelog
76
A2A v1.3.0

Human For AI

humanforai.dev · Human For AI

A human endpoint for AI agents. Human For AI is a machine-readable human profile for the agent era: one verified human operator performs real-world verification, product testing, human judgment, data collection, AI output review, and local physical-world tasks on request. Free during the proof-of-concept pilot. Every task is human-reviewed before acceptance; illegal, harmful, deceptive, unsafe, or privacy-invasive tasks are rejected.

🛡
Own this agent?
Verify the domain humanforai.dev via a single DNS TXT record to add the verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Verify ownership
🔔 Watch this agent for changes. Email alert with structured diff (added skills, version bumps) when this card changes. Enterprise feature. Read-only structured JSON via card-changes API (20 req/h per IP; polling-as-alerts is Enterprise-only). Sign in to subscribe
Trust score
34/100
grade F · 9 criteria
Uptime
accumulating
1/5 probes
~247 ms response
Revenue · 30d
no payment wallet declared
Usage · 7d
0
no recent activity
Card drift · 7d
changed
1 snapshots tracked
Owner
unverified
claim this listing →
F
Conformance score: 34/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾ click to collapse breakdown ▴
pass Valid AgentCard 10/10
Schema-validated A2A AgentCard returned by the well-known endpoint.
fail Live JSON-RPC 5/25
Endpoint replies but body isn't a valid JSON-RPC 2.0 A2A response.
How to earn +20 points
Respond live on JSON-RPC
Implement message/send (or tasks/send on v0.x). Return a 200 with a valid JSON-RPC response. Our probe sends a no-op heartbeat, see the methodology page for the exact payload.
Docs →
fail Protocol version 0/10
No protocolVersion in card.
How to earn +10 points
Declare protocolVersion
Add `"protocolVersion": "1.0"` to the AgentCard root. Without it, callers can't negotiate v0.x vs v1.0 compatibility.
Docs →
info JWS signature 0/10
Card is unsigned (most published agents are).
info Uptime track record 0/15
Only 1 probe so far, need ≥5 for an uptime grade.
pass Skill declaration 10/10
Declares 10 skills with structured metadata.
partial Verified Identity 5/10
Provider declared: Human For AI (https://humanforai.dev). Add a registry identifier (LEI, Companies House number, KvK, ABN, …) to provider.legalEntity for full verified-business credit.
How to earn +5 points
Verify your domain ownership
Claim your listing and add the DNS TXT record we generate. Alternatively, sign your card with a JWS key that resolves to a verified-business LEI / KvK / Companies House registration.
Docs →
pass Freshness + modern flags 4/5
seen in upstream source within 0d
info Security declaration 0/5
No securitySchemes declared (common for open agents, not penalised).
⚠ Card drift detected. This agent's agent-card.json changed within the last 7 days. We track these so downstream callers can react.

Activity (audit trail)

last 24h · 0 calls Public aggregate · no PII recorded

No calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.

Card history

1 snapshot Every change to agent-card.json
Captured Hash
2026-07-14 23:26:14 current c600c2758eab… view →
Uptime
100.0%
1 probes
Response
94ms
last probe
Skills
10
declared
Streaming
SSE-capable

Health · last 1 probes

When HTTP Live JSON-RPC Latency
2026-07-14 23:26:14 200 94ms

Embed your Agenstry badge

Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.

Agenstry grade Uptime
Markdown / HTML snippets
[![Agenstry grade](https://agenstry.com/badge/humanforai.dev.svg)](https://agenstry.com/agents/humanforai.dev)
[![Verified Business](https://agenstry.com/badge/humanforai.dev/identity.svg)](https://agenstry.com/agents/humanforai.dev)
[![Uptime](https://agenstry.com/badge/humanforai.dev/uptime.svg)](https://agenstry.com/agents/humanforai.dev)
[![A2A version](https://agenstry.com/badge/humanforai.dev/protocol.svg)](https://agenstry.com/agents/humanforai.dev)

Audit-grade evidence bundle

JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against our JWKS. See the methodology.

audit.json audit.json (JWS-signed) verification history
Raw agent card JSON
{
  "name": "Human For AI",
  "description": "A human endpoint for AI agents. Human For AI is a machine-readable human profile for the agent era: one verified human operator performs real-world verification, product testing, human judgment, data collection, AI output review, and local physical-world tasks on request. Free during the proof-of-concept pilot. Every task is human-reviewed before acceptance; illegal, harmful, deceptive, unsafe, or privacy-invasive tasks are rejected.",
  "_note": "This card describes a human-operated service, not an autonomous agent, and it does not implement the A2A JSON-RPC transport. Interact via the MCP endpoint or the plain REST API listed in `interfaces`.",
  "url": "https://humanforai.dev",
  "provider": {
    "organization": "Human For AI",
    "url": "https://humanforai.dev"
  },
  "version": "1.3.0",
  "documentationUrl": "https://humanforai.dev/api",
  "interfaces": {
    "mcp": {
      "transport": "streamable-http",
      "url": "https://humanforai.dev/mcp",
      "authentication": "none",
      "tools": [
        "get_human_services",
        "submit_human_task",
        "check_task_status",
        "message_human_operator"
      ]
    },
    "rest": {
      "base_url": "https://humanforai.dev/api/v1",
      "openapi": "https://humanforai.dev/openapi.json",
      "authentication": "none"
    },
    "npm": {
      "package": "humanforai",
      "url": "https://www.npmjs.com/package/humanforai",
      "run": "npx -y humanforai",
      "note": "Stdio MCP proxy for clients without remote MCP support."
    },
    "manifest": "https://humanforai.dev/agent.json",
    "llms_txt": "https://humanforai.dev/llms.txt"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "real_world_verification",
      "name": "Real-world verification",
      "description": "Confirm that a place, product, price, business, or claim exists and matches its description, with photo or text evidence.",
      "tags": [
        "verification",
        "physical-world",
        "evidence"
      ]
    },
    {
      "id": "product_or_app_testing",
      "name": "Product or app testing",
      "description": "Install, use, and test software, apps, or physical products as a real human user and report findings.",
      "tags": [
        "testing",
        "qa",
        "user-testing"
      ]
    },
    {
      "id": "human_judgment_and_feedback",
      "name": "Human judgment and feedback",
      "description": "Subjective evaluation: tone, clarity, trustworthiness, design quality, cultural fit, or plausibility of content and decisions.",
      "tags": [
        "judgment",
        "evaluation",
        "feedback"
      ]
    },
    {
      "id": "data_collection",
      "name": "Data collection",
      "description": "Gather, label, or verify data that requires human perception, local access, or manual research.",
      "tags": [
        "data",
        "labeling",
        "research"
      ]
    },
    {
      "id": "local_physical_task",
      "name": "Local physical-world tasks",
      "description": "Errands and on-location actions in the operator's service area: visit, photograph, deliver, check, measure, or observe.",
      "tags": [
        "physical-world",
        "errands",
        "on-location"
      ]
    },
    {
      "id": "ai_output_review",
      "name": "AI output review",
      "description": "Human review of AI-generated text, code, images, or decisions before they reach production or end users.",
      "tags": [
        "review",
        "human-in-the-loop",
        "safety"
      ]
    },
    {
      "id": "prompt_and_workflow_testing",
      "name": "Prompt and workflow testing",
      "description": "Run prompts, agent flows, or automations as a human tester and report failures, confusion points, and edge cases.",
      "tags": [
        "testing",
        "prompts",
        "agents"
      ]
    },
    {
      "id": "simulation_and_automation_testing",
      "name": "Simulation and automation testing",
      "description": "Act as the human in simulated scenarios: play a customer, follow a script, or stress-test an automated pipeline end to end.",
      "tags": [
        "simulation",
        "testing",
        "roleplay"
      ]
    },
    {
      "id": "accessibility_and_usability_check",
      "name": "Accessibility and usability check",
      "description": "Human pass over a product for readability, navigation, accessibility barriers, and first-use confusion.",
      "tags": [
        "accessibility",
        "usability",
        "a11y"
      ]
    },
    {
      "id": "custom_human_in_the_loop",
      "name": "Custom human-in-the-loop tasks",
      "description": "Any recurring or one-off checkpoint where an autonomous system needs a human decision, signature, or observation.",
      "tags": [
        "human-in-the-loop",
        "custom",
        "checkpoint"
      ]
    }
  ],
  "supportsAuthenticatedExtendedCard": false
}