{
  "client_id": "https://openclaw-mcp-client.pages.dev/openclaw-mcp-client.json",
  "client_name": "OpenClaw MCP (Carl)",
  "client_uri": "https://obney.ai",
  "redirect_uris": [
    "http://127.0.0.1:8989/oauth/callback",
    "http://localhost:8989/oauth/callback"
  ],
  "grant_types": ["authorization_code", "refresh_token"],
  "response_types": ["code"],
  "token_endpoint_auth_method": "none",
  "scope": "offline projects:read projects:write workspaces:read"
}
