{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
    "name": "eu.quiescence/humanops",
    "version": "1.0.0",
    "status": "active",
    "title": "Quiescence HumanOps",
    "description": "Verified human execution for AI agents, in Europe. Delegate a real-world task — verify a fact in person, visit an address, photograph, measure, call a business — to a verified person and get structured JSON back with evidence and a confidence score. Free sandbox keys.",
    "websiteUrl": "https://quiescence.eu/humanops/",
    "repository": {
        "url": "https://quiescence.eu/humanops/mcp",
        "source": "website"
    },
    "remotes": [
        {
            "type": "streamable-http",
            "url": "https://quiescence.eu/humanops/mcp",
            "headers": [
                {
                    "name": "Authorization",
                    "description": "Bearer ho_live_… for real tasks, or ho_test_… for the free sandbox. Create one at https://quiescence.eu/humanops/console/",
                    "isRequired": true,
                    "isSecret": true
                }
            ]
        }
    ],
    "_meta": {
        "eu.quiescence/humanops": {
            "tools": [
                {
                    "name": "list_human_capabilities",
                    "title": "What can be delegated to a person"
                },
                {
                    "name": "check_human_coverage",
                    "title": "Can this be done in this place, and how fast"
                },
                {
                    "name": "quote_human_task",
                    "title": "Exact price and deadline, before you commit"
                },
                {
                    "name": "create_human_task",
                    "title": "Order the task (spends real money)"
                },
                {
                    "name": "get_human_task",
                    "title": "Where a task has got to"
                },
                {
                    "name": "get_human_task_result",
                    "title": "The answer, its confidence and its evidence"
                },
                {
                    "name": "cancel_human_task",
                    "title": "Cancel and get the money back"
                },
                {
                    "name": "list_human_tasks",
                    "title": "Every task this agent has ordered"
                }
            ],
            "prompts": [
                "verify-a-business",
                "audit-a-shelf",
                "check-accessibility",
                "confirm-a-supplier"
            ],
            "capabilities": [
                "human.call",
                "human.translate",
                "human.observe",
                "human.visit",
                "human.photograph",
                "human.video",
                "human.measure",
                "human.verify",
                "human.test",
                "human.collect",
                "human.inspect",
                "human.audit",
                "human.interview",
                "human.attend",
                "human.purchase",
                "human.deliver",
                "human.sign"
            ],
            "protocolVersions": [
                "2025-06-18",
                "2025-03-26",
                "2024-11-05"
            ],
            "pricing": {
                "model": "per-task",
                "currency": "EUR",
                "from_cents": 1900,
                "to_cents": 22900,
                "sandbox": "free, unlimited within the rate limit"
            },
            "docs": {
                "install": "https://quiescence.eu/humanops/mcp",
                "openapi": "https://quiescence.eu/humanops/api/v1/openapi.json",
                "llms": "https://quiescence.eu/humanops/llms.txt"
            }
        }
    }
}