{
  "resource": "https://grow.contact",
  "resource_name": "grow.contact",
  "authorization_servers": [
    "https://grow.contact"
  ],
  "bearer_methods_supported": [
    "header"
  ],
  "resource_documentation": "https://grow.contact/auth.md",
  "scopes_supported": [
    "mcp:read",
    "mcp:write",
    "api:read"
  ],
  "resource_signing_alg_values_supported": [
    "RS256"
  ],
  "agent_auth": {
    "skill": "https://grow.contact/auth.md",
    "register_uri": "https://grow.contact/contact",
    "claim_uri": "https://grow.contact/contact",
    "revocation_uri": "https://grow.contact/contact",
    "identity_types_supported": [
      "anonymous"
    ],
    "credential_types_supported": [
      "api_key",
      "access_token"
    ],
    "anonymous": {
      "credential_types_supported": [
        "api_key",
        "access_token"
      ],
      "claim_uri": "https://grow.contact/contact",
      "revocation_uri": "https://grow.contact/contact"
    },
    "registration_methods": [
      {
        "type": "anonymous",
        "register_uri": "https://grow.contact/contact",
        "claim_uri": "https://grow.contact/contact",
        "revocation_uri": "https://grow.contact/contact",
        "credential_types_supported": [
          "api_key",
          "access_token"
        ],
        "description": "Request an API key or MCP access token via the contact form. Credentials are issued (and revoked) out-of-band after review."
      }
    ]
  }
}