{
  "schema": "koine.collaboration-port.v0.1",
  "receiving_peer": "peer:mnstry:research",
  "profile_version": "0.1",
  "status": "protocol-and-runtime-ready-public-activation-pending",
  "accepted_motivations": [
    "commenting",
    "suggesting",
    "correcting",
    "linking",
    "adding-evidence",
    "creating-resource"
  ],
  "identity": {
    "required": true,
    "anonymous_allowed": false,
    "methods": [
      "oauth2",
      "device-authorization"
    ]
  },
  "transports": [
    {
      "kind": "http-json",
      "endpoint": "https://auth.mnstry.ai/api/root-runtime/collaboration"
    },
    {
      "kind": "mcp",
      "endpoint": "https://mcp.mnstry.ai/mcp"
    }
  ],
  "operations": [
    "get_contribution_context",
    "validate_contribution",
    "submit_contribution",
    "list_my_contributions",
    "get_contribution_status",
    "revise_contribution",
    "withdraw_contribution"
  ],
  "oauth": {
    "client_id": "mnstry-org",
    "authorization_endpoint": "https://auth.mnstry.ai/oauth/authorize",
    "token_endpoint": "https://auth.mnstry.ai/oauth/token",
    "scopes": [
      "mcp:collaboration:read",
      "mcp:collaboration:write"
    ],
    "pkce_required": true
  },
  "contributor_workspace": "https://mnstry.org/agent/contributor-workspace.json",
  "automatic_source_mutation": false
}