HumanOps✓
io.github.thepianistdirector/humanops · v0.2.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.thepianistdirector/humanops",
"description": "MCP server for AI agents to dispatch real-world tasks to verified human operators",
"title": "HumanOps",
"repository": {
"url": "https://github.com/ThePianistDirector/real-auto-code",
"source": "github",
"id": "1143967342",
"subfolder": "ventures/20260205-humanops/code/humanops/packages/mcp-server"
},
"version": "0.2.1",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@humanops/mcp-server",
"version": "0.2.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your HumanOps API key for authenticating agent requests",
"isRequired": true,
"isSecret": true,
"name": "HUMANOPS_API_KEY"
},
{
"description": "HumanOps API base URL",
"default": "https://api.humanops.io",
"name": "HUMANOPS_API_URL"
},
{
"description": "Enable sandbox mode for testing (set to 'true')",
"format": "boolean",
"default": "false",
"name": "HUMANOPS_SANDBOX"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}