🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

ai2human-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ai2human-mcp

AI2Human MCP server — Claude can dispatch human-execution tasks with proof verification.

pipPyPI
Version
0.1.2
Weekly downloads
1K
Maintainers
1

AI2Human MCP Server

Claude can dispatch human-execution tasks with proof verification.

When your Claude agent hits a step it can't complete alone — local verification, physical checks, identity actions, compliance reviews — AI2Human dispatches it to a human operator with cryptographic proof verification.

Quickstart

pip install ai2human-mcp

Set your API key:

export AI2HUMAN_API_KEY="your-key"

Run:

ai2human-mcp

Claude Desktop Config

{
  "mcpServers": {
    "ai2human": {
      "command": "uvx",
      "args": ["ai2human-mcp"],
      "env": {
        "AI2HUMAN_API_KEY": "YOUR_KEY"
      }
    }
  }
}

Tools

ToolDescription
ai2human_list_categoriesList supported task categories and proof types
ai2human_create_taskDispatch a human-execution task
ai2human_check_taskCheck task status, verification, and settlement
ai2human_get_proofRetrieve evidence bundle and settlement receipt

Environment

VariableRequiredDefault
AI2HUMAN_API_KEYYes
AI2HUMAN_AGENT_KEYNoFallback for API key
AI2HUMAN_BASE_URLNohttps://ai2human.io

Keywords

agent

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts