{
  "schemaVersion": "scopeproof-manifest.v1",
  "name": "ScopeProof",
  "publisher": "Davisville Labs LLC",
  "canonical": "https://scopeproof.davisvillelabs.com",
  "description": "Machine-verifiable authorization checks for autonomous agents before consequential actions.",
  "scope": "global",
  "mcp": "https://scopeproof.davisvillelabs.com/mcp",
  "openapi": "https://scopeproof.davisvillelabs.com/openapi.json",
  "capabilities": "https://scopeproof.davisvillelabs.com/v1/capabilities",
  "operations": [
    "scopeproof.preflight",
    "scopeproof.check_action",
    "scopeproof.verify_receipt"
  ],
  "pricing": {
    "scopeproof.preflight": "free",
    "scopeproof.check_action": "$0.01 USD stablecoin",
    "scopeproof.verify_receipt": "free"
  },
  "commerce": {
    "enabled": true,
    "durablePersistence": true,
    "operation": "scopeproof.check_action",
    "priceCents": 1,
    "currency": "USD",
    "stablecoinOnly": true,
    "methods": {
      "http": [
        "tempo",
        "x402"
      ],
      "mcp": [
        "tempo"
      ]
    }
  },
  "privacy": {
    "acceptsCredentials": false,
    "acceptsRawPrompts": false
  },
  "rulesetVersion": "2026-09-26.1"
}