MCP Server
MCP
AI2Human
Dispatch human-execution tasks with proof verification, local checks, and compliance reviews.
Install
uvx ai2human-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "ai2human-mcp",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "AI2Human agent API key for authentication",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "AI2HUMAN_API_KEY"
},
{
"description": "Optional fallback for API key",
"format": "string",
"isSecret": true,
"name": "AI2HUMAN_AGENT_KEY"
},
{
"description": "Override the default AI2Human API base URL",
"format": "string",
"name": "AI2HUMAN_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment