{
  "schemaVersion": "filmrightsproof-capabilities.v1",
  "service": "FilmRightsProof",
  "version": "1.0.0",
  "description": "Agent-native film and television public-rights intelligence from authoritative U.S. Copyright Office records.",
  "positiveFit": [
    "resolve candidate U.S. copyright public records for a creative work",
    "build evidence-backed public-record rights dossiers",
    "combine a durable bulk substrate with bounded current CPRS verification",
    "preserve source cutoff, observation time, provenance and fallback state",
    "reuse prior normalized/derived work"
  ],
  "negativeFit": [
    "definitive legal ownership",
    "title clearance or E&O clearance",
    "private contract interpretation",
    "legal advice",
    "proof that missing public records mean no rights"
  ],
  "operations": {
    "search_public_records": {
      "access": "free",
      "priceCents": 0,
      "description": "Search maintained U.S. Copyright Office evidence with bounded on-demand CPRS verification when the current source is reachable."
    },
    "trace_public_rights": {
      "access": "paid",
      "priceCents": 200,
      "description": "Build an evidence-backed public-record rights dossier and bounded recorded-rights lineage, including on-demand current CPRS verification when available."
    }
  },
  "coverage": {
    "authority": "U.S. Copyright Office",
    "bulkRelease": "2026-01",
    "bulkCutoff": "2025-06-27",
    "currentLookupVerified": true,
    "currentSource": "Copyright Public Records System",
    "currentLookupMode": "bounded_on_demand",
    "currentFailureMode": "explicit_bulk_fallback",
    "datasetRelease": "2026-01",
    "datasetCutoff": "2025-06-27"
  },
  "methods": {
    "normalizer": "usco-tabular@1.1.0",
    "currentNormalizer": "usco-cprs@0.2.0",
    "longformAssembler": "usco-marc-longform@1.0.0",
    "resolver": "filmrightsproof-work-resolver@1.0.0",
    "lineage": "filmrightsproof-public-lineage@1.1.0"
  },
  "mcp": {
    "endpoint": "https://filmrightsproof.com/mcp",
    "protocols": [
      "2026-07-28",
      "2025-11-25"
    ],
    "registry": {
      "status": "published",
      "name": "com.filmrightsproof/filmrightsproof",
      "version": "1.0.0",
      "url": "https://registry.modelcontextprotocol.io/v0.1/servers/com.filmrightsproof%2Ffilmrightsproof/versions/1.0.0"
    }
  },
  "http": {
    "base": "https://filmrightsproof.com/v1"
  },
  "humanTrust": {
    "homepage": "https://filmrightsproof.com/",
    "forAgents": "https://filmrightsproof.com/agents",
    "evidenceStandard": "https://filmrightsproof.com/evidence"
  },
  "commerce": {
    "evaluationMode": false,
    "paymentsRequired": true,
    "protocol": "MPP",
    "method": "stripe",
    "methods": [
      "stripe",
      "tempo"
    ],
    "paymentMethods": [
      {
        "id": "stripe",
        "protocol": "MPP",
        "method": "stripe",
        "provider": "stripe",
        "intents": [
          "charge"
        ]
      },
      {
        "id": "stripe-mpp-tempo",
        "protocol": "MPP",
        "method": "tempo",
        "provider": "stripe",
        "asset": "USDC.e",
        "network": "tempo",
        "intents": [
          "charge"
        ],
        "merchantSettlement": "stripe-balance-fiat"
      }
    ],
    "currency": "USD",
    "freeOperation": "search_public_records",
    "paidOperation": "trace_public_rights",
    "tracePriceCents": 200,
    "stablecoin": {
      "method": "tempo",
      "provider": "stripe",
      "network": "tempo",
      "asset": "USDC.e",
      "merchantSettlement": "stripe-balance-fiat"
    },
    "note": "search_public_records remains free; trace_public_rights requires 2.00 USD per completed trace through MPP using Stripe or Tempo stablecoin payment."
  },
  "legalNotice": "Public-record research only; not affiliated with or endorsed by the U.S. Copyright Office."
}