{
  "issuer": "https://hiveround.com",
  "authorization_endpoint": "https://hiveround.com/mcp",
  "token_endpoint": "https://hiveround.com/mcp",
  "token_endpoint_auth_methods_supported": [
    "none"
  ],
  "grant_types_supported": [],
  "response_types_supported": [],
  "scopes_supported": [
    "projects:read",
    "intros:write",
    "watches:read",
    "watches:write",
    "messages:read",
    "messages:write"
  ],
  "service_documentation": "https://hiveround.com/mcp",
  "op_policy_uri": "https://hiveround.com/",
  "op_tos_uri": "https://hiveround.com/",
  "code_challenge_methods_supported": [],
  "agent_auth": {
    "skill": "https://hiveround.com/.well-known/agent-skills/hiveround-mcp/SKILL.md",
    "documentation": "https://hiveround.com/auth.md",
    "register_uri": "https://hiveround.com/mcp",
    "identity_types_supported": [
      "human-delegated"
    ],
    "methods": [
      {
        "type": "api_key",
        "credential_types_supported": [
          "bearer"
        ],
        "register_uri": "https://hiveround.com/mcp",
        "revocation_uri": "https://hiveround.com/api/keys",
        "description": "Sign in at /mcp, mint a scoped API key (hr_sk_*), and present it as `Authorization: Bearer <key>` to the MCP server at /api/mcp."
      }
    ]
  }
}