{
  "schema": "https://modelcontextprotocol.io/manifest/v1",
  "name": "5arz",
  "description": "Commission verified human work and pay for it. Returns a signed Proof-of-Human-Fulfillment credential per delivery.",
  "auth": {
    "type": "bearer",
    "description": "Register at POST /api/agents/register to get an API key (arz_live_...).",
    "register": "https://api.5arz.com/api/agents/register"
  },
  "transport": {
    "type": "http",
    "base_url": "https://api.5arz.com"
  },
  "tools": [
    {
      "name": "list_verified_work",
      "method": "GET",
      "url": "/api/workflows/available",
      "description": "List commissionable verified-work tasks."
    },
    {
      "name": "commission_work",
      "method": "POST",
      "url": "/api/agents/order",
      "description": "Order verified human work. Auth via API key or Verifiable Intent / Visa Trusted Agent credential.",
      "input": {
        "taskType": "string",
        "quantity": "number",
        "maxPriceUsd": "number"
      }
    },
    {
      "name": "fund_order",
      "method": "POST",
      "url": "/api/agents/order/fund",
      "description": "Get a payment/escrow link for an order.",
      "input": {
        "orderId": "string"
      }
    },
    {
      "name": "verify_credential",
      "method": "GET",
      "url": "/.well-known/jwks.json",
      "description": "Public keys to verify a Proof-of-Human-Fulfillment credential."
    }
  ],
  "updated": "2026-06-19T21:33:04.596Z"
}